...

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

Documentation: k8s.io/api/testdata/HEAD

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

View as plain text