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