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