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