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