...

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

Documentation: k8s.io/api/testdata/HEAD

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

View as plain text