...

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

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

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

View as plain text