k8s.io/kube-openapi@v0.0.0-20240228011516-70dd3763d340/pkg/schemaconv/testdata/crds/openapiv3/vpcaccess_v1beta1_vpcaccessconnector.json (about)

     1  {
     2    "openapi": "3.0.0",
     3    "info": { "title": "Kubernetes CRD Swagger", "version": "v0.1.0" },
     4    "components": {
     5      "schemas": {
     6        "com.google.cloud.cnrm.vpcaccess.v1beta1.VPCAccessConnector": {
     7          "type": "object",
     8          "required": ["spec"],
     9          "properties": {
    10            "apiVersion": {
    11              "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
    12              "type": "string"
    13            },
    14            "kind": {
    15              "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
    16              "type": "string"
    17            },
    18            "metadata": {
    19              "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
    20              "allOf": [
    21                {
    22                  "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
    23                }
    24              ]
    25            },
    26            "spec": {
    27              "type": "object",
    28              "required": ["location", "projectRef"],
    29              "properties": {
    30                "ipCidrRange": {
    31                  "description": "Immutable. The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.",
    32                  "type": "string"
    33                },
    34                "location": {
    35                  "description": "Immutable. The location for the resource",
    36                  "type": "string"
    37                },
    38                "machineType": {
    39                  "description": "Immutable. Machine type of VM Instance underlying connector. Default is e2-micro",
    40                  "type": "string"
    41                },
    42                "maxInstances": {
    43                  "description": "Immutable. Maximum value of instances in autoscaling group underlying the connector.",
    44                  "type": "integer",
    45                  "format": "int64"
    46                },
    47                "maxThroughput": {
    48                  "description": "Immutable. Maximum throughput of the connector in Mbps. Default is 200, max is 1000.",
    49                  "type": "integer",
    50                  "format": "int64"
    51                },
    52                "minInstances": {
    53                  "description": "Immutable. Minimum value of instances in autoscaling group underlying the connector.",
    54                  "type": "integer",
    55                  "format": "int64"
    56                },
    57                "minThroughput": {
    58                  "description": "Immutable. Minimum throughput of the connector in Mbps. Default and min is 200.",
    59                  "type": "integer",
    60                  "format": "int64"
    61                },
    62                "networkRef": {
    63                  "description": "Immutable.",
    64                  "type": "object",
    65                  "oneOf": [
    66                    { "required": ["name"], "not": { "required": ["external"] } },
    67                    {
    68                      "required": ["external"],
    69                      "not": {
    70                        "anyOf": [
    71                          { "required": ["name"] },
    72                          { "required": ["namespace"] }
    73                        ]
    74                      }
    75                    }
    76                  ],
    77                  "properties": {
    78                    "external": {
    79                      "description": "Name of a VPC network.\n\nAllowed value: The Google Cloud resource name of a `ComputeNetwork` resource (format: `projects/{{project}}/global/networks/{{name}}`).",
    80                      "type": "string"
    81                    },
    82                    "name": {
    83                      "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
    84                      "type": "string"
    85                    },
    86                    "namespace": {
    87                      "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/",
    88                      "type": "string"
    89                    }
    90                  }
    91                },
    92                "projectRef": {
    93                  "description": "Immutable. The Project that this resource belongs to.",
    94                  "type": "object",
    95                  "oneOf": [
    96                    { "required": ["name"], "not": { "required": ["external"] } },
    97                    {
    98                      "required": ["external"],
    99                      "not": {
   100                        "anyOf": [
   101                          { "required": ["name"] },
   102                          { "required": ["namespace"] }
   103                        ]
   104                      }
   105                    }
   106                  ],
   107                  "properties": {
   108                    "external": {
   109                      "description": "The project for the resource\n\nAllowed value: The Google Cloud resource name of a `Project` resource (format: `projects/{{name}}`).",
   110                      "type": "string"
   111                    },
   112                    "name": {
   113                      "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
   114                      "type": "string"
   115                    },
   116                    "namespace": {
   117                      "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/",
   118                      "type": "string"
   119                    }
   120                  }
   121                },
   122                "resourceID": {
   123                  "description": "Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default.",
   124                  "type": "string"
   125                },
   126                "subnet": {
   127                  "description": "Immutable. The subnet in which to house the VPC Access Connector.",
   128                  "type": "object",
   129                  "properties": {
   130                    "nameRef": {
   131                      "description": "Immutable.",
   132                      "type": "object",
   133                      "oneOf": [
   134                        {
   135                          "required": ["name"],
   136                          "not": { "required": ["external"] }
   137                        },
   138                        {
   139                          "required": ["external"],
   140                          "not": {
   141                            "anyOf": [
   142                              { "required": ["name"] },
   143                              { "required": ["namespace"] }
   144                            ]
   145                          }
   146                        }
   147                      ],
   148                      "properties": {
   149                        "external": {
   150                          "description": "Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName} the correct input for this field would be: {subnetName}\n\nAllowed value: The Google Cloud resource name of a `ComputeSubnetwork` resource (format: `projects/{{project}}/regions/{{region}}/subnetworks/{{name}}`).",
   151                          "type": "string"
   152                        },
   153                        "name": {
   154                          "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
   155                          "type": "string"
   156                        },
   157                        "namespace": {
   158                          "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/",
   159                          "type": "string"
   160                        }
   161                      }
   162                    },
   163                    "projectRef": {
   164                      "description": "Immutable.",
   165                      "type": "object",
   166                      "oneOf": [
   167                        {
   168                          "required": ["name"],
   169                          "not": { "required": ["external"] }
   170                        },
   171                        {
   172                          "required": ["external"],
   173                          "not": {
   174                            "anyOf": [
   175                              { "required": ["name"] },
   176                              { "required": ["namespace"] }
   177                            ]
   178                          }
   179                        }
   180                      ],
   181                      "properties": {
   182                        "external": {
   183                          "description": "Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued.\n\nAllowed value: The Google Cloud resource name of a `Project` resource (format: `projects/{{name}}`).",
   184                          "type": "string"
   185                        },
   186                        "name": {
   187                          "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
   188                          "type": "string"
   189                        },
   190                        "namespace": {
   191                          "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/",
   192                          "type": "string"
   193                        }
   194                      }
   195                    }
   196                  }
   197                }
   198              }
   199            },
   200            "status": {
   201              "type": "object",
   202              "properties": {
   203                "conditions": {
   204                  "description": "Conditions represent the latest available observation of the resource's current state.",
   205                  "type": "array",
   206                  "items": {
   207                    "type": "object",
   208                    "properties": {
   209                      "lastTransitionTime": {
   210                        "description": "Last time the condition transitioned from one status to another.",
   211                        "type": "string"
   212                      },
   213                      "message": {
   214                        "description": "Human-readable message indicating details about last transition.",
   215                        "type": "string"
   216                      },
   217                      "reason": {
   218                        "description": "Unique, one-word, CamelCase reason for the condition's last transition.",
   219                        "type": "string"
   220                      },
   221                      "status": {
   222                        "description": "Status is the status of the condition. Can be True, False, Unknown.",
   223                        "type": "string"
   224                      },
   225                      "type": {
   226                        "description": "Type is the type of the condition.",
   227                        "type": "string"
   228                      }
   229                    }
   230                  }
   231                },
   232                "connectedProjects": {
   233                  "description": "Output only. List of projects using the connector.",
   234                  "type": "array",
   235                  "items": { "type": "string" }
   236                },
   237                "observedGeneration": {
   238                  "description": "ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.",
   239                  "type": "integer"
   240                },
   241                "state": {
   242                  "description": "Output only. State of the VPC access connector. Possible values: STATE_UNSPECIFIED, READY, CREATING, DELETING, ERROR, UPDATING",
   243                  "type": "string"
   244                }
   245              }
   246            }
   247          },
   248          "x-kubernetes-group-version-kind": [
   249            {
   250              "group": "vpcaccess.cnrm.cloud.google.com",
   251              "kind": "VPCAccessConnector",
   252              "version": "v1beta1"
   253            }
   254          ]
   255        },
   256        "com.google.cloud.cnrm.vpcaccess.v1beta1.VPCAccessConnectorList": {
   257          "description": "VPCAccessConnectorList is a list of VPCAccessConnector",
   258          "type": "object",
   259          "required": ["items"],
   260          "properties": {
   261            "apiVersion": {
   262              "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
   263              "type": "string"
   264            },
   265            "items": {
   266              "description": "List of vpcaccessconnectors. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md",
   267              "type": "array",
   268              "items": {
   269                "$ref": "#/components/schemas/com.google.cloud.cnrm.vpcaccess.v1beta1.VPCAccessConnector"
   270              }
   271            },
   272            "kind": {
   273              "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
   274              "type": "string"
   275            },
   276            "metadata": {
   277              "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
   278              "allOf": [
   279                {
   280                  "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
   281                }
   282              ]
   283            }
   284          },
   285          "x-kubernetes-group-version-kind": [
   286            {
   287              "group": "vpcaccess.cnrm.cloud.google.com",
   288              "kind": "VPCAccessConnectorList",
   289              "version": "v1beta1"
   290            }
   291          ]
   292        },
   293        "io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1": {
   294          "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:\u003cname\u003e', where \u003cname\u003e is the name of a field in a struct, or key in a map 'v:\u003cvalue\u003e', where \u003cvalue\u003e is the exact json formatted value of a list item 'i:\u003cindex\u003e', where \u003cindex\u003e is position of a item in a list 'k:\u003ckeys\u003e', where \u003ckeys\u003e is a map of  a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff",
   295          "type": "object"
   296        },
   297        "io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta": {
   298          "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
   299          "type": "object",
   300          "properties": {
   301            "continue": {
   302              "description": "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.",
   303              "type": "string"
   304            },
   305            "remainingItemCount": {
   306              "description": "remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.",
   307              "type": "integer",
   308              "format": "int64"
   309            },
   310            "resourceVersion": {
   311              "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
   312              "type": "string"
   313            },
   314            "selfLink": {
   315              "description": "Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.",
   316              "type": "string"
   317            }
   318          }
   319        },
   320        "io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry": {
   321          "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.",
   322          "type": "object",
   323          "properties": {
   324            "apiVersion": {
   325              "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.",
   326              "type": "string"
   327            },
   328            "fieldsType": {
   329              "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"",
   330              "type": "string"
   331            },
   332            "fieldsV1": {
   333              "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type.",
   334              "allOf": [
   335                {
   336                  "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1"
   337                }
   338              ]
   339            },
   340            "manager": {
   341              "description": "Manager is an identifier of the workflow managing these fields.",
   342              "type": "string"
   343            },
   344            "operation": {
   345              "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.",
   346              "type": "string"
   347            },
   348            "subresource": {
   349              "description": "Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.",
   350              "type": "string"
   351            },
   352            "time": {
   353              "description": "Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.",
   354              "allOf": [
   355                {
   356                  "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
   357                }
   358              ]
   359            }
   360          }
   361        },
   362        "io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta": {
   363          "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
   364          "type": "object",
   365          "properties": {
   366            "annotations": {
   367              "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations",
   368              "type": "object",
   369              "additionalProperties": { "type": "string", "default": "" }
   370            },
   371            "creationTimestamp": {
   372              "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
   373              "default": {},
   374              "allOf": [
   375                {
   376                  "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
   377                }
   378              ]
   379            },
   380            "deletionGracePeriodSeconds": {
   381              "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.",
   382              "type": "integer",
   383              "format": "int64"
   384            },
   385            "deletionTimestamp": {
   386              "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
   387              "allOf": [
   388                {
   389                  "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
   390                }
   391              ]
   392            },
   393            "finalizers": {
   394              "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order.  Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.",
   395              "type": "array",
   396              "items": { "type": "string", "default": "" },
   397              "x-kubernetes-patch-strategy": "merge"
   398            },
   399            "generateName": {
   400              "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will return a 409.\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency",
   401              "type": "string"
   402            },
   403            "generation": {
   404              "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.",
   405              "type": "integer",
   406              "format": "int64"
   407            },
   408            "labels": {
   409              "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels",
   410              "type": "object",
   411              "additionalProperties": { "type": "string", "default": "" }
   412            },
   413            "managedFields": {
   414              "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.",
   415              "type": "array",
   416              "items": {
   417                "default": {},
   418                "allOf": [
   419                  {
   420                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry"
   421                  }
   422                ]
   423              }
   424            },
   425            "name": {
   426              "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
   427              "type": "string"
   428            },
   429            "namespace": {
   430              "description": "Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces",
   431              "type": "string"
   432            },
   433            "ownerReferences": {
   434              "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.",
   435              "type": "array",
   436              "items": {
   437                "default": {},
   438                "allOf": [
   439                  {
   440                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference"
   441                  }
   442                ]
   443              },
   444              "x-kubernetes-patch-merge-key": "uid",
   445              "x-kubernetes-patch-strategy": "merge"
   446            },
   447            "resourceVersion": {
   448              "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
   449              "type": "string"
   450            },
   451            "selfLink": {
   452              "description": "Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.",
   453              "type": "string"
   454            },
   455            "uid": {
   456              "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
   457              "type": "string"
   458            }
   459          }
   460        },
   461        "io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference": {
   462          "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.",
   463          "type": "object",
   464          "required": ["apiVersion", "kind", "name", "uid"],
   465          "properties": {
   466            "apiVersion": {
   467              "description": "API version of the referent.",
   468              "type": "string",
   469              "default": ""
   470            },
   471            "blockOwnerDeletion": {
   472              "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.",
   473              "type": "boolean"
   474            },
   475            "controller": {
   476              "description": "If true, this reference points to the managing controller.",
   477              "type": "boolean"
   478            },
   479            "kind": {
   480              "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
   481              "type": "string",
   482              "default": ""
   483            },
   484            "name": {
   485              "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
   486              "type": "string",
   487              "default": ""
   488            },
   489            "uid": {
   490              "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
   491              "type": "string",
   492              "default": ""
   493            }
   494          },
   495          "x-kubernetes-map-type": "atomic"
   496        },
   497        "io.k8s.apimachinery.pkg.apis.meta.v1.Time": {
   498          "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.  Wrappers are provided for many of the factory methods that the time package offers.",
   499          "type": "string",
   500          "format": "date-time"
   501        }
   502      }
   503    }
   504  }