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