...

Text file src/k8s.io/api/testdata/v1.28.0/batch.v1beta1.CronJob.json

Documentation: k8s.io/api/testdata/v1.28.0

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

View as plain text