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