...

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

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

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

View as plain text