...

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

Documentation: k8s.io/api/testdata/HEAD

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

View as plain text