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