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