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