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 "claims": [
484 {
485 "name": "nameValue"
486 }
487 ]
488 },
489 "volumeName": "volumeNameValue",
490 "storageClassName": "storageClassNameValue",
491 "volumeMode": "volumeModeValue",
492 "dataSource": {
493 "apiGroup": "apiGroupValue",
494 "kind": "kindValue",
495 "name": "nameValue"
496 },
497 "dataSourceRef": {
498 "apiGroup": "apiGroupValue",
499 "kind": "kindValue",
500 "name": "nameValue",
501 "namespace": "namespaceValue"
502 }
503 }
504 }
505 }
506 }
507 ],
508 "initContainers": [
509 {
510 "name": "nameValue",
511 "image": "imageValue",
512 "command": [
513 "commandValue"
514 ],
515 "args": [
516 "argsValue"
517 ],
518 "workingDir": "workingDirValue",
519 "ports": [
520 {
521 "name": "nameValue",
522 "hostPort": 2,
523 "containerPort": 3,
524 "protocol": "protocolValue",
525 "hostIP": "hostIPValue"
526 }
527 ],
528 "envFrom": [
529 {
530 "prefix": "prefixValue",
531 "configMapRef": {
532 "name": "nameValue",
533 "optional": true
534 },
535 "secretRef": {
536 "name": "nameValue",
537 "optional": true
538 }
539 }
540 ],
541 "env": [
542 {
543 "name": "nameValue",
544 "value": "valueValue",
545 "valueFrom": {
546 "fieldRef": {
547 "apiVersion": "apiVersionValue",
548 "fieldPath": "fieldPathValue"
549 },
550 "resourceFieldRef": {
551 "containerName": "containerNameValue",
552 "resource": "resourceValue",
553 "divisor": "0"
554 },
555 "configMapKeyRef": {
556 "name": "nameValue",
557 "key": "keyValue",
558 "optional": true
559 },
560 "secretKeyRef": {
561 "name": "nameValue",
562 "key": "keyValue",
563 "optional": true
564 }
565 }
566 }
567 ],
568 "resources": {
569 "limits": {
570 "limitsKey": "0"
571 },
572 "requests": {
573 "requestsKey": "0"
574 },
575 "claims": [
576 {
577 "name": "nameValue"
578 }
579 ]
580 },
581 "resizePolicy": [
582 {
583 "resourceName": "resourceNameValue",
584 "restartPolicy": "restartPolicyValue"
585 }
586 ],
587 "restartPolicy": "restartPolicyValue",
588 "volumeMounts": [
589 {
590 "name": "nameValue",
591 "readOnly": true,
592 "mountPath": "mountPathValue",
593 "subPath": "subPathValue",
594 "mountPropagation": "mountPropagationValue",
595 "subPathExpr": "subPathExprValue"
596 }
597 ],
598 "volumeDevices": [
599 {
600 "name": "nameValue",
601 "devicePath": "devicePathValue"
602 }
603 ],
604 "livenessProbe": {
605 "exec": {
606 "command": [
607 "commandValue"
608 ]
609 },
610 "httpGet": {
611 "path": "pathValue",
612 "port": "portValue",
613 "host": "hostValue",
614 "scheme": "schemeValue",
615 "httpHeaders": [
616 {
617 "name": "nameValue",
618 "value": "valueValue"
619 }
620 ]
621 },
622 "tcpSocket": {
623 "port": "portValue",
624 "host": "hostValue"
625 },
626 "grpc": {
627 "port": 1,
628 "service": "serviceValue"
629 },
630 "initialDelaySeconds": 2,
631 "timeoutSeconds": 3,
632 "periodSeconds": 4,
633 "successThreshold": 5,
634 "failureThreshold": 6,
635 "terminationGracePeriodSeconds": 7
636 },
637 "readinessProbe": {
638 "exec": {
639 "command": [
640 "commandValue"
641 ]
642 },
643 "httpGet": {
644 "path": "pathValue",
645 "port": "portValue",
646 "host": "hostValue",
647 "scheme": "schemeValue",
648 "httpHeaders": [
649 {
650 "name": "nameValue",
651 "value": "valueValue"
652 }
653 ]
654 },
655 "tcpSocket": {
656 "port": "portValue",
657 "host": "hostValue"
658 },
659 "grpc": {
660 "port": 1,
661 "service": "serviceValue"
662 },
663 "initialDelaySeconds": 2,
664 "timeoutSeconds": 3,
665 "periodSeconds": 4,
666 "successThreshold": 5,
667 "failureThreshold": 6,
668 "terminationGracePeriodSeconds": 7
669 },
670 "startupProbe": {
671 "exec": {
672 "command": [
673 "commandValue"
674 ]
675 },
676 "httpGet": {
677 "path": "pathValue",
678 "port": "portValue",
679 "host": "hostValue",
680 "scheme": "schemeValue",
681 "httpHeaders": [
682 {
683 "name": "nameValue",
684 "value": "valueValue"
685 }
686 ]
687 },
688 "tcpSocket": {
689 "port": "portValue",
690 "host": "hostValue"
691 },
692 "grpc": {
693 "port": 1,
694 "service": "serviceValue"
695 },
696 "initialDelaySeconds": 2,
697 "timeoutSeconds": 3,
698 "periodSeconds": 4,
699 "successThreshold": 5,
700 "failureThreshold": 6,
701 "terminationGracePeriodSeconds": 7
702 },
703 "lifecycle": {
704 "postStart": {
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 },
727 "preStop": {
728 "exec": {
729 "command": [
730 "commandValue"
731 ]
732 },
733 "httpGet": {
734 "path": "pathValue",
735 "port": "portValue",
736 "host": "hostValue",
737 "scheme": "schemeValue",
738 "httpHeaders": [
739 {
740 "name": "nameValue",
741 "value": "valueValue"
742 }
743 ]
744 },
745 "tcpSocket": {
746 "port": "portValue",
747 "host": "hostValue"
748 }
749 }
750 },
751 "terminationMessagePath": "terminationMessagePathValue",
752 "terminationMessagePolicy": "terminationMessagePolicyValue",
753 "imagePullPolicy": "imagePullPolicyValue",
754 "securityContext": {
755 "capabilities": {
756 "add": [
757 "addValue"
758 ],
759 "drop": [
760 "dropValue"
761 ]
762 },
763 "privileged": true,
764 "seLinuxOptions": {
765 "user": "userValue",
766 "role": "roleValue",
767 "type": "typeValue",
768 "level": "levelValue"
769 },
770 "windowsOptions": {
771 "gmsaCredentialSpecName": "gmsaCredentialSpecNameValue",
772 "gmsaCredentialSpec": "gmsaCredentialSpecValue",
773 "runAsUserName": "runAsUserNameValue",
774 "hostProcess": true
775 },
776 "runAsUser": 4,
777 "runAsGroup": 8,
778 "runAsNonRoot": true,
779 "readOnlyRootFilesystem": true,
780 "allowPrivilegeEscalation": true,
781 "procMount": "procMountValue",
782 "seccompProfile": {
783 "type": "typeValue",
784 "localhostProfile": "localhostProfileValue"
785 }
786 },
787 "stdin": true,
788 "stdinOnce": true,
789 "tty": true
790 }
791 ],
792 "containers": [
793 {
794 "name": "nameValue",
795 "image": "imageValue",
796 "command": [
797 "commandValue"
798 ],
799 "args": [
800 "argsValue"
801 ],
802 "workingDir": "workingDirValue",
803 "ports": [
804 {
805 "name": "nameValue",
806 "hostPort": 2,
807 "containerPort": 3,
808 "protocol": "protocolValue",
809 "hostIP": "hostIPValue"
810 }
811 ],
812 "envFrom": [
813 {
814 "prefix": "prefixValue",
815 "configMapRef": {
816 "name": "nameValue",
817 "optional": true
818 },
819 "secretRef": {
820 "name": "nameValue",
821 "optional": true
822 }
823 }
824 ],
825 "env": [
826 {
827 "name": "nameValue",
828 "value": "valueValue",
829 "valueFrom": {
830 "fieldRef": {
831 "apiVersion": "apiVersionValue",
832 "fieldPath": "fieldPathValue"
833 },
834 "resourceFieldRef": {
835 "containerName": "containerNameValue",
836 "resource": "resourceValue",
837 "divisor": "0"
838 },
839 "configMapKeyRef": {
840 "name": "nameValue",
841 "key": "keyValue",
842 "optional": true
843 },
844 "secretKeyRef": {
845 "name": "nameValue",
846 "key": "keyValue",
847 "optional": true
848 }
849 }
850 }
851 ],
852 "resources": {
853 "limits": {
854 "limitsKey": "0"
855 },
856 "requests": {
857 "requestsKey": "0"
858 },
859 "claims": [
860 {
861 "name": "nameValue"
862 }
863 ]
864 },
865 "resizePolicy": [
866 {
867 "resourceName": "resourceNameValue",
868 "restartPolicy": "restartPolicyValue"
869 }
870 ],
871 "restartPolicy": "restartPolicyValue",
872 "volumeMounts": [
873 {
874 "name": "nameValue",
875 "readOnly": true,
876 "mountPath": "mountPathValue",
877 "subPath": "subPathValue",
878 "mountPropagation": "mountPropagationValue",
879 "subPathExpr": "subPathExprValue"
880 }
881 ],
882 "volumeDevices": [
883 {
884 "name": "nameValue",
885 "devicePath": "devicePathValue"
886 }
887 ],
888 "livenessProbe": {
889 "exec": {
890 "command": [
891 "commandValue"
892 ]
893 },
894 "httpGet": {
895 "path": "pathValue",
896 "port": "portValue",
897 "host": "hostValue",
898 "scheme": "schemeValue",
899 "httpHeaders": [
900 {
901 "name": "nameValue",
902 "value": "valueValue"
903 }
904 ]
905 },
906 "tcpSocket": {
907 "port": "portValue",
908 "host": "hostValue"
909 },
910 "grpc": {
911 "port": 1,
912 "service": "serviceValue"
913 },
914 "initialDelaySeconds": 2,
915 "timeoutSeconds": 3,
916 "periodSeconds": 4,
917 "successThreshold": 5,
918 "failureThreshold": 6,
919 "terminationGracePeriodSeconds": 7
920 },
921 "readinessProbe": {
922 "exec": {
923 "command": [
924 "commandValue"
925 ]
926 },
927 "httpGet": {
928 "path": "pathValue",
929 "port": "portValue",
930 "host": "hostValue",
931 "scheme": "schemeValue",
932 "httpHeaders": [
933 {
934 "name": "nameValue",
935 "value": "valueValue"
936 }
937 ]
938 },
939 "tcpSocket": {
940 "port": "portValue",
941 "host": "hostValue"
942 },
943 "grpc": {
944 "port": 1,
945 "service": "serviceValue"
946 },
947 "initialDelaySeconds": 2,
948 "timeoutSeconds": 3,
949 "periodSeconds": 4,
950 "successThreshold": 5,
951 "failureThreshold": 6,
952 "terminationGracePeriodSeconds": 7
953 },
954 "startupProbe": {
955 "exec": {
956 "command": [
957 "commandValue"
958 ]
959 },
960 "httpGet": {
961 "path": "pathValue",
962 "port": "portValue",
963 "host": "hostValue",
964 "scheme": "schemeValue",
965 "httpHeaders": [
966 {
967 "name": "nameValue",
968 "value": "valueValue"
969 }
970 ]
971 },
972 "tcpSocket": {
973 "port": "portValue",
974 "host": "hostValue"
975 },
976 "grpc": {
977 "port": 1,
978 "service": "serviceValue"
979 },
980 "initialDelaySeconds": 2,
981 "timeoutSeconds": 3,
982 "periodSeconds": 4,
983 "successThreshold": 5,
984 "failureThreshold": 6,
985 "terminationGracePeriodSeconds": 7
986 },
987 "lifecycle": {
988 "postStart": {
989 "exec": {
990 "command": [
991 "commandValue"
992 ]
993 },
994 "httpGet": {
995 "path": "pathValue",
996 "port": "portValue",
997 "host": "hostValue",
998 "scheme": "schemeValue",
999 "httpHeaders": [
1000 {
1001 "name": "nameValue",
1002 "value": "valueValue"
1003 }
1004 ]
1005 },
1006 "tcpSocket": {
1007 "port": "portValue",
1008 "host": "hostValue"
1009 }
1010 },
1011 "preStop": {
1012 "exec": {
1013 "command": [
1014 "commandValue"
1015 ]
1016 },
1017 "httpGet": {
1018 "path": "pathValue",
1019 "port": "portValue",
1020 "host": "hostValue",
1021 "scheme": "schemeValue",
1022 "httpHeaders": [
1023 {
1024 "name": "nameValue",
1025 "value": "valueValue"
1026 }
1027 ]
1028 },
1029 "tcpSocket": {
1030 "port": "portValue",
1031 "host": "hostValue"
1032 }
1033 }
1034 },
1035 "terminationMessagePath": "terminationMessagePathValue",
1036 "terminationMessagePolicy": "terminationMessagePolicyValue",
1037 "imagePullPolicy": "imagePullPolicyValue",
1038 "securityContext": {
1039 "capabilities": {
1040 "add": [
1041 "addValue"
1042 ],
1043 "drop": [
1044 "dropValue"
1045 ]
1046 },
1047 "privileged": true,
1048 "seLinuxOptions": {
1049 "user": "userValue",
1050 "role": "roleValue",
1051 "type": "typeValue",
1052 "level": "levelValue"
1053 },
1054 "windowsOptions": {
1055 "gmsaCredentialSpecName": "gmsaCredentialSpecNameValue",
1056 "gmsaCredentialSpec": "gmsaCredentialSpecValue",
1057 "runAsUserName": "runAsUserNameValue",
1058 "hostProcess": true
1059 },
1060 "runAsUser": 4,
1061 "runAsGroup": 8,
1062 "runAsNonRoot": true,
1063 "readOnlyRootFilesystem": true,
1064 "allowPrivilegeEscalation": true,
1065 "procMount": "procMountValue",
1066 "seccompProfile": {
1067 "type": "typeValue",
1068 "localhostProfile": "localhostProfileValue"
1069 }
1070 },
1071 "stdin": true,
1072 "stdinOnce": true,
1073 "tty": true
1074 }
1075 ],
1076 "ephemeralContainers": [
1077 {
1078 "name": "nameValue",
1079 "image": "imageValue",
1080 "command": [
1081 "commandValue"
1082 ],
1083 "args": [
1084 "argsValue"
1085 ],
1086 "workingDir": "workingDirValue",
1087 "ports": [
1088 {
1089 "name": "nameValue",
1090 "hostPort": 2,
1091 "containerPort": 3,
1092 "protocol": "protocolValue",
1093 "hostIP": "hostIPValue"
1094 }
1095 ],
1096 "envFrom": [
1097 {
1098 "prefix": "prefixValue",
1099 "configMapRef": {
1100 "name": "nameValue",
1101 "optional": true
1102 },
1103 "secretRef": {
1104 "name": "nameValue",
1105 "optional": true
1106 }
1107 }
1108 ],
1109 "env": [
1110 {
1111 "name": "nameValue",
1112 "value": "valueValue",
1113 "valueFrom": {
1114 "fieldRef": {
1115 "apiVersion": "apiVersionValue",
1116 "fieldPath": "fieldPathValue"
1117 },
1118 "resourceFieldRef": {
1119 "containerName": "containerNameValue",
1120 "resource": "resourceValue",
1121 "divisor": "0"
1122 },
1123 "configMapKeyRef": {
1124 "name": "nameValue",
1125 "key": "keyValue",
1126 "optional": true
1127 },
1128 "secretKeyRef": {
1129 "name": "nameValue",
1130 "key": "keyValue",
1131 "optional": true
1132 }
1133 }
1134 }
1135 ],
1136 "resources": {
1137 "limits": {
1138 "limitsKey": "0"
1139 },
1140 "requests": {
1141 "requestsKey": "0"
1142 },
1143 "claims": [
1144 {
1145 "name": "nameValue"
1146 }
1147 ]
1148 },
1149 "resizePolicy": [
1150 {
1151 "resourceName": "resourceNameValue",
1152 "restartPolicy": "restartPolicyValue"
1153 }
1154 ],
1155 "restartPolicy": "restartPolicyValue",
1156 "volumeMounts": [
1157 {
1158 "name": "nameValue",
1159 "readOnly": true,
1160 "mountPath": "mountPathValue",
1161 "subPath": "subPathValue",
1162 "mountPropagation": "mountPropagationValue",
1163 "subPathExpr": "subPathExprValue"
1164 }
1165 ],
1166 "volumeDevices": [
1167 {
1168 "name": "nameValue",
1169 "devicePath": "devicePathValue"
1170 }
1171 ],
1172 "livenessProbe": {
1173 "exec": {
1174 "command": [
1175 "commandValue"
1176 ]
1177 },
1178 "httpGet": {
1179 "path": "pathValue",
1180 "port": "portValue",
1181 "host": "hostValue",
1182 "scheme": "schemeValue",
1183 "httpHeaders": [
1184 {
1185 "name": "nameValue",
1186 "value": "valueValue"
1187 }
1188 ]
1189 },
1190 "tcpSocket": {
1191 "port": "portValue",
1192 "host": "hostValue"
1193 },
1194 "grpc": {
1195 "port": 1,
1196 "service": "serviceValue"
1197 },
1198 "initialDelaySeconds": 2,
1199 "timeoutSeconds": 3,
1200 "periodSeconds": 4,
1201 "successThreshold": 5,
1202 "failureThreshold": 6,
1203 "terminationGracePeriodSeconds": 7
1204 },
1205 "readinessProbe": {
1206 "exec": {
1207 "command": [
1208 "commandValue"
1209 ]
1210 },
1211 "httpGet": {
1212 "path": "pathValue",
1213 "port": "portValue",
1214 "host": "hostValue",
1215 "scheme": "schemeValue",
1216 "httpHeaders": [
1217 {
1218 "name": "nameValue",
1219 "value": "valueValue"
1220 }
1221 ]
1222 },
1223 "tcpSocket": {
1224 "port": "portValue",
1225 "host": "hostValue"
1226 },
1227 "grpc": {
1228 "port": 1,
1229 "service": "serviceValue"
1230 },
1231 "initialDelaySeconds": 2,
1232 "timeoutSeconds": 3,
1233 "periodSeconds": 4,
1234 "successThreshold": 5,
1235 "failureThreshold": 6,
1236 "terminationGracePeriodSeconds": 7
1237 },
1238 "startupProbe": {
1239 "exec": {
1240 "command": [
1241 "commandValue"
1242 ]
1243 },
1244 "httpGet": {
1245 "path": "pathValue",
1246 "port": "portValue",
1247 "host": "hostValue",
1248 "scheme": "schemeValue",
1249 "httpHeaders": [
1250 {
1251 "name": "nameValue",
1252 "value": "valueValue"
1253 }
1254 ]
1255 },
1256 "tcpSocket": {
1257 "port": "portValue",
1258 "host": "hostValue"
1259 },
1260 "grpc": {
1261 "port": 1,
1262 "service": "serviceValue"
1263 },
1264 "initialDelaySeconds": 2,
1265 "timeoutSeconds": 3,
1266 "periodSeconds": 4,
1267 "successThreshold": 5,
1268 "failureThreshold": 6,
1269 "terminationGracePeriodSeconds": 7
1270 },
1271 "lifecycle": {
1272 "postStart": {
1273 "exec": {
1274 "command": [
1275 "commandValue"
1276 ]
1277 },
1278 "httpGet": {
1279 "path": "pathValue",
1280 "port": "portValue",
1281 "host": "hostValue",
1282 "scheme": "schemeValue",
1283 "httpHeaders": [
1284 {
1285 "name": "nameValue",
1286 "value": "valueValue"
1287 }
1288 ]
1289 },
1290 "tcpSocket": {
1291 "port": "portValue",
1292 "host": "hostValue"
1293 }
1294 },
1295 "preStop": {
1296 "exec": {
1297 "command": [
1298 "commandValue"
1299 ]
1300 },
1301 "httpGet": {
1302 "path": "pathValue",
1303 "port": "portValue",
1304 "host": "hostValue",
1305 "scheme": "schemeValue",
1306 "httpHeaders": [
1307 {
1308 "name": "nameValue",
1309 "value": "valueValue"
1310 }
1311 ]
1312 },
1313 "tcpSocket": {
1314 "port": "portValue",
1315 "host": "hostValue"
1316 }
1317 }
1318 },
1319 "terminationMessagePath": "terminationMessagePathValue",
1320 "terminationMessagePolicy": "terminationMessagePolicyValue",
1321 "imagePullPolicy": "imagePullPolicyValue",
1322 "securityContext": {
1323 "capabilities": {
1324 "add": [
1325 "addValue"
1326 ],
1327 "drop": [
1328 "dropValue"
1329 ]
1330 },
1331 "privileged": true,
1332 "seLinuxOptions": {
1333 "user": "userValue",
1334 "role": "roleValue",
1335 "type": "typeValue",
1336 "level": "levelValue"
1337 },
1338 "windowsOptions": {
1339 "gmsaCredentialSpecName": "gmsaCredentialSpecNameValue",
1340 "gmsaCredentialSpec": "gmsaCredentialSpecValue",
1341 "runAsUserName": "runAsUserNameValue",
1342 "hostProcess": true
1343 },
1344 "runAsUser": 4,
1345 "runAsGroup": 8,
1346 "runAsNonRoot": true,
1347 "readOnlyRootFilesystem": true,
1348 "allowPrivilegeEscalation": true,
1349 "procMount": "procMountValue",
1350 "seccompProfile": {
1351 "type": "typeValue",
1352 "localhostProfile": "localhostProfileValue"
1353 }
1354 },
1355 "stdin": true,
1356 "stdinOnce": true,
1357 "tty": true,
1358 "targetContainerName": "targetContainerNameValue"
1359 }
1360 ],
1361 "restartPolicy": "restartPolicyValue",
1362 "terminationGracePeriodSeconds": 4,
1363 "activeDeadlineSeconds": 5,
1364 "dnsPolicy": "dnsPolicyValue",
1365 "nodeSelector": {
1366 "nodeSelectorKey": "nodeSelectorValue"
1367 },
1368 "serviceAccountName": "serviceAccountNameValue",
1369 "serviceAccount": "serviceAccountValue",
1370 "automountServiceAccountToken": true,
1371 "nodeName": "nodeNameValue",
1372 "hostNetwork": true,
1373 "hostPID": true,
1374 "hostIPC": true,
1375 "shareProcessNamespace": true,
1376 "securityContext": {
1377 "seLinuxOptions": {
1378 "user": "userValue",
1379 "role": "roleValue",
1380 "type": "typeValue",
1381 "level": "levelValue"
1382 },
1383 "windowsOptions": {
1384 "gmsaCredentialSpecName": "gmsaCredentialSpecNameValue",
1385 "gmsaCredentialSpec": "gmsaCredentialSpecValue",
1386 "runAsUserName": "runAsUserNameValue",
1387 "hostProcess": true
1388 },
1389 "runAsUser": 2,
1390 "runAsGroup": 6,
1391 "runAsNonRoot": true,
1392 "supplementalGroups": [
1393 4
1394 ],
1395 "fsGroup": 5,
1396 "sysctls": [
1397 {
1398 "name": "nameValue",
1399 "value": "valueValue"
1400 }
1401 ],
1402 "fsGroupChangePolicy": "fsGroupChangePolicyValue",
1403 "seccompProfile": {
1404 "type": "typeValue",
1405 "localhostProfile": "localhostProfileValue"
1406 }
1407 },
1408 "imagePullSecrets": [
1409 {
1410 "name": "nameValue"
1411 }
1412 ],
1413 "hostname": "hostnameValue",
1414 "subdomain": "subdomainValue",
1415 "affinity": {
1416 "nodeAffinity": {
1417 "requiredDuringSchedulingIgnoredDuringExecution": {
1418 "nodeSelectorTerms": [
1419 {
1420 "matchExpressions": [
1421 {
1422 "key": "keyValue",
1423 "operator": "operatorValue",
1424 "values": [
1425 "valuesValue"
1426 ]
1427 }
1428 ],
1429 "matchFields": [
1430 {
1431 "key": "keyValue",
1432 "operator": "operatorValue",
1433 "values": [
1434 "valuesValue"
1435 ]
1436 }
1437 ]
1438 }
1439 ]
1440 },
1441 "preferredDuringSchedulingIgnoredDuringExecution": [
1442 {
1443 "weight": 1,
1444 "preference": {
1445 "matchExpressions": [
1446 {
1447 "key": "keyValue",
1448 "operator": "operatorValue",
1449 "values": [
1450 "valuesValue"
1451 ]
1452 }
1453 ],
1454 "matchFields": [
1455 {
1456 "key": "keyValue",
1457 "operator": "operatorValue",
1458 "values": [
1459 "valuesValue"
1460 ]
1461 }
1462 ]
1463 }
1464 }
1465 ]
1466 },
1467 "podAffinity": {
1468 "requiredDuringSchedulingIgnoredDuringExecution": [
1469 {
1470 "labelSelector": {
1471 "matchLabels": {
1472 "matchLabelsKey": "matchLabelsValue"
1473 },
1474 "matchExpressions": [
1475 {
1476 "key": "keyValue",
1477 "operator": "operatorValue",
1478 "values": [
1479 "valuesValue"
1480 ]
1481 }
1482 ]
1483 },
1484 "namespaces": [
1485 "namespacesValue"
1486 ],
1487 "topologyKey": "topologyKeyValue",
1488 "namespaceSelector": {
1489 "matchLabels": {
1490 "matchLabelsKey": "matchLabelsValue"
1491 },
1492 "matchExpressions": [
1493 {
1494 "key": "keyValue",
1495 "operator": "operatorValue",
1496 "values": [
1497 "valuesValue"
1498 ]
1499 }
1500 ]
1501 }
1502 }
1503 ],
1504 "preferredDuringSchedulingIgnoredDuringExecution": [
1505 {
1506 "weight": 1,
1507 "podAffinityTerm": {
1508 "labelSelector": {
1509 "matchLabels": {
1510 "matchLabelsKey": "matchLabelsValue"
1511 },
1512 "matchExpressions": [
1513 {
1514 "key": "keyValue",
1515 "operator": "operatorValue",
1516 "values": [
1517 "valuesValue"
1518 ]
1519 }
1520 ]
1521 },
1522 "namespaces": [
1523 "namespacesValue"
1524 ],
1525 "topologyKey": "topologyKeyValue",
1526 "namespaceSelector": {
1527 "matchLabels": {
1528 "matchLabelsKey": "matchLabelsValue"
1529 },
1530 "matchExpressions": [
1531 {
1532 "key": "keyValue",
1533 "operator": "operatorValue",
1534 "values": [
1535 "valuesValue"
1536 ]
1537 }
1538 ]
1539 }
1540 }
1541 }
1542 ]
1543 },
1544 "podAntiAffinity": {
1545 "requiredDuringSchedulingIgnoredDuringExecution": [
1546 {
1547 "labelSelector": {
1548 "matchLabels": {
1549 "matchLabelsKey": "matchLabelsValue"
1550 },
1551 "matchExpressions": [
1552 {
1553 "key": "keyValue",
1554 "operator": "operatorValue",
1555 "values": [
1556 "valuesValue"
1557 ]
1558 }
1559 ]
1560 },
1561 "namespaces": [
1562 "namespacesValue"
1563 ],
1564 "topologyKey": "topologyKeyValue",
1565 "namespaceSelector": {
1566 "matchLabels": {
1567 "matchLabelsKey": "matchLabelsValue"
1568 },
1569 "matchExpressions": [
1570 {
1571 "key": "keyValue",
1572 "operator": "operatorValue",
1573 "values": [
1574 "valuesValue"
1575 ]
1576 }
1577 ]
1578 }
1579 }
1580 ],
1581 "preferredDuringSchedulingIgnoredDuringExecution": [
1582 {
1583 "weight": 1,
1584 "podAffinityTerm": {
1585 "labelSelector": {
1586 "matchLabels": {
1587 "matchLabelsKey": "matchLabelsValue"
1588 },
1589 "matchExpressions": [
1590 {
1591 "key": "keyValue",
1592 "operator": "operatorValue",
1593 "values": [
1594 "valuesValue"
1595 ]
1596 }
1597 ]
1598 },
1599 "namespaces": [
1600 "namespacesValue"
1601 ],
1602 "topologyKey": "topologyKeyValue",
1603 "namespaceSelector": {
1604 "matchLabels": {
1605 "matchLabelsKey": "matchLabelsValue"
1606 },
1607 "matchExpressions": [
1608 {
1609 "key": "keyValue",
1610 "operator": "operatorValue",
1611 "values": [
1612 "valuesValue"
1613 ]
1614 }
1615 ]
1616 }
1617 }
1618 }
1619 ]
1620 }
1621 },
1622 "schedulerName": "schedulerNameValue",
1623 "tolerations": [
1624 {
1625 "key": "keyValue",
1626 "operator": "operatorValue",
1627 "value": "valueValue",
1628 "effect": "effectValue",
1629 "tolerationSeconds": 5
1630 }
1631 ],
1632 "hostAliases": [
1633 {
1634 "ip": "ipValue",
1635 "hostnames": [
1636 "hostnamesValue"
1637 ]
1638 }
1639 ],
1640 "priorityClassName": "priorityClassNameValue",
1641 "priority": 25,
1642 "dnsConfig": {
1643 "nameservers": [
1644 "nameserversValue"
1645 ],
1646 "searches": [
1647 "searchesValue"
1648 ],
1649 "options": [
1650 {
1651 "name": "nameValue",
1652 "value": "valueValue"
1653 }
1654 ]
1655 },
1656 "readinessGates": [
1657 {
1658 "conditionType": "conditionTypeValue"
1659 }
1660 ],
1661 "runtimeClassName": "runtimeClassNameValue",
1662 "enableServiceLinks": true,
1663 "preemptionPolicy": "preemptionPolicyValue",
1664 "overhead": {
1665 "overheadKey": "0"
1666 },
1667 "topologySpreadConstraints": [
1668 {
1669 "maxSkew": 1,
1670 "topologyKey": "topologyKeyValue",
1671 "whenUnsatisfiable": "whenUnsatisfiableValue",
1672 "labelSelector": {
1673 "matchLabels": {
1674 "matchLabelsKey": "matchLabelsValue"
1675 },
1676 "matchExpressions": [
1677 {
1678 "key": "keyValue",
1679 "operator": "operatorValue",
1680 "values": [
1681 "valuesValue"
1682 ]
1683 }
1684 ]
1685 },
1686 "minDomains": 5,
1687 "nodeAffinityPolicy": "nodeAffinityPolicyValue",
1688 "nodeTaintsPolicy": "nodeTaintsPolicyValue",
1689 "matchLabelKeys": [
1690 "matchLabelKeysValue"
1691 ]
1692 }
1693 ],
1694 "setHostnameAsFQDN": true,
1695 "os": {
1696 "name": "nameValue"
1697 },
1698 "hostUsers": true,
1699 "schedulingGates": [
1700 {
1701 "name": "nameValue"
1702 }
1703 ],
1704 "resourceClaims": [
1705 {
1706 "name": "nameValue",
1707 "source": {
1708 "resourceClaimName": "resourceClaimNameValue",
1709 "resourceClaimTemplateName": "resourceClaimTemplateNameValue"
1710 }
1711 }
1712 ]
1713 }
1714 },
1715 "ttlSecondsAfterFinished": 8,
1716 "completionMode": "completionModeValue",
1717 "suspend": true,
1718 "podReplacementPolicy": "podReplacementPolicyValue"
1719 },
1720 "status": {
1721 "conditions": [
1722 {
1723 "type": "typeValue",
1724 "status": "statusValue",
1725 "lastProbeTime": "2003-01-01T01:01:01Z",
1726 "lastTransitionTime": "2004-01-01T01:01:01Z",
1727 "reason": "reasonValue",
1728 "message": "messageValue"
1729 }
1730 ],
1731 "startTime": "2002-01-01T01:01:01Z",
1732 "completionTime": "2003-01-01T01:01:01Z",
1733 "active": 4,
1734 "succeeded": 5,
1735 "failed": 6,
1736 "terminating": 11,
1737 "completedIndexes": "completedIndexesValue",
1738 "failedIndexes": "failedIndexesValue",
1739 "uncountedTerminatedPods": {
1740 "succeeded": [
1741 "succeededValue"
1742 ],
1743 "failed": [
1744 "failedValue"
1745 ]
1746 },
1747 "ready": 9
1748 }
1749}
View as plain text