...

Text file src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.DaemonSet.json

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

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

View as plain text