...

Text file src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1beta1.CustomResourceDefinition.json

Documentation: k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD

     1{
     2  "kind": "CustomResourceDefinition",
     3  "apiVersion": "apiextensions.k8s.io/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    "group": "groupValue",
    48    "version": "versionValue",
    49    "names": {
    50      "plural": "pluralValue",
    51      "singular": "singularValue",
    52      "shortNames": [
    53        "shortNamesValue"
    54      ],
    55      "kind": "kindValue",
    56      "listKind": "listKindValue",
    57      "categories": [
    58        "categoriesValue"
    59      ]
    60    },
    61    "scope": "scopeValue",
    62    "validation": {
    63      "openAPIV3Schema": {
    64        "id": "idValue",
    65        "$schema": "$schemaValue",
    66        "$ref": "$refValue",
    67        "description": "descriptionValue",
    68        "type": "typeValue",
    69        "format": "formatValue",
    70        "title": "titleValue",
    71        "default": "defaultValue",
    72        "maximum": 9.5,
    73        "exclusiveMaximum": true,
    74        "minimum": 11.5,
    75        "exclusiveMinimum": true,
    76        "maxLength": 13,
    77        "minLength": 14,
    78        "pattern": "patternValue",
    79        "maxItems": 16,
    80        "minItems": 17,
    81        "uniqueItems": true,
    82        "multipleOf": 19.5,
    83        "enum": [
    84          "enumValue"
    85        ],
    86        "maxProperties": 21,
    87        "minProperties": 22,
    88        "required": [
    89          "requiredValue"
    90        ],
    91        "items": [
    92          {}
    93        ],
    94        "allOf": [
    95          {}
    96        ],
    97        "oneOf": [
    98          {}
    99        ],
   100        "anyOf": [
   101          {}
   102        ],
   103        "properties": {
   104          "propertiesKey": {}
   105        },
   106        "additionalProperties": true,
   107        "patternProperties": {
   108          "patternPropertiesKey": {}
   109        },
   110        "dependencies": {
   111          "dependenciesKey": [
   112            "\u003cno json tag\u003e PropertyValue"
   113          ]
   114        },
   115        "additionalItems": true,
   116        "definitions": {
   117          "definitionsKey": {}
   118        },
   119        "externalDocs": {
   120          "description": "descriptionValue",
   121          "url": "urlValue"
   122        },
   123        "example": "exampleValue",
   124        "nullable": true,
   125        "x-kubernetes-preserve-unknown-fields": true,
   126        "x-kubernetes-embedded-resource": true,
   127        "x-kubernetes-int-or-string": true,
   128        "x-kubernetes-list-map-keys": [
   129          "x-kubernetes-list-map-keysValue"
   130        ],
   131        "x-kubernetes-list-type": "x-kubernetes-list-typeValue",
   132        "x-kubernetes-map-type": "x-kubernetes-map-typeValue",
   133        "x-kubernetes-validations": [
   134          {
   135            "rule": "ruleValue",
   136            "message": "messageValue",
   137            "messageExpression": "messageExpressionValue",
   138            "reason": "reasonValue",
   139            "fieldPath": "fieldPathValue",
   140            "optionalOldSelf": true
   141          }
   142        ]
   143      }
   144    },
   145    "subresources": {
   146      "status": {},
   147      "scale": {
   148        "specReplicasPath": "specReplicasPathValue",
   149        "statusReplicasPath": "statusReplicasPathValue",
   150        "labelSelectorPath": "labelSelectorPathValue"
   151      }
   152    },
   153    "versions": [
   154      {
   155        "name": "nameValue",
   156        "served": true,
   157        "storage": true,
   158        "deprecated": true,
   159        "deprecationWarning": "deprecationWarningValue",
   160        "schema": {
   161          "openAPIV3Schema": {
   162            "id": "idValue",
   163            "$schema": "$schemaValue",
   164            "$ref": "$refValue",
   165            "description": "descriptionValue",
   166            "type": "typeValue",
   167            "format": "formatValue",
   168            "title": "titleValue",
   169            "default": "defaultValue",
   170            "maximum": 9.5,
   171            "exclusiveMaximum": true,
   172            "minimum": 11.5,
   173            "exclusiveMinimum": true,
   174            "maxLength": 13,
   175            "minLength": 14,
   176            "pattern": "patternValue",
   177            "maxItems": 16,
   178            "minItems": 17,
   179            "uniqueItems": true,
   180            "multipleOf": 19.5,
   181            "enum": [
   182              "enumValue"
   183            ],
   184            "maxProperties": 21,
   185            "minProperties": 22,
   186            "required": [
   187              "requiredValue"
   188            ],
   189            "items": [
   190              {}
   191            ],
   192            "allOf": [
   193              {}
   194            ],
   195            "oneOf": [
   196              {}
   197            ],
   198            "anyOf": [
   199              {}
   200            ],
   201            "properties": {
   202              "propertiesKey": {}
   203            },
   204            "additionalProperties": true,
   205            "patternProperties": {
   206              "patternPropertiesKey": {}
   207            },
   208            "dependencies": {
   209              "dependenciesKey": [
   210                "\u003cno json tag\u003e PropertyValue"
   211              ]
   212            },
   213            "additionalItems": true,
   214            "definitions": {
   215              "definitionsKey": {}
   216            },
   217            "externalDocs": {
   218              "description": "descriptionValue",
   219              "url": "urlValue"
   220            },
   221            "example": "exampleValue",
   222            "nullable": true,
   223            "x-kubernetes-preserve-unknown-fields": true,
   224            "x-kubernetes-embedded-resource": true,
   225            "x-kubernetes-int-or-string": true,
   226            "x-kubernetes-list-map-keys": [
   227              "x-kubernetes-list-map-keysValue"
   228            ],
   229            "x-kubernetes-list-type": "x-kubernetes-list-typeValue",
   230            "x-kubernetes-map-type": "x-kubernetes-map-typeValue",
   231            "x-kubernetes-validations": [
   232              {
   233                "rule": "ruleValue",
   234                "message": "messageValue",
   235                "messageExpression": "messageExpressionValue",
   236                "reason": "reasonValue",
   237                "fieldPath": "fieldPathValue",
   238                "optionalOldSelf": true
   239              }
   240            ]
   241          }
   242        },
   243        "subresources": {
   244          "status": {},
   245          "scale": {
   246            "specReplicasPath": "specReplicasPathValue",
   247            "statusReplicasPath": "statusReplicasPathValue",
   248            "labelSelectorPath": "labelSelectorPathValue"
   249          }
   250        },
   251        "additionalPrinterColumns": [
   252          {
   253            "name": "nameValue",
   254            "type": "typeValue",
   255            "format": "formatValue",
   256            "description": "descriptionValue",
   257            "priority": 5,
   258            "JSONPath": "JSONPathValue"
   259          }
   260        ],
   261        "selectableFields": [
   262          {
   263            "jsonPath": "jsonPathValue"
   264          }
   265        ]
   266      }
   267    ],
   268    "additionalPrinterColumns": [
   269      {
   270        "name": "nameValue",
   271        "type": "typeValue",
   272        "format": "formatValue",
   273        "description": "descriptionValue",
   274        "priority": 5,
   275        "JSONPath": "JSONPathValue"
   276      }
   277    ],
   278    "selectableFields": [
   279      {
   280        "jsonPath": "jsonPathValue"
   281      }
   282    ],
   283    "conversion": {
   284      "strategy": "strategyValue",
   285      "webhookClientConfig": {
   286        "url": "urlValue",
   287        "service": {
   288          "namespace": "namespaceValue",
   289          "name": "nameValue",
   290          "path": "pathValue",
   291          "port": 4
   292        },
   293        "caBundle": "Ag=="
   294      },
   295      "conversionReviewVersions": [
   296        "conversionReviewVersionsValue"
   297      ]
   298    },
   299    "preserveUnknownFields": true
   300  },
   301  "status": {
   302    "conditions": [
   303      {
   304        "type": "typeValue",
   305        "status": "statusValue",
   306        "lastTransitionTime": "2003-01-01T01:01:01Z",
   307        "reason": "reasonValue",
   308        "message": "messageValue"
   309      }
   310    ],
   311    "acceptedNames": {
   312      "plural": "pluralValue",
   313      "singular": "singularValue",
   314      "shortNames": [
   315        "shortNamesValue"
   316      ],
   317      "kind": "kindValue",
   318      "listKind": "listKindValue",
   319      "categories": [
   320        "categoriesValue"
   321      ]
   322    },
   323    "storedVersions": [
   324      "storedVersionsValue"
   325    ]
   326  }
   327}

View as plain text