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