...

Text file src/k8s.io/api/testdata/v1.29.0/apps.v1beta1.Deployment.json

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

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

View as plain text