...

Text file src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.json

Documentation: k8s.io/api/testdata/HEAD

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

View as plain text