...

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

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

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

View as plain text