...

Text file src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json

Documentation: k8s.io/api/testdata/HEAD

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

View as plain text