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