1{
2 "kind": "ReplicaSet",
3 "apiVersion": "apps/v1",
4 "metadata": {
5 "name": "nameValue",
6 "generateName": "generateNameValue",
7 "namespace": "namespaceValue",
8 "selfLink": "selfLinkValue",
9 "uid": "uidValue",
10 "resourceVersion": "resourceVersionValue",
11 "generation": 7,
12 "creationTimestamp": "2008-01-01T01:01:01Z",
13 "deletionTimestamp": "2009-01-01T01:01:01Z",
14 "deletionGracePeriodSeconds": 10,
15 "labels": {
16 "labelsKey": "labelsValue"
17 },
18 "annotations": {
19 "annotationsKey": "annotationsValue"
20 },
21 "ownerReferences": [
22 {
23 "apiVersion": "apiVersionValue",
24 "kind": "kindValue",
25 "name": "nameValue",
26 "uid": "uidValue",
27 "controller": true,
28 "blockOwnerDeletion": true
29 }
30 ],
31 "finalizers": [
32 "finalizersValue"
33 ],
34 "managedFields": [
35 {
36 "manager": "managerValue",
37 "operation": "operationValue",
38 "apiVersion": "apiVersionValue",
39 "time": "2004-01-01T01:01:01Z",
40 "fieldsType": "fieldsTypeValue",
41 "fieldsV1": {},
42 "subresource": "subresourceValue"
43 }
44 ]
45 },
46 "spec": {
47 "replicas": 1,
48 "minReadySeconds": 4,
49 "selector": {
50 "matchLabels": {
51 "matchLabelsKey": "matchLabelsValue"
52 },
53 "matchExpressions": [
54 {
55 "key": "keyValue",
56 "operator": "operatorValue",
57 "values": [
58 "valuesValue"
59 ]
60 }
61 ]
62 },
63 "template": {
64 "metadata": {
65 "name": "nameValue",
66 "generateName": "generateNameValue",
67 "namespace": "namespaceValue",
68 "selfLink": "selfLinkValue",
69 "uid": "uidValue",
70 "resourceVersion": "resourceVersionValue",
71 "generation": 7,
72 "creationTimestamp": "2008-01-01T01:01:01Z",
73 "deletionTimestamp": "2009-01-01T01:01:01Z",
74 "deletionGracePeriodSeconds": 10,
75 "labels": {
76 "labelsKey": "labelsValue"
77 },
78 "annotations": {
79 "annotationsKey": "annotationsValue"
80 },
81 "ownerReferences": [
82 {
83 "apiVersion": "apiVersionValue",
84 "kind": "kindValue",
85 "name": "nameValue",
86 "uid": "uidValue",
87 "controller": true,
88 "blockOwnerDeletion": true
89 }
90 ],
91 "finalizers": [
92 "finalizersValue"
93 ],
94 "managedFields": [
95 {
96 "manager": "managerValue",
97 "operation": "operationValue",
98 "apiVersion": "apiVersionValue",
99 "time": "2004-01-01T01:01:01Z",
100 "fieldsType": "fieldsTypeValue",
101 "fieldsV1": {},
102 "subresource": "subresourceValue"
103 }
104 ]
105 },
106 "spec": {
107 "volumes": [
108 {
109 "name": "nameValue",
110 "hostPath": {
111 "path": "pathValue",
112 "type": "typeValue"
113 },
114 "emptyDir": {
115 "medium": "mediumValue",
116 "sizeLimit": "0"
117 },
118 "gcePersistentDisk": {
119 "pdName": "pdNameValue",
120 "fsType": "fsTypeValue",
121 "partition": 3,
122 "readOnly": true
123 },
124 "awsElasticBlockStore": {
125 "volumeID": "volumeIDValue",
126 "fsType": "fsTypeValue",
127 "partition": 3,
128 "readOnly": true
129 },
130 "gitRepo": {
131 "repository": "repositoryValue",
132 "revision": "revisionValue",
133 "directory": "directoryValue"
134 },
135 "secret": {
136 "secretName": "secretNameValue",
137 "items": [
138 {
139 "key": "keyValue",
140 "path": "pathValue",
141 "mode": 3
142 }
143 ],
144 "defaultMode": 3,
145 "optional": true
146 },
147 "nfs": {
148 "server": "serverValue",
149 "path": "pathValue",
150 "readOnly": true
151 },
152 "iscsi": {
153 "targetPortal": "targetPortalValue",
154 "iqn": "iqnValue",
155 "lun": 3,
156 "iscsiInterface": "iscsiInterfaceValue",
157 "fsType": "fsTypeValue",
158 "readOnly": true,
159 "portals": [
160 "portalsValue"
161 ],
162 "chapAuthDiscovery": true,
163 "chapAuthSession": true,
164 "secretRef": {
165 "name": "nameValue"
166 },
167 "initiatorName": "initiatorNameValue"
168 },
169 "glusterfs": {
170 "endpoints": "endpointsValue",
171 "path": "pathValue",
172 "readOnly": true
173 },
174 "persistentVolumeClaim": {
175 "claimName": "claimNameValue",
176 "readOnly": true
177 },
178 "rbd": {
179 "monitors": [
180 "monitorsValue"
181 ],
182 "image": "imageValue",
183 "fsType": "fsTypeValue",
184 "pool": "poolValue",
185 "user": "userValue",
186 "keyring": "keyringValue",
187 "secretRef": {
188 "name": "nameValue"
189 },
190 "readOnly": true
191 },
192 "flexVolume": {
193 "driver": "driverValue",
194 "fsType": "fsTypeValue",
195 "secretRef": {
196 "name": "nameValue"
197 },
198 "readOnly": true,
199 "options": {
200 "optionsKey": "optionsValue"
201 }
202 },
203 "cinder": {
204 "volumeID": "volumeIDValue",
205 "fsType": "fsTypeValue",
206 "readOnly": true,
207 "secretRef": {
208 "name": "nameValue"
209 }
210 },
211 "cephfs": {
212 "monitors": [
213 "monitorsValue"
214 ],
215 "path": "pathValue",
216 "user": "userValue",
217 "secretFile": "secretFileValue",
218 "secretRef": {
219 "name": "nameValue"
220 },
221 "readOnly": true
222 },
223 "flocker": {
224 "datasetName": "datasetNameValue",
225 "datasetUUID": "datasetUUIDValue"
226 },
227 "downwardAPI": {
228 "items": [
229 {
230 "path": "pathValue",
231 "fieldRef": {
232 "apiVersion": "apiVersionValue",
233 "fieldPath": "fieldPathValue"
234 },
235 "resourceFieldRef": {
236 "containerName": "containerNameValue",
237 "resource": "resourceValue",
238 "divisor": "0"
239 },
240 "mode": 4
241 }
242 ],
243 "defaultMode": 2
244 },
245 "fc": {
246 "targetWWNs": [
247 "targetWWNsValue"
248 ],
249 "lun": 2,
250 "fsType": "fsTypeValue",
251 "readOnly": true,
252 "wwids": [
253 "wwidsValue"
254 ]
255 },
256 "azureFile": {
257 "secretName": "secretNameValue",
258 "shareName": "shareNameValue",
259 "readOnly": true
260 },
261 "configMap": {
262 "name": "nameValue",
263 "items": [
264 {
265 "key": "keyValue",
266 "path": "pathValue",
267 "mode": 3
268 }
269 ],
270 "defaultMode": 3,
271 "optional": true
272 },
273 "vsphereVolume": {
274 "volumePath": "volumePathValue",
275 "fsType": "fsTypeValue",
276 "storagePolicyName": "storagePolicyNameValue",
277 "storagePolicyID": "storagePolicyIDValue"
278 },
279 "quobyte": {
280 "registry": "registryValue",
281 "volume": "volumeValue",
282 "readOnly": true,
283 "user": "userValue",
284 "group": "groupValue",
285 "tenant": "tenantValue"
286 },
287 "azureDisk": {
288 "diskName": "diskNameValue",
289 "diskURI": "diskURIValue",
290 "cachingMode": "cachingModeValue",
291 "fsType": "fsTypeValue",
292 "readOnly": true,
293 "kind": "kindValue"
294 },
295 "photonPersistentDisk": {
296 "pdID": "pdIDValue",
297 "fsType": "fsTypeValue"
298 },
299 "projected": {
300 "sources": [
301 {
302 "secret": {
303 "name": "nameValue",
304 "items": [
305 {
306 "key": "keyValue",
307 "path": "pathValue",
308 "mode": 3
309 }
310 ],
311 "optional": true
312 },
313 "downwardAPI": {
314 "items": [
315 {
316 "path": "pathValue",
317 "fieldRef": {
318 "apiVersion": "apiVersionValue",
319 "fieldPath": "fieldPathValue"
320 },
321 "resourceFieldRef": {
322 "containerName": "containerNameValue",
323 "resource": "resourceValue",
324 "divisor": "0"
325 },
326 "mode": 4
327 }
328 ]
329 },
330 "configMap": {
331 "name": "nameValue",
332 "items": [
333 {
334 "key": "keyValue",
335 "path": "pathValue",
336 "mode": 3
337 }
338 ],
339 "optional": true
340 },
341 "serviceAccountToken": {
342 "audience": "audienceValue",
343 "expirationSeconds": 2,
344 "path": "pathValue"
345 }
346 }
347 ],
348 "defaultMode": 2
349 },
350 "portworxVolume": {
351 "volumeID": "volumeIDValue",
352 "fsType": "fsTypeValue",
353 "readOnly": true
354 },
355 "scaleIO": {
356 "gateway": "gatewayValue",
357 "system": "systemValue",
358 "secretRef": {
359 "name": "nameValue"
360 },
361 "sslEnabled": true,
362 "protectionDomain": "protectionDomainValue",
363 "storagePool": "storagePoolValue",
364 "storageMode": "storageModeValue",
365 "volumeName": "volumeNameValue",
366 "fsType": "fsTypeValue",
367 "readOnly": true
368 },
369 "storageos": {
370 "volumeName": "volumeNameValue",
371 "volumeNamespace": "volumeNamespaceValue",
372 "fsType": "fsTypeValue",
373 "readOnly": true,
374 "secretRef": {
375 "name": "nameValue"
376 }
377 },
378 "csi": {
379 "driver": "driverValue",
380 "readOnly": true,
381 "fsType": "fsTypeValue",
382 "volumeAttributes": {
383 "volumeAttributesKey": "volumeAttributesValue"
384 },
385 "nodePublishSecretRef": {
386 "name": "nameValue"
387 }
388 },
389 "ephemeral": {
390 "volumeClaimTemplate": {
391 "metadata": {
392 "name": "nameValue",
393 "generateName": "generateNameValue",
394 "namespace": "namespaceValue",
395 "selfLink": "selfLinkValue",
396 "uid": "uidValue",
397 "resourceVersion": "resourceVersionValue",
398 "generation": 7,
399 "creationTimestamp": "2008-01-01T01:01:01Z",
400 "deletionTimestamp": "2009-01-01T01:01:01Z",
401 "deletionGracePeriodSeconds": 10,
402 "labels": {
403 "labelsKey": "labelsValue"
404 },
405 "annotations": {
406 "annotationsKey": "annotationsValue"
407 },
408 "ownerReferences": [
409 {
410 "apiVersion": "apiVersionValue",
411 "kind": "kindValue",
412 "name": "nameValue",
413 "uid": "uidValue",
414 "controller": true,
415 "blockOwnerDeletion": true
416 }
417 ],
418 "finalizers": [
419 "finalizersValue"
420 ],
421 "managedFields": [
422 {
423 "manager": "managerValue",
424 "operation": "operationValue",
425 "apiVersion": "apiVersionValue",
426 "time": "2004-01-01T01:01:01Z",
427 "fieldsType": "fieldsTypeValue",
428 "fieldsV1": {},
429 "subresource": "subresourceValue"
430 }
431 ]
432 },
433 "spec": {
434 "accessModes": [
435 "accessModesValue"
436 ],
437 "selector": {
438 "matchLabels": {
439 "matchLabelsKey": "matchLabelsValue"
440 },
441 "matchExpressions": [
442 {
443 "key": "keyValue",
444 "operator": "operatorValue",
445 "values": [
446 "valuesValue"
447 ]
448 }
449 ]
450 },
451 "resources": {
452 "limits": {
453 "limitsKey": "0"
454 },
455 "requests": {
456 "requestsKey": "0"
457 }
458 },
459 "volumeName": "volumeNameValue",
460 "storageClassName": "storageClassNameValue",
461 "volumeMode": "volumeModeValue",
462 "dataSource": {
463 "apiGroup": "apiGroupValue",
464 "kind": "kindValue",
465 "name": "nameValue"
466 },
467 "dataSourceRef": {
468 "apiGroup": "apiGroupValue",
469 "kind": "kindValue",
470 "name": "nameValue",
471 "namespace": "namespaceValue"
472 }
473 }
474 }
475 }
476 }
477 ],
478 "initContainers": [
479 {
480 "name": "nameValue",
481 "image": "imageValue",
482 "command": [
483 "commandValue"
484 ],
485 "args": [
486 "argsValue"
487 ],
488 "workingDir": "workingDirValue",
489 "ports": [
490 {
491 "name": "nameValue",
492 "hostPort": 2,
493 "containerPort": 3,
494 "protocol": "protocolValue",
495 "hostIP": "hostIPValue"
496 }
497 ],
498 "envFrom": [
499 {
500 "prefix": "prefixValue",
501 "configMapRef": {
502 "name": "nameValue",
503 "optional": true
504 },
505 "secretRef": {
506 "name": "nameValue",
507 "optional": true
508 }
509 }
510 ],
511 "env": [
512 {
513 "name": "nameValue",
514 "value": "valueValue",
515 "valueFrom": {
516 "fieldRef": {
517 "apiVersion": "apiVersionValue",
518 "fieldPath": "fieldPathValue"
519 },
520 "resourceFieldRef": {
521 "containerName": "containerNameValue",
522 "resource": "resourceValue",
523 "divisor": "0"
524 },
525 "configMapKeyRef": {
526 "name": "nameValue",
527 "key": "keyValue",
528 "optional": true
529 },
530 "secretKeyRef": {
531 "name": "nameValue",
532 "key": "keyValue",
533 "optional": true
534 }
535 }
536 }
537 ],
538 "resources": {
539 "limits": {
540 "limitsKey": "0"
541 },
542 "requests": {
543 "requestsKey": "0"
544 },
545 "claims": [
546 {
547 "name": "nameValue"
548 }
549 ]
550 },
551 "resizePolicy": [
552 {
553 "resourceName": "resourceNameValue",
554 "restartPolicy": "restartPolicyValue"
555 }
556 ],
557 "restartPolicy": "restartPolicyValue",
558 "volumeMounts": [
559 {
560 "name": "nameValue",
561 "readOnly": true,
562 "mountPath": "mountPathValue",
563 "subPath": "subPathValue",
564 "mountPropagation": "mountPropagationValue",
565 "subPathExpr": "subPathExprValue"
566 }
567 ],
568 "volumeDevices": [
569 {
570 "name": "nameValue",
571 "devicePath": "devicePathValue"
572 }
573 ],
574 "livenessProbe": {
575 "exec": {
576 "command": [
577 "commandValue"
578 ]
579 },
580 "httpGet": {
581 "path": "pathValue",
582 "port": "portValue",
583 "host": "hostValue",
584 "scheme": "schemeValue",
585 "httpHeaders": [
586 {
587 "name": "nameValue",
588 "value": "valueValue"
589 }
590 ]
591 },
592 "tcpSocket": {
593 "port": "portValue",
594 "host": "hostValue"
595 },
596 "grpc": {
597 "port": 1,
598 "service": "serviceValue"
599 },
600 "initialDelaySeconds": 2,
601 "timeoutSeconds": 3,
602 "periodSeconds": 4,
603 "successThreshold": 5,
604 "failureThreshold": 6,
605 "terminationGracePeriodSeconds": 7
606 },
607 "readinessProbe": {
608 "exec": {
609 "command": [
610 "commandValue"
611 ]
612 },
613 "httpGet": {
614 "path": "pathValue",
615 "port": "portValue",
616 "host": "hostValue",
617 "scheme": "schemeValue",
618 "httpHeaders": [
619 {
620 "name": "nameValue",
621 "value": "valueValue"
622 }
623 ]
624 },
625 "tcpSocket": {
626 "port": "portValue",
627 "host": "hostValue"
628 },
629 "grpc": {
630 "port": 1,
631 "service": "serviceValue"
632 },
633 "initialDelaySeconds": 2,
634 "timeoutSeconds": 3,
635 "periodSeconds": 4,
636 "successThreshold": 5,
637 "failureThreshold": 6,
638 "terminationGracePeriodSeconds": 7
639 },
640 "startupProbe": {
641 "exec": {
642 "command": [
643 "commandValue"
644 ]
645 },
646 "httpGet": {
647 "path": "pathValue",
648 "port": "portValue",
649 "host": "hostValue",
650 "scheme": "schemeValue",
651 "httpHeaders": [
652 {
653 "name": "nameValue",
654 "value": "valueValue"
655 }
656 ]
657 },
658 "tcpSocket": {
659 "port": "portValue",
660 "host": "hostValue"
661 },
662 "grpc": {
663 "port": 1,
664 "service": "serviceValue"
665 },
666 "initialDelaySeconds": 2,
667 "timeoutSeconds": 3,
668 "periodSeconds": 4,
669 "successThreshold": 5,
670 "failureThreshold": 6,
671 "terminationGracePeriodSeconds": 7
672 },
673 "lifecycle": {
674 "postStart": {
675 "exec": {
676 "command": [
677 "commandValue"
678 ]
679 },
680 "httpGet": {
681 "path": "pathValue",
682 "port": "portValue",
683 "host": "hostValue",
684 "scheme": "schemeValue",
685 "httpHeaders": [
686 {
687 "name": "nameValue",
688 "value": "valueValue"
689 }
690 ]
691 },
692 "tcpSocket": {
693 "port": "portValue",
694 "host": "hostValue"
695 }
696 },
697 "preStop": {
698 "exec": {
699 "command": [
700 "commandValue"
701 ]
702 },
703 "httpGet": {
704 "path": "pathValue",
705 "port": "portValue",
706 "host": "hostValue",
707 "scheme": "schemeValue",
708 "httpHeaders": [
709 {
710 "name": "nameValue",
711 "value": "valueValue"
712 }
713 ]
714 },
715 "tcpSocket": {
716 "port": "portValue",
717 "host": "hostValue"
718 }
719 }
720 },
721 "terminationMessagePath": "terminationMessagePathValue",
722 "terminationMessagePolicy": "terminationMessagePolicyValue",
723 "imagePullPolicy": "imagePullPolicyValue",
724 "securityContext": {
725 "capabilities": {
726 "add": [
727 "addValue"
728 ],
729 "drop": [
730 "dropValue"
731 ]
732 },
733 "privileged": true,
734 "seLinuxOptions": {
735 "user": "userValue",
736 "role": "roleValue",
737 "type": "typeValue",
738 "level": "levelValue"
739 },
740 "windowsOptions": {
741 "gmsaCredentialSpecName": "gmsaCredentialSpecNameValue",
742 "gmsaCredentialSpec": "gmsaCredentialSpecValue",
743 "runAsUserName": "runAsUserNameValue",
744 "hostProcess": true
745 },
746 "runAsUser": 4,
747 "runAsGroup": 8,
748 "runAsNonRoot": true,
749 "readOnlyRootFilesystem": true,
750 "allowPrivilegeEscalation": true,
751 "procMount": "procMountValue",
752 "seccompProfile": {
753 "type": "typeValue",
754 "localhostProfile": "localhostProfileValue"
755 }
756 },
757 "stdin": true,
758 "stdinOnce": true,
759 "tty": true
760 }
761 ],
762 "containers": [
763 {
764 "name": "nameValue",
765 "image": "imageValue",
766 "command": [
767 "commandValue"
768 ],
769 "args": [
770 "argsValue"
771 ],
772 "workingDir": "workingDirValue",
773 "ports": [
774 {
775 "name": "nameValue",
776 "hostPort": 2,
777 "containerPort": 3,
778 "protocol": "protocolValue",
779 "hostIP": "hostIPValue"
780 }
781 ],
782 "envFrom": [
783 {
784 "prefix": "prefixValue",
785 "configMapRef": {
786 "name": "nameValue",
787 "optional": true
788 },
789 "secretRef": {
790 "name": "nameValue",
791 "optional": true
792 }
793 }
794 ],
795 "env": [
796 {
797 "name": "nameValue",
798 "value": "valueValue",
799 "valueFrom": {
800 "fieldRef": {
801 "apiVersion": "apiVersionValue",
802 "fieldPath": "fieldPathValue"
803 },
804 "resourceFieldRef": {
805 "containerName": "containerNameValue",
806 "resource": "resourceValue",
807 "divisor": "0"
808 },
809 "configMapKeyRef": {
810 "name": "nameValue",
811 "key": "keyValue",
812 "optional": true
813 },
814 "secretKeyRef": {
815 "name": "nameValue",
816 "key": "keyValue",
817 "optional": true
818 }
819 }
820 }
821 ],
822 "resources": {
823 "limits": {
824 "limitsKey": "0"
825 },
826 "requests": {
827 "requestsKey": "0"
828 },
829 "claims": [
830 {
831 "name": "nameValue"
832 }
833 ]
834 },
835 "resizePolicy": [
836 {
837 "resourceName": "resourceNameValue",
838 "restartPolicy": "restartPolicyValue"
839 }
840 ],
841 "restartPolicy": "restartPolicyValue",
842 "volumeMounts": [
843 {
844 "name": "nameValue",
845 "readOnly": true,
846 "mountPath": "mountPathValue",
847 "subPath": "subPathValue",
848 "mountPropagation": "mountPropagationValue",
849 "subPathExpr": "subPathExprValue"
850 }
851 ],
852 "volumeDevices": [
853 {
854 "name": "nameValue",
855 "devicePath": "devicePathValue"
856 }
857 ],
858 "livenessProbe": {
859 "exec": {
860 "command": [
861 "commandValue"
862 ]
863 },
864 "httpGet": {
865 "path": "pathValue",
866 "port": "portValue",
867 "host": "hostValue",
868 "scheme": "schemeValue",
869 "httpHeaders": [
870 {
871 "name": "nameValue",
872 "value": "valueValue"
873 }
874 ]
875 },
876 "tcpSocket": {
877 "port": "portValue",
878 "host": "hostValue"
879 },
880 "grpc": {
881 "port": 1,
882 "service": "serviceValue"
883 },
884 "initialDelaySeconds": 2,
885 "timeoutSeconds": 3,
886 "periodSeconds": 4,
887 "successThreshold": 5,
888 "failureThreshold": 6,
889 "terminationGracePeriodSeconds": 7
890 },
891 "readinessProbe": {
892 "exec": {
893 "command": [
894 "commandValue"
895 ]
896 },
897 "httpGet": {
898 "path": "pathValue",
899 "port": "portValue",
900 "host": "hostValue",
901 "scheme": "schemeValue",
902 "httpHeaders": [
903 {
904 "name": "nameValue",
905 "value": "valueValue"
906 }
907 ]
908 },
909 "tcpSocket": {
910 "port": "portValue",
911 "host": "hostValue"
912 },
913 "grpc": {
914 "port": 1,
915 "service": "serviceValue"
916 },
917 "initialDelaySeconds": 2,
918 "timeoutSeconds": 3,
919 "periodSeconds": 4,
920 "successThreshold": 5,
921 "failureThreshold": 6,
922 "terminationGracePeriodSeconds": 7
923 },
924 "startupProbe": {
925 "exec": {
926 "command": [
927 "commandValue"
928 ]
929 },
930 "httpGet": {
931 "path": "pathValue",
932 "port": "portValue",
933 "host": "hostValue",
934 "scheme": "schemeValue",
935 "httpHeaders": [
936 {
937 "name": "nameValue",
938 "value": "valueValue"
939 }
940 ]
941 },
942 "tcpSocket": {
943 "port": "portValue",
944 "host": "hostValue"
945 },
946 "grpc": {
947 "port": 1,
948 "service": "serviceValue"
949 },
950 "initialDelaySeconds": 2,
951 "timeoutSeconds": 3,
952 "periodSeconds": 4,
953 "successThreshold": 5,
954 "failureThreshold": 6,
955 "terminationGracePeriodSeconds": 7
956 },
957 "lifecycle": {
958 "postStart": {
959 "exec": {
960 "command": [
961 "commandValue"
962 ]
963 },
964 "httpGet": {
965 "path": "pathValue",
966 "port": "portValue",
967 "host": "hostValue",
968 "scheme": "schemeValue",
969 "httpHeaders": [
970 {
971 "name": "nameValue",
972 "value": "valueValue"
973 }
974 ]
975 },
976 "tcpSocket": {
977 "port": "portValue",
978 "host": "hostValue"
979 }
980 },
981 "preStop": {
982 "exec": {
983 "command": [
984 "commandValue"
985 ]
986 },
987 "httpGet": {
988 "path": "pathValue",
989 "port": "portValue",
990 "host": "hostValue",
991 "scheme": "schemeValue",
992 "httpHeaders": [
993 {
994 "name": "nameValue",
995 "value": "valueValue"
996 }
997 ]
998 },
999 "tcpSocket": {
1000 "port": "portValue",
1001 "host": "hostValue"
1002 }
1003 }
1004 },
1005 "terminationMessagePath": "terminationMessagePathValue",
1006 "terminationMessagePolicy": "terminationMessagePolicyValue",
1007 "imagePullPolicy": "imagePullPolicyValue",
1008 "securityContext": {
1009 "capabilities": {
1010 "add": [
1011 "addValue"
1012 ],
1013 "drop": [
1014 "dropValue"
1015 ]
1016 },
1017 "privileged": true,
1018 "seLinuxOptions": {
1019 "user": "userValue",
1020 "role": "roleValue",
1021 "type": "typeValue",
1022 "level": "levelValue"
1023 },
1024 "windowsOptions": {
1025 "gmsaCredentialSpecName": "gmsaCredentialSpecNameValue",
1026 "gmsaCredentialSpec": "gmsaCredentialSpecValue",
1027 "runAsUserName": "runAsUserNameValue",
1028 "hostProcess": true
1029 },
1030 "runAsUser": 4,
1031 "runAsGroup": 8,
1032 "runAsNonRoot": true,
1033 "readOnlyRootFilesystem": true,
1034 "allowPrivilegeEscalation": true,
1035 "procMount": "procMountValue",
1036 "seccompProfile": {
1037 "type": "typeValue",
1038 "localhostProfile": "localhostProfileValue"
1039 }
1040 },
1041 "stdin": true,
1042 "stdinOnce": true,
1043 "tty": true
1044 }
1045 ],
1046 "ephemeralContainers": [
1047 {
1048 "name": "nameValue",
1049 "image": "imageValue",
1050 "command": [
1051 "commandValue"
1052 ],
1053 "args": [
1054 "argsValue"
1055 ],
1056 "workingDir": "workingDirValue",
1057 "ports": [
1058 {
1059 "name": "nameValue",
1060 "hostPort": 2,
1061 "containerPort": 3,
1062 "protocol": "protocolValue",
1063 "hostIP": "hostIPValue"
1064 }
1065 ],
1066 "envFrom": [
1067 {
1068 "prefix": "prefixValue",
1069 "configMapRef": {
1070 "name": "nameValue",
1071 "optional": true
1072 },
1073 "secretRef": {
1074 "name": "nameValue",
1075 "optional": true
1076 }
1077 }
1078 ],
1079 "env": [
1080 {
1081 "name": "nameValue",
1082 "value": "valueValue",
1083 "valueFrom": {
1084 "fieldRef": {
1085 "apiVersion": "apiVersionValue",
1086 "fieldPath": "fieldPathValue"
1087 },
1088 "resourceFieldRef": {
1089 "containerName": "containerNameValue",
1090 "resource": "resourceValue",
1091 "divisor": "0"
1092 },
1093 "configMapKeyRef": {
1094 "name": "nameValue",
1095 "key": "keyValue",
1096 "optional": true
1097 },
1098 "secretKeyRef": {
1099 "name": "nameValue",
1100 "key": "keyValue",
1101 "optional": true
1102 }
1103 }
1104 }
1105 ],
1106 "resources": {
1107 "limits": {
1108 "limitsKey": "0"
1109 },
1110 "requests": {
1111 "requestsKey": "0"
1112 },
1113 "claims": [
1114 {
1115 "name": "nameValue"
1116 }
1117 ]
1118 },
1119 "resizePolicy": [
1120 {
1121 "resourceName": "resourceNameValue",
1122 "restartPolicy": "restartPolicyValue"
1123 }
1124 ],
1125 "restartPolicy": "restartPolicyValue",
1126 "volumeMounts": [
1127 {
1128 "name": "nameValue",
1129 "readOnly": true,
1130 "mountPath": "mountPathValue",
1131 "subPath": "subPathValue",
1132 "mountPropagation": "mountPropagationValue",
1133 "subPathExpr": "subPathExprValue"
1134 }
1135 ],
1136 "volumeDevices": [
1137 {
1138 "name": "nameValue",
1139 "devicePath": "devicePathValue"
1140 }
1141 ],
1142 "livenessProbe": {
1143 "exec": {
1144 "command": [
1145 "commandValue"
1146 ]
1147 },
1148 "httpGet": {
1149 "path": "pathValue",
1150 "port": "portValue",
1151 "host": "hostValue",
1152 "scheme": "schemeValue",
1153 "httpHeaders": [
1154 {
1155 "name": "nameValue",
1156 "value": "valueValue"
1157 }
1158 ]
1159 },
1160 "tcpSocket": {
1161 "port": "portValue",
1162 "host": "hostValue"
1163 },
1164 "grpc": {
1165 "port": 1,
1166 "service": "serviceValue"
1167 },
1168 "initialDelaySeconds": 2,
1169 "timeoutSeconds": 3,
1170 "periodSeconds": 4,
1171 "successThreshold": 5,
1172 "failureThreshold": 6,
1173 "terminationGracePeriodSeconds": 7
1174 },
1175 "readinessProbe": {
1176 "exec": {
1177 "command": [
1178 "commandValue"
1179 ]
1180 },
1181 "httpGet": {
1182 "path": "pathValue",
1183 "port": "portValue",
1184 "host": "hostValue",
1185 "scheme": "schemeValue",
1186 "httpHeaders": [
1187 {
1188 "name": "nameValue",
1189 "value": "valueValue"
1190 }
1191 ]
1192 },
1193 "tcpSocket": {
1194 "port": "portValue",
1195 "host": "hostValue"
1196 },
1197 "grpc": {
1198 "port": 1,
1199 "service": "serviceValue"
1200 },
1201 "initialDelaySeconds": 2,
1202 "timeoutSeconds": 3,
1203 "periodSeconds": 4,
1204 "successThreshold": 5,
1205 "failureThreshold": 6,
1206 "terminationGracePeriodSeconds": 7
1207 },
1208 "startupProbe": {
1209 "exec": {
1210 "command": [
1211 "commandValue"
1212 ]
1213 },
1214 "httpGet": {
1215 "path": "pathValue",
1216 "port": "portValue",
1217 "host": "hostValue",
1218 "scheme": "schemeValue",
1219 "httpHeaders": [
1220 {
1221 "name": "nameValue",
1222 "value": "valueValue"
1223 }
1224 ]
1225 },
1226 "tcpSocket": {
1227 "port": "portValue",
1228 "host": "hostValue"
1229 },
1230 "grpc": {
1231 "port": 1,
1232 "service": "serviceValue"
1233 },
1234 "initialDelaySeconds": 2,
1235 "timeoutSeconds": 3,
1236 "periodSeconds": 4,
1237 "successThreshold": 5,
1238 "failureThreshold": 6,
1239 "terminationGracePeriodSeconds": 7
1240 },
1241 "lifecycle": {
1242 "postStart": {
1243 "exec": {
1244 "command": [
1245 "commandValue"
1246 ]
1247 },
1248 "httpGet": {
1249 "path": "pathValue",
1250 "port": "portValue",
1251 "host": "hostValue",
1252 "scheme": "schemeValue",
1253 "httpHeaders": [
1254 {
1255 "name": "nameValue",
1256 "value": "valueValue"
1257 }
1258 ]
1259 },
1260 "tcpSocket": {
1261 "port": "portValue",
1262 "host": "hostValue"
1263 }
1264 },
1265 "preStop": {
1266 "exec": {
1267 "command": [
1268 "commandValue"
1269 ]
1270 },
1271 "httpGet": {
1272 "path": "pathValue",
1273 "port": "portValue",
1274 "host": "hostValue",
1275 "scheme": "schemeValue",
1276 "httpHeaders": [
1277 {
1278 "name": "nameValue",
1279 "value": "valueValue"
1280 }
1281 ]
1282 },
1283 "tcpSocket": {
1284 "port": "portValue",
1285 "host": "hostValue"
1286 }
1287 }
1288 },
1289 "terminationMessagePath": "terminationMessagePathValue",
1290 "terminationMessagePolicy": "terminationMessagePolicyValue",
1291 "imagePullPolicy": "imagePullPolicyValue",
1292 "securityContext": {
1293 "capabilities": {
1294 "add": [
1295 "addValue"
1296 ],
1297 "drop": [
1298 "dropValue"
1299 ]
1300 },
1301 "privileged": true,
1302 "seLinuxOptions": {
1303 "user": "userValue",
1304 "role": "roleValue",
1305 "type": "typeValue",
1306 "level": "levelValue"
1307 },
1308 "windowsOptions": {
1309 "gmsaCredentialSpecName": "gmsaCredentialSpecNameValue",
1310 "gmsaCredentialSpec": "gmsaCredentialSpecValue",
1311 "runAsUserName": "runAsUserNameValue",
1312 "hostProcess": true
1313 },
1314 "runAsUser": 4,
1315 "runAsGroup": 8,
1316 "runAsNonRoot": true,
1317 "readOnlyRootFilesystem": true,
1318 "allowPrivilegeEscalation": true,
1319 "procMount": "procMountValue",
1320 "seccompProfile": {
1321 "type": "typeValue",
1322 "localhostProfile": "localhostProfileValue"
1323 }
1324 },
1325 "stdin": true,
1326 "stdinOnce": true,
1327 "tty": true,
1328 "targetContainerName": "targetContainerNameValue"
1329 }
1330 ],
1331 "restartPolicy": "restartPolicyValue",
1332 "terminationGracePeriodSeconds": 4,
1333 "activeDeadlineSeconds": 5,
1334 "dnsPolicy": "dnsPolicyValue",
1335 "nodeSelector": {
1336 "nodeSelectorKey": "nodeSelectorValue"
1337 },
1338 "serviceAccountName": "serviceAccountNameValue",
1339 "serviceAccount": "serviceAccountValue",
1340 "automountServiceAccountToken": true,
1341 "nodeName": "nodeNameValue",
1342 "hostNetwork": true,
1343 "hostPID": true,
1344 "hostIPC": true,
1345 "shareProcessNamespace": true,
1346 "securityContext": {
1347 "seLinuxOptions": {
1348 "user": "userValue",
1349 "role": "roleValue",
1350 "type": "typeValue",
1351 "level": "levelValue"
1352 },
1353 "windowsOptions": {
1354 "gmsaCredentialSpecName": "gmsaCredentialSpecNameValue",
1355 "gmsaCredentialSpec": "gmsaCredentialSpecValue",
1356 "runAsUserName": "runAsUserNameValue",
1357 "hostProcess": true
1358 },
1359 "runAsUser": 2,
1360 "runAsGroup": 6,
1361 "runAsNonRoot": true,
1362 "supplementalGroups": [
1363 4
1364 ],
1365 "fsGroup": 5,
1366 "sysctls": [
1367 {
1368 "name": "nameValue",
1369 "value": "valueValue"
1370 }
1371 ],
1372 "fsGroupChangePolicy": "fsGroupChangePolicyValue",
1373 "seccompProfile": {
1374 "type": "typeValue",
1375 "localhostProfile": "localhostProfileValue"
1376 }
1377 },
1378 "imagePullSecrets": [
1379 {
1380 "name": "nameValue"
1381 }
1382 ],
1383 "hostname": "hostnameValue",
1384 "subdomain": "subdomainValue",
1385 "affinity": {
1386 "nodeAffinity": {
1387 "requiredDuringSchedulingIgnoredDuringExecution": {
1388 "nodeSelectorTerms": [
1389 {
1390 "matchExpressions": [
1391 {
1392 "key": "keyValue",
1393 "operator": "operatorValue",
1394 "values": [
1395 "valuesValue"
1396 ]
1397 }
1398 ],
1399 "matchFields": [
1400 {
1401 "key": "keyValue",
1402 "operator": "operatorValue",
1403 "values": [
1404 "valuesValue"
1405 ]
1406 }
1407 ]
1408 }
1409 ]
1410 },
1411 "preferredDuringSchedulingIgnoredDuringExecution": [
1412 {
1413 "weight": 1,
1414 "preference": {
1415 "matchExpressions": [
1416 {
1417 "key": "keyValue",
1418 "operator": "operatorValue",
1419 "values": [
1420 "valuesValue"
1421 ]
1422 }
1423 ],
1424 "matchFields": [
1425 {
1426 "key": "keyValue",
1427 "operator": "operatorValue",
1428 "values": [
1429 "valuesValue"
1430 ]
1431 }
1432 ]
1433 }
1434 }
1435 ]
1436 },
1437 "podAffinity": {
1438 "requiredDuringSchedulingIgnoredDuringExecution": [
1439 {
1440 "labelSelector": {
1441 "matchLabels": {
1442 "matchLabelsKey": "matchLabelsValue"
1443 },
1444 "matchExpressions": [
1445 {
1446 "key": "keyValue",
1447 "operator": "operatorValue",
1448 "values": [
1449 "valuesValue"
1450 ]
1451 }
1452 ]
1453 },
1454 "namespaces": [
1455 "namespacesValue"
1456 ],
1457 "topologyKey": "topologyKeyValue",
1458 "namespaceSelector": {
1459 "matchLabels": {
1460 "matchLabelsKey": "matchLabelsValue"
1461 },
1462 "matchExpressions": [
1463 {
1464 "key": "keyValue",
1465 "operator": "operatorValue",
1466 "values": [
1467 "valuesValue"
1468 ]
1469 }
1470 ]
1471 }
1472 }
1473 ],
1474 "preferredDuringSchedulingIgnoredDuringExecution": [
1475 {
1476 "weight": 1,
1477 "podAffinityTerm": {
1478 "labelSelector": {
1479 "matchLabels": {
1480 "matchLabelsKey": "matchLabelsValue"
1481 },
1482 "matchExpressions": [
1483 {
1484 "key": "keyValue",
1485 "operator": "operatorValue",
1486 "values": [
1487 "valuesValue"
1488 ]
1489 }
1490 ]
1491 },
1492 "namespaces": [
1493 "namespacesValue"
1494 ],
1495 "topologyKey": "topologyKeyValue",
1496 "namespaceSelector": {
1497 "matchLabels": {
1498 "matchLabelsKey": "matchLabelsValue"
1499 },
1500 "matchExpressions": [
1501 {
1502 "key": "keyValue",
1503 "operator": "operatorValue",
1504 "values": [
1505 "valuesValue"
1506 ]
1507 }
1508 ]
1509 }
1510 }
1511 }
1512 ]
1513 },
1514 "podAntiAffinity": {
1515 "requiredDuringSchedulingIgnoredDuringExecution": [
1516 {
1517 "labelSelector": {
1518 "matchLabels": {
1519 "matchLabelsKey": "matchLabelsValue"
1520 },
1521 "matchExpressions": [
1522 {
1523 "key": "keyValue",
1524 "operator": "operatorValue",
1525 "values": [
1526 "valuesValue"
1527 ]
1528 }
1529 ]
1530 },
1531 "namespaces": [
1532 "namespacesValue"
1533 ],
1534 "topologyKey": "topologyKeyValue",
1535 "namespaceSelector": {
1536 "matchLabels": {
1537 "matchLabelsKey": "matchLabelsValue"
1538 },
1539 "matchExpressions": [
1540 {
1541 "key": "keyValue",
1542 "operator": "operatorValue",
1543 "values": [
1544 "valuesValue"
1545 ]
1546 }
1547 ]
1548 }
1549 }
1550 ],
1551 "preferredDuringSchedulingIgnoredDuringExecution": [
1552 {
1553 "weight": 1,
1554 "podAffinityTerm": {
1555 "labelSelector": {
1556 "matchLabels": {
1557 "matchLabelsKey": "matchLabelsValue"
1558 },
1559 "matchExpressions": [
1560 {
1561 "key": "keyValue",
1562 "operator": "operatorValue",
1563 "values": [
1564 "valuesValue"
1565 ]
1566 }
1567 ]
1568 },
1569 "namespaces": [
1570 "namespacesValue"
1571 ],
1572 "topologyKey": "topologyKeyValue",
1573 "namespaceSelector": {
1574 "matchLabels": {
1575 "matchLabelsKey": "matchLabelsValue"
1576 },
1577 "matchExpressions": [
1578 {
1579 "key": "keyValue",
1580 "operator": "operatorValue",
1581 "values": [
1582 "valuesValue"
1583 ]
1584 }
1585 ]
1586 }
1587 }
1588 }
1589 ]
1590 }
1591 },
1592 "schedulerName": "schedulerNameValue",
1593 "tolerations": [
1594 {
1595 "key": "keyValue",
1596 "operator": "operatorValue",
1597 "value": "valueValue",
1598 "effect": "effectValue",
1599 "tolerationSeconds": 5
1600 }
1601 ],
1602 "hostAliases": [
1603 {
1604 "ip": "ipValue",
1605 "hostnames": [
1606 "hostnamesValue"
1607 ]
1608 }
1609 ],
1610 "priorityClassName": "priorityClassNameValue",
1611 "priority": 25,
1612 "dnsConfig": {
1613 "nameservers": [
1614 "nameserversValue"
1615 ],
1616 "searches": [
1617 "searchesValue"
1618 ],
1619 "options": [
1620 {
1621 "name": "nameValue",
1622 "value": "valueValue"
1623 }
1624 ]
1625 },
1626 "readinessGates": [
1627 {
1628 "conditionType": "conditionTypeValue"
1629 }
1630 ],
1631 "runtimeClassName": "runtimeClassNameValue",
1632 "enableServiceLinks": true,
1633 "preemptionPolicy": "preemptionPolicyValue",
1634 "overhead": {
1635 "overheadKey": "0"
1636 },
1637 "topologySpreadConstraints": [
1638 {
1639 "maxSkew": 1,
1640 "topologyKey": "topologyKeyValue",
1641 "whenUnsatisfiable": "whenUnsatisfiableValue",
1642 "labelSelector": {
1643 "matchLabels": {
1644 "matchLabelsKey": "matchLabelsValue"
1645 },
1646 "matchExpressions": [
1647 {
1648 "key": "keyValue",
1649 "operator": "operatorValue",
1650 "values": [
1651 "valuesValue"
1652 ]
1653 }
1654 ]
1655 },
1656 "minDomains": 5,
1657 "nodeAffinityPolicy": "nodeAffinityPolicyValue",
1658 "nodeTaintsPolicy": "nodeTaintsPolicyValue",
1659 "matchLabelKeys": [
1660 "matchLabelKeysValue"
1661 ]
1662 }
1663 ],
1664 "setHostnameAsFQDN": true,
1665 "os": {
1666 "name": "nameValue"
1667 },
1668 "hostUsers": true,
1669 "schedulingGates": [
1670 {
1671 "name": "nameValue"
1672 }
1673 ],
1674 "resourceClaims": [
1675 {
1676 "name": "nameValue",
1677 "source": {
1678 "resourceClaimName": "resourceClaimNameValue",
1679 "resourceClaimTemplateName": "resourceClaimTemplateNameValue"
1680 }
1681 }
1682 ]
1683 }
1684 }
1685 },
1686 "status": {
1687 "replicas": 1,
1688 "fullyLabeledReplicas": 2,
1689 "readyReplicas": 4,
1690 "availableReplicas": 5,
1691 "observedGeneration": 3,
1692 "conditions": [
1693 {
1694 "type": "typeValue",
1695 "status": "statusValue",
1696 "lastTransitionTime": "2003-01-01T01:01:01Z",
1697 "reason": "reasonValue",
1698 "message": "messageValue"
1699 }
1700 ]
1701 }
1702}
View as plain text