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