...

Text file src/k8s.io/api/testdata/v1.28.0/core.v1.Pod.after_roundtrip.json

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

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

View as plain text