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