...
1apiVersion: batch/v1
2kind: CronJob
3metadata:
4 annotations:
5 annotationsKey: annotationsValue
6 creationTimestamp: "2008-01-01T01:01:01Z"
7 deletionGracePeriodSeconds: 10
8 deletionTimestamp: "2009-01-01T01:01:01Z"
9 finalizers:
10 - finalizersValue
11 generateName: generateNameValue
12 generation: 7
13 labels:
14 labelsKey: labelsValue
15 managedFields:
16 - apiVersion: apiVersionValue
17 fieldsType: fieldsTypeValue
18 fieldsV1: {}
19 manager: managerValue
20 operation: operationValue
21 subresource: subresourceValue
22 time: "2004-01-01T01:01:01Z"
23 name: nameValue
24 namespace: namespaceValue
25 ownerReferences:
26 - apiVersion: apiVersionValue
27 blockOwnerDeletion: true
28 controller: true
29 kind: kindValue
30 name: nameValue
31 uid: uidValue
32 resourceVersion: resourceVersionValue
33 selfLink: selfLinkValue
34 uid: uidValue
35spec:
36 concurrencyPolicy: concurrencyPolicyValue
37 failedJobsHistoryLimit: 7
38 jobTemplate:
39 metadata:
40 annotations:
41 annotationsKey: annotationsValue
42 creationTimestamp: "2008-01-01T01:01:01Z"
43 deletionGracePeriodSeconds: 10
44 deletionTimestamp: "2009-01-01T01:01:01Z"
45 finalizers:
46 - finalizersValue
47 generateName: generateNameValue
48 generation: 7
49 labels:
50 labelsKey: labelsValue
51 managedFields:
52 - apiVersion: apiVersionValue
53 fieldsType: fieldsTypeValue
54 fieldsV1: {}
55 manager: managerValue
56 operation: operationValue
57 subresource: subresourceValue
58 time: "2004-01-01T01:01:01Z"
59 name: nameValue
60 namespace: namespaceValue
61 ownerReferences:
62 - apiVersion: apiVersionValue
63 blockOwnerDeletion: true
64 controller: true
65 kind: kindValue
66 name: nameValue
67 uid: uidValue
68 resourceVersion: resourceVersionValue
69 selfLink: selfLinkValue
70 uid: uidValue
71 spec:
72 activeDeadlineSeconds: 3
73 backoffLimit: 7
74 backoffLimitPerIndex: 12
75 completionMode: completionModeValue
76 completions: 2
77 manualSelector: true
78 maxFailedIndexes: 13
79 parallelism: 1
80 podFailurePolicy:
81 rules:
82 - action: actionValue
83 onExitCodes:
84 containerName: containerNameValue
85 operator: operatorValue
86 values:
87 - 3
88 onPodConditions:
89 - status: statusValue
90 type: typeValue
91 podReplacementPolicy: podReplacementPolicyValue
92 selector:
93 matchExpressions:
94 - key: keyValue
95 operator: operatorValue
96 values:
97 - valuesValue
98 matchLabels:
99 matchLabelsKey: matchLabelsValue
100 suspend: true
101 template:
102 metadata:
103 annotations:
104 annotationsKey: annotationsValue
105 creationTimestamp: "2008-01-01T01:01:01Z"
106 deletionGracePeriodSeconds: 10
107 deletionTimestamp: "2009-01-01T01:01:01Z"
108 finalizers:
109 - finalizersValue
110 generateName: generateNameValue
111 generation: 7
112 labels:
113 labelsKey: labelsValue
114 managedFields:
115 - apiVersion: apiVersionValue
116 fieldsType: fieldsTypeValue
117 fieldsV1: {}
118 manager: managerValue
119 operation: operationValue
120 subresource: subresourceValue
121 time: "2004-01-01T01:01:01Z"
122 name: nameValue
123 namespace: namespaceValue
124 ownerReferences:
125 - apiVersion: apiVersionValue
126 blockOwnerDeletion: true
127 controller: true
128 kind: kindValue
129 name: nameValue
130 uid: uidValue
131 resourceVersion: resourceVersionValue
132 selfLink: selfLinkValue
133 uid: uidValue
134 spec:
135 activeDeadlineSeconds: 5
136 affinity:
137 nodeAffinity:
138 preferredDuringSchedulingIgnoredDuringExecution:
139 - preference:
140 matchExpressions:
141 - key: keyValue
142 operator: operatorValue
143 values:
144 - valuesValue
145 matchFields:
146 - key: keyValue
147 operator: operatorValue
148 values:
149 - valuesValue
150 weight: 1
151 requiredDuringSchedulingIgnoredDuringExecution:
152 nodeSelectorTerms:
153 - matchExpressions:
154 - key: keyValue
155 operator: operatorValue
156 values:
157 - valuesValue
158 matchFields:
159 - key: keyValue
160 operator: operatorValue
161 values:
162 - valuesValue
163 podAffinity:
164 preferredDuringSchedulingIgnoredDuringExecution:
165 - podAffinityTerm:
166 labelSelector:
167 matchExpressions:
168 - key: keyValue
169 operator: operatorValue
170 values:
171 - valuesValue
172 matchLabels:
173 matchLabelsKey: matchLabelsValue
174 matchLabelKeys:
175 - matchLabelKeysValue
176 mismatchLabelKeys:
177 - mismatchLabelKeysValue
178 namespaceSelector:
179 matchExpressions:
180 - key: keyValue
181 operator: operatorValue
182 values:
183 - valuesValue
184 matchLabels:
185 matchLabelsKey: matchLabelsValue
186 namespaces:
187 - namespacesValue
188 topologyKey: topologyKeyValue
189 weight: 1
190 requiredDuringSchedulingIgnoredDuringExecution:
191 - labelSelector:
192 matchExpressions:
193 - key: keyValue
194 operator: operatorValue
195 values:
196 - valuesValue
197 matchLabels:
198 matchLabelsKey: matchLabelsValue
199 matchLabelKeys:
200 - matchLabelKeysValue
201 mismatchLabelKeys:
202 - mismatchLabelKeysValue
203 namespaceSelector:
204 matchExpressions:
205 - key: keyValue
206 operator: operatorValue
207 values:
208 - valuesValue
209 matchLabels:
210 matchLabelsKey: matchLabelsValue
211 namespaces:
212 - namespacesValue
213 topologyKey: topologyKeyValue
214 podAntiAffinity:
215 preferredDuringSchedulingIgnoredDuringExecution:
216 - podAffinityTerm:
217 labelSelector:
218 matchExpressions:
219 - key: keyValue
220 operator: operatorValue
221 values:
222 - valuesValue
223 matchLabels:
224 matchLabelsKey: matchLabelsValue
225 matchLabelKeys:
226 - matchLabelKeysValue
227 mismatchLabelKeys:
228 - mismatchLabelKeysValue
229 namespaceSelector:
230 matchExpressions:
231 - key: keyValue
232 operator: operatorValue
233 values:
234 - valuesValue
235 matchLabels:
236 matchLabelsKey: matchLabelsValue
237 namespaces:
238 - namespacesValue
239 topologyKey: topologyKeyValue
240 weight: 1
241 requiredDuringSchedulingIgnoredDuringExecution:
242 - labelSelector:
243 matchExpressions:
244 - key: keyValue
245 operator: operatorValue
246 values:
247 - valuesValue
248 matchLabels:
249 matchLabelsKey: matchLabelsValue
250 matchLabelKeys:
251 - matchLabelKeysValue
252 mismatchLabelKeys:
253 - mismatchLabelKeysValue
254 namespaceSelector:
255 matchExpressions:
256 - key: keyValue
257 operator: operatorValue
258 values:
259 - valuesValue
260 matchLabels:
261 matchLabelsKey: matchLabelsValue
262 namespaces:
263 - namespacesValue
264 topologyKey: topologyKeyValue
265 automountServiceAccountToken: true
266 containers:
267 - args:
268 - argsValue
269 command:
270 - commandValue
271 env:
272 - name: nameValue
273 value: valueValue
274 valueFrom:
275 configMapKeyRef:
276 key: keyValue
277 name: nameValue
278 optional: true
279 fieldRef:
280 apiVersion: apiVersionValue
281 fieldPath: fieldPathValue
282 resourceFieldRef:
283 containerName: containerNameValue
284 divisor: "0"
285 resource: resourceValue
286 secretKeyRef:
287 key: keyValue
288 name: nameValue
289 optional: true
290 envFrom:
291 - configMapRef:
292 name: nameValue
293 optional: true
294 prefix: prefixValue
295 secretRef:
296 name: nameValue
297 optional: true
298 image: imageValue
299 imagePullPolicy: imagePullPolicyValue
300 lifecycle:
301 postStart:
302 exec:
303 command:
304 - commandValue
305 httpGet:
306 host: hostValue
307 httpHeaders:
308 - name: nameValue
309 value: valueValue
310 path: pathValue
311 port: portValue
312 scheme: schemeValue
313 sleep:
314 seconds: 1
315 tcpSocket:
316 host: hostValue
317 port: portValue
318 preStop:
319 exec:
320 command:
321 - commandValue
322 httpGet:
323 host: hostValue
324 httpHeaders:
325 - name: nameValue
326 value: valueValue
327 path: pathValue
328 port: portValue
329 scheme: schemeValue
330 sleep:
331 seconds: 1
332 tcpSocket:
333 host: hostValue
334 port: portValue
335 livenessProbe:
336 exec:
337 command:
338 - commandValue
339 failureThreshold: 6
340 grpc:
341 port: 1
342 service: serviceValue
343 httpGet:
344 host: hostValue
345 httpHeaders:
346 - name: nameValue
347 value: valueValue
348 path: pathValue
349 port: portValue
350 scheme: schemeValue
351 initialDelaySeconds: 2
352 periodSeconds: 4
353 successThreshold: 5
354 tcpSocket:
355 host: hostValue
356 port: portValue
357 terminationGracePeriodSeconds: 7
358 timeoutSeconds: 3
359 name: nameValue
360 ports:
361 - containerPort: 3
362 hostIP: hostIPValue
363 hostPort: 2
364 name: nameValue
365 protocol: protocolValue
366 readinessProbe:
367 exec:
368 command:
369 - commandValue
370 failureThreshold: 6
371 grpc:
372 port: 1
373 service: serviceValue
374 httpGet:
375 host: hostValue
376 httpHeaders:
377 - name: nameValue
378 value: valueValue
379 path: pathValue
380 port: portValue
381 scheme: schemeValue
382 initialDelaySeconds: 2
383 periodSeconds: 4
384 successThreshold: 5
385 tcpSocket:
386 host: hostValue
387 port: portValue
388 terminationGracePeriodSeconds: 7
389 timeoutSeconds: 3
390 resizePolicy:
391 - resourceName: resourceNameValue
392 restartPolicy: restartPolicyValue
393 resources:
394 claims:
395 - name: nameValue
396 limits:
397 limitsKey: "0"
398 requests:
399 requestsKey: "0"
400 restartPolicy: restartPolicyValue
401 securityContext:
402 allowPrivilegeEscalation: true
403 capabilities:
404 add:
405 - addValue
406 drop:
407 - dropValue
408 privileged: true
409 procMount: procMountValue
410 readOnlyRootFilesystem: true
411 runAsGroup: 8
412 runAsNonRoot: true
413 runAsUser: 4
414 seLinuxOptions:
415 level: levelValue
416 role: roleValue
417 type: typeValue
418 user: userValue
419 seccompProfile:
420 localhostProfile: localhostProfileValue
421 type: typeValue
422 windowsOptions:
423 gmsaCredentialSpec: gmsaCredentialSpecValue
424 gmsaCredentialSpecName: gmsaCredentialSpecNameValue
425 hostProcess: true
426 runAsUserName: runAsUserNameValue
427 startupProbe:
428 exec:
429 command:
430 - commandValue
431 failureThreshold: 6
432 grpc:
433 port: 1
434 service: serviceValue
435 httpGet:
436 host: hostValue
437 httpHeaders:
438 - name: nameValue
439 value: valueValue
440 path: pathValue
441 port: portValue
442 scheme: schemeValue
443 initialDelaySeconds: 2
444 periodSeconds: 4
445 successThreshold: 5
446 tcpSocket:
447 host: hostValue
448 port: portValue
449 terminationGracePeriodSeconds: 7
450 timeoutSeconds: 3
451 stdin: true
452 stdinOnce: true
453 terminationMessagePath: terminationMessagePathValue
454 terminationMessagePolicy: terminationMessagePolicyValue
455 tty: true
456 volumeDevices:
457 - devicePath: devicePathValue
458 name: nameValue
459 volumeMounts:
460 - mountPath: mountPathValue
461 mountPropagation: mountPropagationValue
462 name: nameValue
463 readOnly: true
464 subPath: subPathValue
465 subPathExpr: subPathExprValue
466 workingDir: workingDirValue
467 dnsConfig:
468 nameservers:
469 - nameserversValue
470 options:
471 - name: nameValue
472 value: valueValue
473 searches:
474 - searchesValue
475 dnsPolicy: dnsPolicyValue
476 enableServiceLinks: true
477 ephemeralContainers:
478 - args:
479 - argsValue
480 command:
481 - commandValue
482 env:
483 - name: nameValue
484 value: valueValue
485 valueFrom:
486 configMapKeyRef:
487 key: keyValue
488 name: nameValue
489 optional: true
490 fieldRef:
491 apiVersion: apiVersionValue
492 fieldPath: fieldPathValue
493 resourceFieldRef:
494 containerName: containerNameValue
495 divisor: "0"
496 resource: resourceValue
497 secretKeyRef:
498 key: keyValue
499 name: nameValue
500 optional: true
501 envFrom:
502 - configMapRef:
503 name: nameValue
504 optional: true
505 prefix: prefixValue
506 secretRef:
507 name: nameValue
508 optional: true
509 image: imageValue
510 imagePullPolicy: imagePullPolicyValue
511 lifecycle:
512 postStart:
513 exec:
514 command:
515 - commandValue
516 httpGet:
517 host: hostValue
518 httpHeaders:
519 - name: nameValue
520 value: valueValue
521 path: pathValue
522 port: portValue
523 scheme: schemeValue
524 sleep:
525 seconds: 1
526 tcpSocket:
527 host: hostValue
528 port: portValue
529 preStop:
530 exec:
531 command:
532 - commandValue
533 httpGet:
534 host: hostValue
535 httpHeaders:
536 - name: nameValue
537 value: valueValue
538 path: pathValue
539 port: portValue
540 scheme: schemeValue
541 sleep:
542 seconds: 1
543 tcpSocket:
544 host: hostValue
545 port: portValue
546 livenessProbe:
547 exec:
548 command:
549 - commandValue
550 failureThreshold: 6
551 grpc:
552 port: 1
553 service: serviceValue
554 httpGet:
555 host: hostValue
556 httpHeaders:
557 - name: nameValue
558 value: valueValue
559 path: pathValue
560 port: portValue
561 scheme: schemeValue
562 initialDelaySeconds: 2
563 periodSeconds: 4
564 successThreshold: 5
565 tcpSocket:
566 host: hostValue
567 port: portValue
568 terminationGracePeriodSeconds: 7
569 timeoutSeconds: 3
570 name: nameValue
571 ports:
572 - containerPort: 3
573 hostIP: hostIPValue
574 hostPort: 2
575 name: nameValue
576 protocol: protocolValue
577 readinessProbe:
578 exec:
579 command:
580 - commandValue
581 failureThreshold: 6
582 grpc:
583 port: 1
584 service: serviceValue
585 httpGet:
586 host: hostValue
587 httpHeaders:
588 - name: nameValue
589 value: valueValue
590 path: pathValue
591 port: portValue
592 scheme: schemeValue
593 initialDelaySeconds: 2
594 periodSeconds: 4
595 successThreshold: 5
596 tcpSocket:
597 host: hostValue
598 port: portValue
599 terminationGracePeriodSeconds: 7
600 timeoutSeconds: 3
601 resizePolicy:
602 - resourceName: resourceNameValue
603 restartPolicy: restartPolicyValue
604 resources:
605 claims:
606 - name: nameValue
607 limits:
608 limitsKey: "0"
609 requests:
610 requestsKey: "0"
611 restartPolicy: restartPolicyValue
612 securityContext:
613 allowPrivilegeEscalation: true
614 capabilities:
615 add:
616 - addValue
617 drop:
618 - dropValue
619 privileged: true
620 procMount: procMountValue
621 readOnlyRootFilesystem: true
622 runAsGroup: 8
623 runAsNonRoot: true
624 runAsUser: 4
625 seLinuxOptions:
626 level: levelValue
627 role: roleValue
628 type: typeValue
629 user: userValue
630 seccompProfile:
631 localhostProfile: localhostProfileValue
632 type: typeValue
633 windowsOptions:
634 gmsaCredentialSpec: gmsaCredentialSpecValue
635 gmsaCredentialSpecName: gmsaCredentialSpecNameValue
636 hostProcess: true
637 runAsUserName: runAsUserNameValue
638 startupProbe:
639 exec:
640 command:
641 - commandValue
642 failureThreshold: 6
643 grpc:
644 port: 1
645 service: serviceValue
646 httpGet:
647 host: hostValue
648 httpHeaders:
649 - name: nameValue
650 value: valueValue
651 path: pathValue
652 port: portValue
653 scheme: schemeValue
654 initialDelaySeconds: 2
655 periodSeconds: 4
656 successThreshold: 5
657 tcpSocket:
658 host: hostValue
659 port: portValue
660 terminationGracePeriodSeconds: 7
661 timeoutSeconds: 3
662 stdin: true
663 stdinOnce: true
664 targetContainerName: targetContainerNameValue
665 terminationMessagePath: terminationMessagePathValue
666 terminationMessagePolicy: terminationMessagePolicyValue
667 tty: true
668 volumeDevices:
669 - devicePath: devicePathValue
670 name: nameValue
671 volumeMounts:
672 - mountPath: mountPathValue
673 mountPropagation: mountPropagationValue
674 name: nameValue
675 readOnly: true
676 subPath: subPathValue
677 subPathExpr: subPathExprValue
678 workingDir: workingDirValue
679 hostAliases:
680 - hostnames:
681 - hostnamesValue
682 ip: ipValue
683 hostIPC: true
684 hostNetwork: true
685 hostPID: true
686 hostUsers: true
687 hostname: hostnameValue
688 imagePullSecrets:
689 - name: nameValue
690 initContainers:
691 - args:
692 - argsValue
693 command:
694 - commandValue
695 env:
696 - name: nameValue
697 value: valueValue
698 valueFrom:
699 configMapKeyRef:
700 key: keyValue
701 name: nameValue
702 optional: true
703 fieldRef:
704 apiVersion: apiVersionValue
705 fieldPath: fieldPathValue
706 resourceFieldRef:
707 containerName: containerNameValue
708 divisor: "0"
709 resource: resourceValue
710 secretKeyRef:
711 key: keyValue
712 name: nameValue
713 optional: true
714 envFrom:
715 - configMapRef:
716 name: nameValue
717 optional: true
718 prefix: prefixValue
719 secretRef:
720 name: nameValue
721 optional: true
722 image: imageValue
723 imagePullPolicy: imagePullPolicyValue
724 lifecycle:
725 postStart:
726 exec:
727 command:
728 - commandValue
729 httpGet:
730 host: hostValue
731 httpHeaders:
732 - name: nameValue
733 value: valueValue
734 path: pathValue
735 port: portValue
736 scheme: schemeValue
737 sleep:
738 seconds: 1
739 tcpSocket:
740 host: hostValue
741 port: portValue
742 preStop:
743 exec:
744 command:
745 - commandValue
746 httpGet:
747 host: hostValue
748 httpHeaders:
749 - name: nameValue
750 value: valueValue
751 path: pathValue
752 port: portValue
753 scheme: schemeValue
754 sleep:
755 seconds: 1
756 tcpSocket:
757 host: hostValue
758 port: portValue
759 livenessProbe:
760 exec:
761 command:
762 - commandValue
763 failureThreshold: 6
764 grpc:
765 port: 1
766 service: serviceValue
767 httpGet:
768 host: hostValue
769 httpHeaders:
770 - name: nameValue
771 value: valueValue
772 path: pathValue
773 port: portValue
774 scheme: schemeValue
775 initialDelaySeconds: 2
776 periodSeconds: 4
777 successThreshold: 5
778 tcpSocket:
779 host: hostValue
780 port: portValue
781 terminationGracePeriodSeconds: 7
782 timeoutSeconds: 3
783 name: nameValue
784 ports:
785 - containerPort: 3
786 hostIP: hostIPValue
787 hostPort: 2
788 name: nameValue
789 protocol: protocolValue
790 readinessProbe:
791 exec:
792 command:
793 - commandValue
794 failureThreshold: 6
795 grpc:
796 port: 1
797 service: serviceValue
798 httpGet:
799 host: hostValue
800 httpHeaders:
801 - name: nameValue
802 value: valueValue
803 path: pathValue
804 port: portValue
805 scheme: schemeValue
806 initialDelaySeconds: 2
807 periodSeconds: 4
808 successThreshold: 5
809 tcpSocket:
810 host: hostValue
811 port: portValue
812 terminationGracePeriodSeconds: 7
813 timeoutSeconds: 3
814 resizePolicy:
815 - resourceName: resourceNameValue
816 restartPolicy: restartPolicyValue
817 resources:
818 claims:
819 - name: nameValue
820 limits:
821 limitsKey: "0"
822 requests:
823 requestsKey: "0"
824 restartPolicy: restartPolicyValue
825 securityContext:
826 allowPrivilegeEscalation: true
827 capabilities:
828 add:
829 - addValue
830 drop:
831 - dropValue
832 privileged: true
833 procMount: procMountValue
834 readOnlyRootFilesystem: true
835 runAsGroup: 8
836 runAsNonRoot: true
837 runAsUser: 4
838 seLinuxOptions:
839 level: levelValue
840 role: roleValue
841 type: typeValue
842 user: userValue
843 seccompProfile:
844 localhostProfile: localhostProfileValue
845 type: typeValue
846 windowsOptions:
847 gmsaCredentialSpec: gmsaCredentialSpecValue
848 gmsaCredentialSpecName: gmsaCredentialSpecNameValue
849 hostProcess: true
850 runAsUserName: runAsUserNameValue
851 startupProbe:
852 exec:
853 command:
854 - commandValue
855 failureThreshold: 6
856 grpc:
857 port: 1
858 service: serviceValue
859 httpGet:
860 host: hostValue
861 httpHeaders:
862 - name: nameValue
863 value: valueValue
864 path: pathValue
865 port: portValue
866 scheme: schemeValue
867 initialDelaySeconds: 2
868 periodSeconds: 4
869 successThreshold: 5
870 tcpSocket:
871 host: hostValue
872 port: portValue
873 terminationGracePeriodSeconds: 7
874 timeoutSeconds: 3
875 stdin: true
876 stdinOnce: true
877 terminationMessagePath: terminationMessagePathValue
878 terminationMessagePolicy: terminationMessagePolicyValue
879 tty: true
880 volumeDevices:
881 - devicePath: devicePathValue
882 name: nameValue
883 volumeMounts:
884 - mountPath: mountPathValue
885 mountPropagation: mountPropagationValue
886 name: nameValue
887 readOnly: true
888 subPath: subPathValue
889 subPathExpr: subPathExprValue
890 workingDir: workingDirValue
891 nodeName: nodeNameValue
892 nodeSelector:
893 nodeSelectorKey: nodeSelectorValue
894 os:
895 name: nameValue
896 overhead:
897 overheadKey: "0"
898 preemptionPolicy: preemptionPolicyValue
899 priority: 25
900 priorityClassName: priorityClassNameValue
901 readinessGates:
902 - conditionType: conditionTypeValue
903 resourceClaims:
904 - name: nameValue
905 source:
906 resourceClaimName: resourceClaimNameValue
907 resourceClaimTemplateName: resourceClaimTemplateNameValue
908 restartPolicy: restartPolicyValue
909 runtimeClassName: runtimeClassNameValue
910 schedulerName: schedulerNameValue
911 schedulingGates:
912 - name: nameValue
913 securityContext:
914 fsGroup: 5
915 fsGroupChangePolicy: fsGroupChangePolicyValue
916 runAsGroup: 6
917 runAsNonRoot: true
918 runAsUser: 2
919 seLinuxOptions:
920 level: levelValue
921 role: roleValue
922 type: typeValue
923 user: userValue
924 seccompProfile:
925 localhostProfile: localhostProfileValue
926 type: typeValue
927 supplementalGroups:
928 - 4
929 sysctls:
930 - name: nameValue
931 value: valueValue
932 windowsOptions:
933 gmsaCredentialSpec: gmsaCredentialSpecValue
934 gmsaCredentialSpecName: gmsaCredentialSpecNameValue
935 hostProcess: true
936 runAsUserName: runAsUserNameValue
937 serviceAccount: serviceAccountValue
938 serviceAccountName: serviceAccountNameValue
939 setHostnameAsFQDN: true
940 shareProcessNamespace: true
941 subdomain: subdomainValue
942 terminationGracePeriodSeconds: 4
943 tolerations:
944 - effect: effectValue
945 key: keyValue
946 operator: operatorValue
947 tolerationSeconds: 5
948 value: valueValue
949 topologySpreadConstraints:
950 - labelSelector:
951 matchExpressions:
952 - key: keyValue
953 operator: operatorValue
954 values:
955 - valuesValue
956 matchLabels:
957 matchLabelsKey: matchLabelsValue
958 matchLabelKeys:
959 - matchLabelKeysValue
960 maxSkew: 1
961 minDomains: 5
962 nodeAffinityPolicy: nodeAffinityPolicyValue
963 nodeTaintsPolicy: nodeTaintsPolicyValue
964 topologyKey: topologyKeyValue
965 whenUnsatisfiable: whenUnsatisfiableValue
966 volumes:
967 - awsElasticBlockStore:
968 fsType: fsTypeValue
969 partition: 3
970 readOnly: true
971 volumeID: volumeIDValue
972 azureDisk:
973 cachingMode: cachingModeValue
974 diskName: diskNameValue
975 diskURI: diskURIValue
976 fsType: fsTypeValue
977 kind: kindValue
978 readOnly: true
979 azureFile:
980 readOnly: true
981 secretName: secretNameValue
982 shareName: shareNameValue
983 cephfs:
984 monitors:
985 - monitorsValue
986 path: pathValue
987 readOnly: true
988 secretFile: secretFileValue
989 secretRef:
990 name: nameValue
991 user: userValue
992 cinder:
993 fsType: fsTypeValue
994 readOnly: true
995 secretRef:
996 name: nameValue
997 volumeID: volumeIDValue
998 configMap:
999 defaultMode: 3
1000 items:
1001 - key: keyValue
1002 mode: 3
1003 path: pathValue
1004 name: nameValue
1005 optional: true
1006 csi:
1007 driver: driverValue
1008 fsType: fsTypeValue
1009 nodePublishSecretRef:
1010 name: nameValue
1011 readOnly: true
1012 volumeAttributes:
1013 volumeAttributesKey: volumeAttributesValue
1014 downwardAPI:
1015 defaultMode: 2
1016 items:
1017 - fieldRef:
1018 apiVersion: apiVersionValue
1019 fieldPath: fieldPathValue
1020 mode: 4
1021 path: pathValue
1022 resourceFieldRef:
1023 containerName: containerNameValue
1024 divisor: "0"
1025 resource: resourceValue
1026 emptyDir:
1027 medium: mediumValue
1028 sizeLimit: "0"
1029 ephemeral:
1030 volumeClaimTemplate:
1031 metadata:
1032 annotations:
1033 annotationsKey: annotationsValue
1034 creationTimestamp: "2008-01-01T01:01:01Z"
1035 deletionGracePeriodSeconds: 10
1036 deletionTimestamp: "2009-01-01T01:01:01Z"
1037 finalizers:
1038 - finalizersValue
1039 generateName: generateNameValue
1040 generation: 7
1041 labels:
1042 labelsKey: labelsValue
1043 managedFields:
1044 - apiVersion: apiVersionValue
1045 fieldsType: fieldsTypeValue
1046 fieldsV1: {}
1047 manager: managerValue
1048 operation: operationValue
1049 subresource: subresourceValue
1050 time: "2004-01-01T01:01:01Z"
1051 name: nameValue
1052 namespace: namespaceValue
1053 ownerReferences:
1054 - apiVersion: apiVersionValue
1055 blockOwnerDeletion: true
1056 controller: true
1057 kind: kindValue
1058 name: nameValue
1059 uid: uidValue
1060 resourceVersion: resourceVersionValue
1061 selfLink: selfLinkValue
1062 uid: uidValue
1063 spec:
1064 accessModes:
1065 - accessModesValue
1066 dataSource:
1067 apiGroup: apiGroupValue
1068 kind: kindValue
1069 name: nameValue
1070 dataSourceRef:
1071 apiGroup: apiGroupValue
1072 kind: kindValue
1073 name: nameValue
1074 namespace: namespaceValue
1075 resources:
1076 limits:
1077 limitsKey: "0"
1078 requests:
1079 requestsKey: "0"
1080 selector:
1081 matchExpressions:
1082 - key: keyValue
1083 operator: operatorValue
1084 values:
1085 - valuesValue
1086 matchLabels:
1087 matchLabelsKey: matchLabelsValue
1088 storageClassName: storageClassNameValue
1089 volumeAttributesClassName: volumeAttributesClassNameValue
1090 volumeMode: volumeModeValue
1091 volumeName: volumeNameValue
1092 fc:
1093 fsType: fsTypeValue
1094 lun: 2
1095 readOnly: true
1096 targetWWNs:
1097 - targetWWNsValue
1098 wwids:
1099 - wwidsValue
1100 flexVolume:
1101 driver: driverValue
1102 fsType: fsTypeValue
1103 options:
1104 optionsKey: optionsValue
1105 readOnly: true
1106 secretRef:
1107 name: nameValue
1108 flocker:
1109 datasetName: datasetNameValue
1110 datasetUUID: datasetUUIDValue
1111 gcePersistentDisk:
1112 fsType: fsTypeValue
1113 partition: 3
1114 pdName: pdNameValue
1115 readOnly: true
1116 gitRepo:
1117 directory: directoryValue
1118 repository: repositoryValue
1119 revision: revisionValue
1120 glusterfs:
1121 endpoints: endpointsValue
1122 path: pathValue
1123 readOnly: true
1124 hostPath:
1125 path: pathValue
1126 type: typeValue
1127 iscsi:
1128 chapAuthDiscovery: true
1129 chapAuthSession: true
1130 fsType: fsTypeValue
1131 initiatorName: initiatorNameValue
1132 iqn: iqnValue
1133 iscsiInterface: iscsiInterfaceValue
1134 lun: 3
1135 portals:
1136 - portalsValue
1137 readOnly: true
1138 secretRef:
1139 name: nameValue
1140 targetPortal: targetPortalValue
1141 name: nameValue
1142 nfs:
1143 path: pathValue
1144 readOnly: true
1145 server: serverValue
1146 persistentVolumeClaim:
1147 claimName: claimNameValue
1148 readOnly: true
1149 photonPersistentDisk:
1150 fsType: fsTypeValue
1151 pdID: pdIDValue
1152 portworxVolume:
1153 fsType: fsTypeValue
1154 readOnly: true
1155 volumeID: volumeIDValue
1156 projected:
1157 defaultMode: 2
1158 sources:
1159 - clusterTrustBundle:
1160 labelSelector:
1161 matchExpressions:
1162 - key: keyValue
1163 operator: operatorValue
1164 values:
1165 - valuesValue
1166 matchLabels:
1167 matchLabelsKey: matchLabelsValue
1168 name: nameValue
1169 optional: true
1170 path: pathValue
1171 signerName: signerNameValue
1172 configMap:
1173 items:
1174 - key: keyValue
1175 mode: 3
1176 path: pathValue
1177 name: nameValue
1178 optional: true
1179 downwardAPI:
1180 items:
1181 - fieldRef:
1182 apiVersion: apiVersionValue
1183 fieldPath: fieldPathValue
1184 mode: 4
1185 path: pathValue
1186 resourceFieldRef:
1187 containerName: containerNameValue
1188 divisor: "0"
1189 resource: resourceValue
1190 secret:
1191 items:
1192 - key: keyValue
1193 mode: 3
1194 path: pathValue
1195 name: nameValue
1196 optional: true
1197 serviceAccountToken:
1198 audience: audienceValue
1199 expirationSeconds: 2
1200 path: pathValue
1201 quobyte:
1202 group: groupValue
1203 readOnly: true
1204 registry: registryValue
1205 tenant: tenantValue
1206 user: userValue
1207 volume: volumeValue
1208 rbd:
1209 fsType: fsTypeValue
1210 image: imageValue
1211 keyring: keyringValue
1212 monitors:
1213 - monitorsValue
1214 pool: poolValue
1215 readOnly: true
1216 secretRef:
1217 name: nameValue
1218 user: userValue
1219 scaleIO:
1220 fsType: fsTypeValue
1221 gateway: gatewayValue
1222 protectionDomain: protectionDomainValue
1223 readOnly: true
1224 secretRef:
1225 name: nameValue
1226 sslEnabled: true
1227 storageMode: storageModeValue
1228 storagePool: storagePoolValue
1229 system: systemValue
1230 volumeName: volumeNameValue
1231 secret:
1232 defaultMode: 3
1233 items:
1234 - key: keyValue
1235 mode: 3
1236 path: pathValue
1237 optional: true
1238 secretName: secretNameValue
1239 storageos:
1240 fsType: fsTypeValue
1241 readOnly: true
1242 secretRef:
1243 name: nameValue
1244 volumeName: volumeNameValue
1245 volumeNamespace: volumeNamespaceValue
1246 vsphereVolume:
1247 fsType: fsTypeValue
1248 storagePolicyID: storagePolicyIDValue
1249 storagePolicyName: storagePolicyNameValue
1250 volumePath: volumePathValue
1251 ttlSecondsAfterFinished: 8
1252 schedule: scheduleValue
1253 startingDeadlineSeconds: 2
1254 successfulJobsHistoryLimit: 6
1255 suspend: true
1256 timeZone: timeZoneValue
1257status:
1258 active:
1259 - apiVersion: apiVersionValue
1260 fieldPath: fieldPathValue
1261 kind: kindValue
1262 name: nameValue
1263 namespace: namespaceValue
1264 resourceVersion: resourceVersionValue
1265 uid: uidValue
1266 lastScheduleTime: "2004-01-01T01:01:01Z"
1267 lastSuccessfulTime: "2005-01-01T01:01:01Z"
View as plain text