...

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

Documentation: k8s.io/api/testdata/v1.28.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                }
   345              ],
   346              "defaultMode": 2
   347            },
   348            "portworxVolume": {
   349              "volumeID": "volumeIDValue",
   350              "fsType": "fsTypeValue",
   351              "readOnly": true
   352            },
   353            "scaleIO": {
   354              "gateway": "gatewayValue",
   355              "system": "systemValue",
   356              "secretRef": {
   357                "name": "nameValue"
   358              },
   359              "sslEnabled": true,
   360              "protectionDomain": "protectionDomainValue",
   361              "storagePool": "storagePoolValue",
   362              "storageMode": "storageModeValue",
   363              "volumeName": "volumeNameValue",
   364              "fsType": "fsTypeValue",
   365              "readOnly": true
   366            },
   367            "storageos": {
   368              "volumeName": "volumeNameValue",
   369              "volumeNamespace": "volumeNamespaceValue",
   370              "fsType": "fsTypeValue",
   371              "readOnly": true,
   372              "secretRef": {
   373                "name": "nameValue"
   374              }
   375            },
   376            "csi": {
   377              "driver": "driverValue",
   378              "readOnly": true,
   379              "fsType": "fsTypeValue",
   380              "volumeAttributes": {
   381                "volumeAttributesKey": "volumeAttributesValue"
   382              },
   383              "nodePublishSecretRef": {
   384                "name": "nameValue"
   385              }
   386            },
   387            "ephemeral": {
   388              "volumeClaimTemplate": {
   389                "metadata": {
   390                  "name": "nameValue",
   391                  "generateName": "generateNameValue",
   392                  "namespace": "namespaceValue",
   393                  "selfLink": "selfLinkValue",
   394                  "uid": "uidValue",
   395                  "resourceVersion": "resourceVersionValue",
   396                  "generation": 7,
   397                  "creationTimestamp": "2008-01-01T01:01:01Z",
   398                  "deletionTimestamp": "2009-01-01T01:01:01Z",
   399                  "deletionGracePeriodSeconds": 10,
   400                  "labels": {
   401                    "labelsKey": "labelsValue"
   402                  },
   403                  "annotations": {
   404                    "annotationsKey": "annotationsValue"
   405                  },
   406                  "ownerReferences": [
   407                    {
   408                      "apiVersion": "apiVersionValue",
   409                      "kind": "kindValue",
   410                      "name": "nameValue",
   411                      "uid": "uidValue",
   412                      "controller": true,
   413                      "blockOwnerDeletion": true
   414                    }
   415                  ],
   416                  "finalizers": [
   417                    "finalizersValue"
   418                  ],
   419                  "managedFields": [
   420                    {
   421                      "manager": "managerValue",
   422                      "operation": "operationValue",
   423                      "apiVersion": "apiVersionValue",
   424                      "time": "2004-01-01T01:01:01Z",
   425                      "fieldsType": "fieldsTypeValue",
   426                      "fieldsV1": {},
   427                      "subresource": "subresourceValue"
   428                    }
   429                  ]
   430                },
   431                "spec": {
   432                  "accessModes": [
   433                    "accessModesValue"
   434                  ],
   435                  "selector": {
   436                    "matchLabels": {
   437                      "matchLabelsKey": "matchLabelsValue"
   438                    },
   439                    "matchExpressions": [
   440                      {
   441                        "key": "keyValue",
   442                        "operator": "operatorValue",
   443                        "values": [
   444                          "valuesValue"
   445                        ]
   446                      }
   447                    ]
   448                  },
   449                  "resources": {
   450                    "limits": {
   451                      "limitsKey": "0"
   452                    },
   453                    "requests": {
   454                      "requestsKey": "0"
   455                    },
   456                    "claims": [
   457                      {
   458                        "name": "nameValue"
   459                      }
   460                    ]
   461                  },
   462                  "volumeName": "volumeNameValue",
   463                  "storageClassName": "storageClassNameValue",
   464                  "volumeMode": "volumeModeValue",
   465                  "dataSource": {
   466                    "apiGroup": "apiGroupValue",
   467                    "kind": "kindValue",
   468                    "name": "nameValue"
   469                  },
   470                  "dataSourceRef": {
   471                    "apiGroup": "apiGroupValue",
   472                    "kind": "kindValue",
   473                    "name": "nameValue",
   474                    "namespace": "namespaceValue"
   475                  }
   476                }
   477              }
   478            }
   479          }
   480        ],
   481        "initContainers": [
   482          {
   483            "name": "nameValue",
   484            "image": "imageValue",
   485            "command": [
   486              "commandValue"
   487            ],
   488            "args": [
   489              "argsValue"
   490            ],
   491            "workingDir": "workingDirValue",
   492            "ports": [
   493              {
   494                "name": "nameValue",
   495                "hostPort": 2,
   496                "containerPort": 3,
   497                "protocol": "protocolValue",
   498                "hostIP": "hostIPValue"
   499              }
   500            ],
   501            "envFrom": [
   502              {
   503                "prefix": "prefixValue",
   504                "configMapRef": {
   505                  "name": "nameValue",
   506                  "optional": true
   507                },
   508                "secretRef": {
   509                  "name": "nameValue",
   510                  "optional": true
   511                }
   512              }
   513            ],
   514            "env": [
   515              {
   516                "name": "nameValue",
   517                "value": "valueValue",
   518                "valueFrom": {
   519                  "fieldRef": {
   520                    "apiVersion": "apiVersionValue",
   521                    "fieldPath": "fieldPathValue"
   522                  },
   523                  "resourceFieldRef": {
   524                    "containerName": "containerNameValue",
   525                    "resource": "resourceValue",
   526                    "divisor": "0"
   527                  },
   528                  "configMapKeyRef": {
   529                    "name": "nameValue",
   530                    "key": "keyValue",
   531                    "optional": true
   532                  },
   533                  "secretKeyRef": {
   534                    "name": "nameValue",
   535                    "key": "keyValue",
   536                    "optional": true
   537                  }
   538                }
   539              }
   540            ],
   541            "resources": {
   542              "limits": {
   543                "limitsKey": "0"
   544              },
   545              "requests": {
   546                "requestsKey": "0"
   547              },
   548              "claims": [
   549                {
   550                  "name": "nameValue"
   551                }
   552              ]
   553            },
   554            "resizePolicy": [
   555              {
   556                "resourceName": "resourceNameValue",
   557                "restartPolicy": "restartPolicyValue"
   558              }
   559            ],
   560            "restartPolicy": "restartPolicyValue",
   561            "volumeMounts": [
   562              {
   563                "name": "nameValue",
   564                "readOnly": true,
   565                "mountPath": "mountPathValue",
   566                "subPath": "subPathValue",
   567                "mountPropagation": "mountPropagationValue",
   568                "subPathExpr": "subPathExprValue"
   569              }
   570            ],
   571            "volumeDevices": [
   572              {
   573                "name": "nameValue",
   574                "devicePath": "devicePathValue"
   575              }
   576            ],
   577            "livenessProbe": {
   578              "exec": {
   579                "command": [
   580                  "commandValue"
   581                ]
   582              },
   583              "httpGet": {
   584                "path": "pathValue",
   585                "port": "portValue",
   586                "host": "hostValue",
   587                "scheme": "schemeValue",
   588                "httpHeaders": [
   589                  {
   590                    "name": "nameValue",
   591                    "value": "valueValue"
   592                  }
   593                ]
   594              },
   595              "tcpSocket": {
   596                "port": "portValue",
   597                "host": "hostValue"
   598              },
   599              "grpc": {
   600                "port": 1,
   601                "service": "serviceValue"
   602              },
   603              "initialDelaySeconds": 2,
   604              "timeoutSeconds": 3,
   605              "periodSeconds": 4,
   606              "successThreshold": 5,
   607              "failureThreshold": 6,
   608              "terminationGracePeriodSeconds": 7
   609            },
   610            "readinessProbe": {
   611              "exec": {
   612                "command": [
   613                  "commandValue"
   614                ]
   615              },
   616              "httpGet": {
   617                "path": "pathValue",
   618                "port": "portValue",
   619                "host": "hostValue",
   620                "scheme": "schemeValue",
   621                "httpHeaders": [
   622                  {
   623                    "name": "nameValue",
   624                    "value": "valueValue"
   625                  }
   626                ]
   627              },
   628              "tcpSocket": {
   629                "port": "portValue",
   630                "host": "hostValue"
   631              },
   632              "grpc": {
   633                "port": 1,
   634                "service": "serviceValue"
   635              },
   636              "initialDelaySeconds": 2,
   637              "timeoutSeconds": 3,
   638              "periodSeconds": 4,
   639              "successThreshold": 5,
   640              "failureThreshold": 6,
   641              "terminationGracePeriodSeconds": 7
   642            },
   643            "startupProbe": {
   644              "exec": {
   645                "command": [
   646                  "commandValue"
   647                ]
   648              },
   649              "httpGet": {
   650                "path": "pathValue",
   651                "port": "portValue",
   652                "host": "hostValue",
   653                "scheme": "schemeValue",
   654                "httpHeaders": [
   655                  {
   656                    "name": "nameValue",
   657                    "value": "valueValue"
   658                  }
   659                ]
   660              },
   661              "tcpSocket": {
   662                "port": "portValue",
   663                "host": "hostValue"
   664              },
   665              "grpc": {
   666                "port": 1,
   667                "service": "serviceValue"
   668              },
   669              "initialDelaySeconds": 2,
   670              "timeoutSeconds": 3,
   671              "periodSeconds": 4,
   672              "successThreshold": 5,
   673              "failureThreshold": 6,
   674              "terminationGracePeriodSeconds": 7
   675            },
   676            "lifecycle": {
   677              "postStart": {
   678                "exec": {
   679                  "command": [
   680                    "commandValue"
   681                  ]
   682                },
   683                "httpGet": {
   684                  "path": "pathValue",
   685                  "port": "portValue",
   686                  "host": "hostValue",
   687                  "scheme": "schemeValue",
   688                  "httpHeaders": [
   689                    {
   690                      "name": "nameValue",
   691                      "value": "valueValue"
   692                    }
   693                  ]
   694                },
   695                "tcpSocket": {
   696                  "port": "portValue",
   697                  "host": "hostValue"
   698                }
   699              },
   700              "preStop": {
   701                "exec": {
   702                  "command": [
   703                    "commandValue"
   704                  ]
   705                },
   706                "httpGet": {
   707                  "path": "pathValue",
   708                  "port": "portValue",
   709                  "host": "hostValue",
   710                  "scheme": "schemeValue",
   711                  "httpHeaders": [
   712                    {
   713                      "name": "nameValue",
   714                      "value": "valueValue"
   715                    }
   716                  ]
   717                },
   718                "tcpSocket": {
   719                  "port": "portValue",
   720                  "host": "hostValue"
   721                }
   722              }
   723            },
   724            "terminationMessagePath": "terminationMessagePathValue",
   725            "terminationMessagePolicy": "terminationMessagePolicyValue",
   726            "imagePullPolicy": "imagePullPolicyValue",
   727            "securityContext": {
   728              "capabilities": {
   729                "add": [
   730                  "addValue"
   731                ],
   732                "drop": [
   733                  "dropValue"
   734                ]
   735              },
   736              "privileged": true,
   737              "seLinuxOptions": {
   738                "user": "userValue",
   739                "role": "roleValue",
   740                "type": "typeValue",
   741                "level": "levelValue"
   742              },
   743              "windowsOptions": {
   744                "gmsaCredentialSpecName": "gmsaCredentialSpecNameValue",
   745                "gmsaCredentialSpec": "gmsaCredentialSpecValue",
   746                "runAsUserName": "runAsUserNameValue",
   747                "hostProcess": true
   748              },
   749              "runAsUser": 4,
   750              "runAsGroup": 8,
   751              "runAsNonRoot": true,
   752              "readOnlyRootFilesystem": true,
   753              "allowPrivilegeEscalation": true,
   754              "procMount": "procMountValue",
   755              "seccompProfile": {
   756                "type": "typeValue",
   757                "localhostProfile": "localhostProfileValue"
   758              }
   759            },
   760            "stdin": true,
   761            "stdinOnce": true,
   762            "tty": true
   763          }
   764        ],
   765        "containers": [
   766          {
   767            "name": "nameValue",
   768            "image": "imageValue",
   769            "command": [
   770              "commandValue"
   771            ],
   772            "args": [
   773              "argsValue"
   774            ],
   775            "workingDir": "workingDirValue",
   776            "ports": [
   777              {
   778                "name": "nameValue",
   779                "hostPort": 2,
   780                "containerPort": 3,
   781                "protocol": "protocolValue",
   782                "hostIP": "hostIPValue"
   783              }
   784            ],
   785            "envFrom": [
   786              {
   787                "prefix": "prefixValue",
   788                "configMapRef": {
   789                  "name": "nameValue",
   790                  "optional": true
   791                },
   792                "secretRef": {
   793                  "name": "nameValue",
   794                  "optional": true
   795                }
   796              }
   797            ],
   798            "env": [
   799              {
   800                "name": "nameValue",
   801                "value": "valueValue",
   802                "valueFrom": {
   803                  "fieldRef": {
   804                    "apiVersion": "apiVersionValue",
   805                    "fieldPath": "fieldPathValue"
   806                  },
   807                  "resourceFieldRef": {
   808                    "containerName": "containerNameValue",
   809                    "resource": "resourceValue",
   810                    "divisor": "0"
   811                  },
   812                  "configMapKeyRef": {
   813                    "name": "nameValue",
   814                    "key": "keyValue",
   815                    "optional": true
   816                  },
   817                  "secretKeyRef": {
   818                    "name": "nameValue",
   819                    "key": "keyValue",
   820                    "optional": true
   821                  }
   822                }
   823              }
   824            ],
   825            "resources": {
   826              "limits": {
   827                "limitsKey": "0"
   828              },
   829              "requests": {
   830                "requestsKey": "0"
   831              },
   832              "claims": [
   833                {
   834                  "name": "nameValue"
   835                }
   836              ]
   837            },
   838            "resizePolicy": [
   839              {
   840                "resourceName": "resourceNameValue",
   841                "restartPolicy": "restartPolicyValue"
   842              }
   843            ],
   844            "restartPolicy": "restartPolicyValue",
   845            "volumeMounts": [
   846              {
   847                "name": "nameValue",
   848                "readOnly": true,
   849                "mountPath": "mountPathValue",
   850                "subPath": "subPathValue",
   851                "mountPropagation": "mountPropagationValue",
   852                "subPathExpr": "subPathExprValue"
   853              }
   854            ],
   855            "volumeDevices": [
   856              {
   857                "name": "nameValue",
   858                "devicePath": "devicePathValue"
   859              }
   860            ],
   861            "livenessProbe": {
   862              "exec": {
   863                "command": [
   864                  "commandValue"
   865                ]
   866              },
   867              "httpGet": {
   868                "path": "pathValue",
   869                "port": "portValue",
   870                "host": "hostValue",
   871                "scheme": "schemeValue",
   872                "httpHeaders": [
   873                  {
   874                    "name": "nameValue",
   875                    "value": "valueValue"
   876                  }
   877                ]
   878              },
   879              "tcpSocket": {
   880                "port": "portValue",
   881                "host": "hostValue"
   882              },
   883              "grpc": {
   884                "port": 1,
   885                "service": "serviceValue"
   886              },
   887              "initialDelaySeconds": 2,
   888              "timeoutSeconds": 3,
   889              "periodSeconds": 4,
   890              "successThreshold": 5,
   891              "failureThreshold": 6,
   892              "terminationGracePeriodSeconds": 7
   893            },
   894            "readinessProbe": {
   895              "exec": {
   896                "command": [
   897                  "commandValue"
   898                ]
   899              },
   900              "httpGet": {
   901                "path": "pathValue",
   902                "port": "portValue",
   903                "host": "hostValue",
   904                "scheme": "schemeValue",
   905                "httpHeaders": [
   906                  {
   907                    "name": "nameValue",
   908                    "value": "valueValue"
   909                  }
   910                ]
   911              },
   912              "tcpSocket": {
   913                "port": "portValue",
   914                "host": "hostValue"
   915              },
   916              "grpc": {
   917                "port": 1,
   918                "service": "serviceValue"
   919              },
   920              "initialDelaySeconds": 2,
   921              "timeoutSeconds": 3,
   922              "periodSeconds": 4,
   923              "successThreshold": 5,
   924              "failureThreshold": 6,
   925              "terminationGracePeriodSeconds": 7
   926            },
   927            "startupProbe": {
   928              "exec": {
   929                "command": [
   930                  "commandValue"
   931                ]
   932              },
   933              "httpGet": {
   934                "path": "pathValue",
   935                "port": "portValue",
   936                "host": "hostValue",
   937                "scheme": "schemeValue",
   938                "httpHeaders": [
   939                  {
   940                    "name": "nameValue",
   941                    "value": "valueValue"
   942                  }
   943                ]
   944              },
   945              "tcpSocket": {
   946                "port": "portValue",
   947                "host": "hostValue"
   948              },
   949              "grpc": {
   950                "port": 1,
   951                "service": "serviceValue"
   952              },
   953              "initialDelaySeconds": 2,
   954              "timeoutSeconds": 3,
   955              "periodSeconds": 4,
   956              "successThreshold": 5,
   957              "failureThreshold": 6,
   958              "terminationGracePeriodSeconds": 7
   959            },
   960            "lifecycle": {
   961              "postStart": {
   962                "exec": {
   963                  "command": [
   964                    "commandValue"
   965                  ]
   966                },
   967                "httpGet": {
   968                  "path": "pathValue",
   969                  "port": "portValue",
   970                  "host": "hostValue",
   971                  "scheme": "schemeValue",
   972                  "httpHeaders": [
   973                    {
   974                      "name": "nameValue",
   975                      "value": "valueValue"
   976                    }
   977                  ]
   978                },
   979                "tcpSocket": {
   980                  "port": "portValue",
   981                  "host": "hostValue"
   982                }
   983              },
   984              "preStop": {
   985                "exec": {
   986                  "command": [
   987                    "commandValue"
   988                  ]
   989                },
   990                "httpGet": {
   991                  "path": "pathValue",
   992                  "port": "portValue",
   993                  "host": "hostValue",
   994                  "scheme": "schemeValue",
   995                  "httpHeaders": [
   996                    {
   997                      "name": "nameValue",
   998                      "value": "valueValue"
   999                    }
  1000                  ]
  1001                },
  1002                "tcpSocket": {
  1003                  "port": "portValue",
  1004                  "host": "hostValue"
  1005                }
  1006              }
  1007            },
  1008            "terminationMessagePath": "terminationMessagePathValue",
  1009            "terminationMessagePolicy": "terminationMessagePolicyValue",
  1010            "imagePullPolicy": "imagePullPolicyValue",
  1011            "securityContext": {
  1012              "capabilities": {
  1013                "add": [
  1014                  "addValue"
  1015                ],
  1016                "drop": [
  1017                  "dropValue"
  1018                ]
  1019              },
  1020              "privileged": true,
  1021              "seLinuxOptions": {
  1022                "user": "userValue",
  1023                "role": "roleValue",
  1024                "type": "typeValue",
  1025                "level": "levelValue"
  1026              },
  1027              "windowsOptions": {
  1028                "gmsaCredentialSpecName": "gmsaCredentialSpecNameValue",
  1029                "gmsaCredentialSpec": "gmsaCredentialSpecValue",
  1030                "runAsUserName": "runAsUserNameValue",
  1031                "hostProcess": true
  1032              },
  1033              "runAsUser": 4,
  1034              "runAsGroup": 8,
  1035              "runAsNonRoot": true,
  1036              "readOnlyRootFilesystem": true,
  1037              "allowPrivilegeEscalation": true,
  1038              "procMount": "procMountValue",
  1039              "seccompProfile": {
  1040                "type": "typeValue",
  1041                "localhostProfile": "localhostProfileValue"
  1042              }
  1043            },
  1044            "stdin": true,
  1045            "stdinOnce": true,
  1046            "tty": true
  1047          }
  1048        ],
  1049        "ephemeralContainers": [
  1050          {
  1051            "name": "nameValue",
  1052            "image": "imageValue",
  1053            "command": [
  1054              "commandValue"
  1055            ],
  1056            "args": [
  1057              "argsValue"
  1058            ],
  1059            "workingDir": "workingDirValue",
  1060            "ports": [
  1061              {
  1062                "name": "nameValue",
  1063                "hostPort": 2,
  1064                "containerPort": 3,
  1065                "protocol": "protocolValue",
  1066                "hostIP": "hostIPValue"
  1067              }
  1068            ],
  1069            "envFrom": [
  1070              {
  1071                "prefix": "prefixValue",
  1072                "configMapRef": {
  1073                  "name": "nameValue",
  1074                  "optional": true
  1075                },
  1076                "secretRef": {
  1077                  "name": "nameValue",
  1078                  "optional": true
  1079                }
  1080              }
  1081            ],
  1082            "env": [
  1083              {
  1084                "name": "nameValue",
  1085                "value": "valueValue",
  1086                "valueFrom": {
  1087                  "fieldRef": {
  1088                    "apiVersion": "apiVersionValue",
  1089                    "fieldPath": "fieldPathValue"
  1090                  },
  1091                  "resourceFieldRef": {
  1092                    "containerName": "containerNameValue",
  1093                    "resource": "resourceValue",
  1094                    "divisor": "0"
  1095                  },
  1096                  "configMapKeyRef": {
  1097                    "name": "nameValue",
  1098                    "key": "keyValue",
  1099                    "optional": true
  1100                  },
  1101                  "secretKeyRef": {
  1102                    "name": "nameValue",
  1103                    "key": "keyValue",
  1104                    "optional": true
  1105                  }
  1106                }
  1107              }
  1108            ],
  1109            "resources": {
  1110              "limits": {
  1111                "limitsKey": "0"
  1112              },
  1113              "requests": {
  1114                "requestsKey": "0"
  1115              },
  1116              "claims": [
  1117                {
  1118                  "name": "nameValue"
  1119                }
  1120              ]
  1121            },
  1122            "resizePolicy": [
  1123              {
  1124                "resourceName": "resourceNameValue",
  1125                "restartPolicy": "restartPolicyValue"
  1126              }
  1127            ],
  1128            "restartPolicy": "restartPolicyValue",
  1129            "volumeMounts": [
  1130              {
  1131                "name": "nameValue",
  1132                "readOnly": true,
  1133                "mountPath": "mountPathValue",
  1134                "subPath": "subPathValue",
  1135                "mountPropagation": "mountPropagationValue",
  1136                "subPathExpr": "subPathExprValue"
  1137              }
  1138            ],
  1139            "volumeDevices": [
  1140              {
  1141                "name": "nameValue",
  1142                "devicePath": "devicePathValue"
  1143              }
  1144            ],
  1145            "livenessProbe": {
  1146              "exec": {
  1147                "command": [
  1148                  "commandValue"
  1149                ]
  1150              },
  1151              "httpGet": {
  1152                "path": "pathValue",
  1153                "port": "portValue",
  1154                "host": "hostValue",
  1155                "scheme": "schemeValue",
  1156                "httpHeaders": [
  1157                  {
  1158                    "name": "nameValue",
  1159                    "value": "valueValue"
  1160                  }
  1161                ]
  1162              },
  1163              "tcpSocket": {
  1164                "port": "portValue",
  1165                "host": "hostValue"
  1166              },
  1167              "grpc": {
  1168                "port": 1,
  1169                "service": "serviceValue"
  1170              },
  1171              "initialDelaySeconds": 2,
  1172              "timeoutSeconds": 3,
  1173              "periodSeconds": 4,
  1174              "successThreshold": 5,
  1175              "failureThreshold": 6,
  1176              "terminationGracePeriodSeconds": 7
  1177            },
  1178            "readinessProbe": {
  1179              "exec": {
  1180                "command": [
  1181                  "commandValue"
  1182                ]
  1183              },
  1184              "httpGet": {
  1185                "path": "pathValue",
  1186                "port": "portValue",
  1187                "host": "hostValue",
  1188                "scheme": "schemeValue",
  1189                "httpHeaders": [
  1190                  {
  1191                    "name": "nameValue",
  1192                    "value": "valueValue"
  1193                  }
  1194                ]
  1195              },
  1196              "tcpSocket": {
  1197                "port": "portValue",
  1198                "host": "hostValue"
  1199              },
  1200              "grpc": {
  1201                "port": 1,
  1202                "service": "serviceValue"
  1203              },
  1204              "initialDelaySeconds": 2,
  1205              "timeoutSeconds": 3,
  1206              "periodSeconds": 4,
  1207              "successThreshold": 5,
  1208              "failureThreshold": 6,
  1209              "terminationGracePeriodSeconds": 7
  1210            },
  1211            "startupProbe": {
  1212              "exec": {
  1213                "command": [
  1214                  "commandValue"
  1215                ]
  1216              },
  1217              "httpGet": {
  1218                "path": "pathValue",
  1219                "port": "portValue",
  1220                "host": "hostValue",
  1221                "scheme": "schemeValue",
  1222                "httpHeaders": [
  1223                  {
  1224                    "name": "nameValue",
  1225                    "value": "valueValue"
  1226                  }
  1227                ]
  1228              },
  1229              "tcpSocket": {
  1230                "port": "portValue",
  1231                "host": "hostValue"
  1232              },
  1233              "grpc": {
  1234                "port": 1,
  1235                "service": "serviceValue"
  1236              },
  1237              "initialDelaySeconds": 2,
  1238              "timeoutSeconds": 3,
  1239              "periodSeconds": 4,
  1240              "successThreshold": 5,
  1241              "failureThreshold": 6,
  1242              "terminationGracePeriodSeconds": 7
  1243            },
  1244            "lifecycle": {
  1245              "postStart": {
  1246                "exec": {
  1247                  "command": [
  1248                    "commandValue"
  1249                  ]
  1250                },
  1251                "httpGet": {
  1252                  "path": "pathValue",
  1253                  "port": "portValue",
  1254                  "host": "hostValue",
  1255                  "scheme": "schemeValue",
  1256                  "httpHeaders": [
  1257                    {
  1258                      "name": "nameValue",
  1259                      "value": "valueValue"
  1260                    }
  1261                  ]
  1262                },
  1263                "tcpSocket": {
  1264                  "port": "portValue",
  1265                  "host": "hostValue"
  1266                }
  1267              },
  1268              "preStop": {
  1269                "exec": {
  1270                  "command": [
  1271                    "commandValue"
  1272                  ]
  1273                },
  1274                "httpGet": {
  1275                  "path": "pathValue",
  1276                  "port": "portValue",
  1277                  "host": "hostValue",
  1278                  "scheme": "schemeValue",
  1279                  "httpHeaders": [
  1280                    {
  1281                      "name": "nameValue",
  1282                      "value": "valueValue"
  1283                    }
  1284                  ]
  1285                },
  1286                "tcpSocket": {
  1287                  "port": "portValue",
  1288                  "host": "hostValue"
  1289                }
  1290              }
  1291            },
  1292            "terminationMessagePath": "terminationMessagePathValue",
  1293            "terminationMessagePolicy": "terminationMessagePolicyValue",
  1294            "imagePullPolicy": "imagePullPolicyValue",
  1295            "securityContext": {
  1296              "capabilities": {
  1297                "add": [
  1298                  "addValue"
  1299                ],
  1300                "drop": [
  1301                  "dropValue"
  1302                ]
  1303              },
  1304              "privileged": true,
  1305              "seLinuxOptions": {
  1306                "user": "userValue",
  1307                "role": "roleValue",
  1308                "type": "typeValue",
  1309                "level": "levelValue"
  1310              },
  1311              "windowsOptions": {
  1312                "gmsaCredentialSpecName": "gmsaCredentialSpecNameValue",
  1313                "gmsaCredentialSpec": "gmsaCredentialSpecValue",
  1314                "runAsUserName": "runAsUserNameValue",
  1315                "hostProcess": true
  1316              },
  1317              "runAsUser": 4,
  1318              "runAsGroup": 8,
  1319              "runAsNonRoot": true,
  1320              "readOnlyRootFilesystem": true,
  1321              "allowPrivilegeEscalation": true,
  1322              "procMount": "procMountValue",
  1323              "seccompProfile": {
  1324                "type": "typeValue",
  1325                "localhostProfile": "localhostProfileValue"
  1326              }
  1327            },
  1328            "stdin": true,
  1329            "stdinOnce": true,
  1330            "tty": true,
  1331            "targetContainerName": "targetContainerNameValue"
  1332          }
  1333        ],
  1334        "restartPolicy": "restartPolicyValue",
  1335        "terminationGracePeriodSeconds": 4,
  1336        "activeDeadlineSeconds": 5,
  1337        "dnsPolicy": "dnsPolicyValue",
  1338        "nodeSelector": {
  1339          "nodeSelectorKey": "nodeSelectorValue"
  1340        },
  1341        "serviceAccountName": "serviceAccountNameValue",
  1342        "serviceAccount": "serviceAccountValue",
  1343        "automountServiceAccountToken": true,
  1344        "nodeName": "nodeNameValue",
  1345        "hostNetwork": true,
  1346        "hostPID": true,
  1347        "hostIPC": true,
  1348        "shareProcessNamespace": true,
  1349        "securityContext": {
  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": 2,
  1363          "runAsGroup": 6,
  1364          "runAsNonRoot": true,
  1365          "supplementalGroups": [
  1366            4
  1367          ],
  1368          "fsGroup": 5,
  1369          "sysctls": [
  1370            {
  1371              "name": "nameValue",
  1372              "value": "valueValue"
  1373            }
  1374          ],
  1375          "fsGroupChangePolicy": "fsGroupChangePolicyValue",
  1376          "seccompProfile": {
  1377            "type": "typeValue",
  1378            "localhostProfile": "localhostProfileValue"
  1379          }
  1380        },
  1381        "imagePullSecrets": [
  1382          {
  1383            "name": "nameValue"
  1384          }
  1385        ],
  1386        "hostname": "hostnameValue",
  1387        "subdomain": "subdomainValue",
  1388        "affinity": {
  1389          "nodeAffinity": {
  1390            "requiredDuringSchedulingIgnoredDuringExecution": {
  1391              "nodeSelectorTerms": [
  1392                {
  1393                  "matchExpressions": [
  1394                    {
  1395                      "key": "keyValue",
  1396                      "operator": "operatorValue",
  1397                      "values": [
  1398                        "valuesValue"
  1399                      ]
  1400                    }
  1401                  ],
  1402                  "matchFields": [
  1403                    {
  1404                      "key": "keyValue",
  1405                      "operator": "operatorValue",
  1406                      "values": [
  1407                        "valuesValue"
  1408                      ]
  1409                    }
  1410                  ]
  1411                }
  1412              ]
  1413            },
  1414            "preferredDuringSchedulingIgnoredDuringExecution": [
  1415              {
  1416                "weight": 1,
  1417                "preference": {
  1418                  "matchExpressions": [
  1419                    {
  1420                      "key": "keyValue",
  1421                      "operator": "operatorValue",
  1422                      "values": [
  1423                        "valuesValue"
  1424                      ]
  1425                    }
  1426                  ],
  1427                  "matchFields": [
  1428                    {
  1429                      "key": "keyValue",
  1430                      "operator": "operatorValue",
  1431                      "values": [
  1432                        "valuesValue"
  1433                      ]
  1434                    }
  1435                  ]
  1436                }
  1437              }
  1438            ]
  1439          },
  1440          "podAffinity": {
  1441            "requiredDuringSchedulingIgnoredDuringExecution": [
  1442              {
  1443                "labelSelector": {
  1444                  "matchLabels": {
  1445                    "matchLabelsKey": "matchLabelsValue"
  1446                  },
  1447                  "matchExpressions": [
  1448                    {
  1449                      "key": "keyValue",
  1450                      "operator": "operatorValue",
  1451                      "values": [
  1452                        "valuesValue"
  1453                      ]
  1454                    }
  1455                  ]
  1456                },
  1457                "namespaces": [
  1458                  "namespacesValue"
  1459                ],
  1460                "topologyKey": "topologyKeyValue",
  1461                "namespaceSelector": {
  1462                  "matchLabels": {
  1463                    "matchLabelsKey": "matchLabelsValue"
  1464                  },
  1465                  "matchExpressions": [
  1466                    {
  1467                      "key": "keyValue",
  1468                      "operator": "operatorValue",
  1469                      "values": [
  1470                        "valuesValue"
  1471                      ]
  1472                    }
  1473                  ]
  1474                }
  1475              }
  1476            ],
  1477            "preferredDuringSchedulingIgnoredDuringExecution": [
  1478              {
  1479                "weight": 1,
  1480                "podAffinityTerm": {
  1481                  "labelSelector": {
  1482                    "matchLabels": {
  1483                      "matchLabelsKey": "matchLabelsValue"
  1484                    },
  1485                    "matchExpressions": [
  1486                      {
  1487                        "key": "keyValue",
  1488                        "operator": "operatorValue",
  1489                        "values": [
  1490                          "valuesValue"
  1491                        ]
  1492                      }
  1493                    ]
  1494                  },
  1495                  "namespaces": [
  1496                    "namespacesValue"
  1497                  ],
  1498                  "topologyKey": "topologyKeyValue",
  1499                  "namespaceSelector": {
  1500                    "matchLabels": {
  1501                      "matchLabelsKey": "matchLabelsValue"
  1502                    },
  1503                    "matchExpressions": [
  1504                      {
  1505                        "key": "keyValue",
  1506                        "operator": "operatorValue",
  1507                        "values": [
  1508                          "valuesValue"
  1509                        ]
  1510                      }
  1511                    ]
  1512                  }
  1513                }
  1514              }
  1515            ]
  1516          },
  1517          "podAntiAffinity": {
  1518            "requiredDuringSchedulingIgnoredDuringExecution": [
  1519              {
  1520                "labelSelector": {
  1521                  "matchLabels": {
  1522                    "matchLabelsKey": "matchLabelsValue"
  1523                  },
  1524                  "matchExpressions": [
  1525                    {
  1526                      "key": "keyValue",
  1527                      "operator": "operatorValue",
  1528                      "values": [
  1529                        "valuesValue"
  1530                      ]
  1531                    }
  1532                  ]
  1533                },
  1534                "namespaces": [
  1535                  "namespacesValue"
  1536                ],
  1537                "topologyKey": "topologyKeyValue",
  1538                "namespaceSelector": {
  1539                  "matchLabels": {
  1540                    "matchLabelsKey": "matchLabelsValue"
  1541                  },
  1542                  "matchExpressions": [
  1543                    {
  1544                      "key": "keyValue",
  1545                      "operator": "operatorValue",
  1546                      "values": [
  1547                        "valuesValue"
  1548                      ]
  1549                    }
  1550                  ]
  1551                }
  1552              }
  1553            ],
  1554            "preferredDuringSchedulingIgnoredDuringExecution": [
  1555              {
  1556                "weight": 1,
  1557                "podAffinityTerm": {
  1558                  "labelSelector": {
  1559                    "matchLabels": {
  1560                      "matchLabelsKey": "matchLabelsValue"
  1561                    },
  1562                    "matchExpressions": [
  1563                      {
  1564                        "key": "keyValue",
  1565                        "operator": "operatorValue",
  1566                        "values": [
  1567                          "valuesValue"
  1568                        ]
  1569                      }
  1570                    ]
  1571                  },
  1572                  "namespaces": [
  1573                    "namespacesValue"
  1574                  ],
  1575                  "topologyKey": "topologyKeyValue",
  1576                  "namespaceSelector": {
  1577                    "matchLabels": {
  1578                      "matchLabelsKey": "matchLabelsValue"
  1579                    },
  1580                    "matchExpressions": [
  1581                      {
  1582                        "key": "keyValue",
  1583                        "operator": "operatorValue",
  1584                        "values": [
  1585                          "valuesValue"
  1586                        ]
  1587                      }
  1588                    ]
  1589                  }
  1590                }
  1591              }
  1592            ]
  1593          }
  1594        },
  1595        "schedulerName": "schedulerNameValue",
  1596        "tolerations": [
  1597          {
  1598            "key": "keyValue",
  1599            "operator": "operatorValue",
  1600            "value": "valueValue",
  1601            "effect": "effectValue",
  1602            "tolerationSeconds": 5
  1603          }
  1604        ],
  1605        "hostAliases": [
  1606          {
  1607            "ip": "ipValue",
  1608            "hostnames": [
  1609              "hostnamesValue"
  1610            ]
  1611          }
  1612        ],
  1613        "priorityClassName": "priorityClassNameValue",
  1614        "priority": 25,
  1615        "dnsConfig": {
  1616          "nameservers": [
  1617            "nameserversValue"
  1618          ],
  1619          "searches": [
  1620            "searchesValue"
  1621          ],
  1622          "options": [
  1623            {
  1624              "name": "nameValue",
  1625              "value": "valueValue"
  1626            }
  1627          ]
  1628        },
  1629        "readinessGates": [
  1630          {
  1631            "conditionType": "conditionTypeValue"
  1632          }
  1633        ],
  1634        "runtimeClassName": "runtimeClassNameValue",
  1635        "enableServiceLinks": true,
  1636        "preemptionPolicy": "preemptionPolicyValue",
  1637        "overhead": {
  1638          "overheadKey": "0"
  1639        },
  1640        "topologySpreadConstraints": [
  1641          {
  1642            "maxSkew": 1,
  1643            "topologyKey": "topologyKeyValue",
  1644            "whenUnsatisfiable": "whenUnsatisfiableValue",
  1645            "labelSelector": {
  1646              "matchLabels": {
  1647                "matchLabelsKey": "matchLabelsValue"
  1648              },
  1649              "matchExpressions": [
  1650                {
  1651                  "key": "keyValue",
  1652                  "operator": "operatorValue",
  1653                  "values": [
  1654                    "valuesValue"
  1655                  ]
  1656                }
  1657              ]
  1658            },
  1659            "minDomains": 5,
  1660            "nodeAffinityPolicy": "nodeAffinityPolicyValue",
  1661            "nodeTaintsPolicy": "nodeTaintsPolicyValue",
  1662            "matchLabelKeys": [
  1663              "matchLabelKeysValue"
  1664            ]
  1665          }
  1666        ],
  1667        "setHostnameAsFQDN": true,
  1668        "os": {
  1669          "name": "nameValue"
  1670        },
  1671        "hostUsers": true,
  1672        "schedulingGates": [
  1673          {
  1674            "name": "nameValue"
  1675          }
  1676        ],
  1677        "resourceClaims": [
  1678          {
  1679            "name": "nameValue",
  1680            "source": {
  1681              "resourceClaimName": "resourceClaimNameValue",
  1682              "resourceClaimTemplateName": "resourceClaimTemplateNameValue"
  1683            }
  1684          }
  1685        ]
  1686      }
  1687    },
  1688    "updateStrategy": {
  1689      "type": "typeValue",
  1690      "rollingUpdate": {
  1691        "maxUnavailable": "maxUnavailableValue",
  1692        "maxSurge": "maxSurgeValue"
  1693      }
  1694    },
  1695    "minReadySeconds": 4,
  1696    "templateGeneration": 5,
  1697    "revisionHistoryLimit": 6
  1698  },
  1699  "status": {
  1700    "currentNumberScheduled": 1,
  1701    "numberMisscheduled": 2,
  1702    "desiredNumberScheduled": 3,
  1703    "numberReady": 4,
  1704    "observedGeneration": 5,
  1705    "updatedNumberScheduled": 6,
  1706    "numberAvailable": 7,
  1707    "numberUnavailable": 8,
  1708    "collisionCount": 9,
  1709    "conditions": [
  1710      {
  1711        "type": "typeValue",
  1712        "status": "statusValue",
  1713        "lastTransitionTime": "2003-01-01T01:01:01Z",
  1714        "reason": "reasonValue",
  1715        "message": "messageValue"
  1716      }
  1717    ]
  1718  }
  1719}

View as plain text