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",
+ "type": "object"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery": {
+ "description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility.",
+ "properties": {
+ "groupVersion": {
+ "description": "groupVersion specifies the API group and version in the form \"group/version\"",
+ "type": "string"
+ },
+ "version": {
+ "description": "version specifies the version in the form of \"version\". This is to save the clients the trouble of splitting the GroupVersion.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "groupVersion",
+ "version"
+ ],
+ "type": "object"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector": {
+ "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
+ "properties": {
+ "matchExpressions": {
+ "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.",
+ "items": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement"
+ },
+ "type": "array",
+ "x-kubernetes-list-type": "atomic"
+ },
+ "matchLabels": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.",
+ "type": "object"
+ }
+ },
+ "type": "object",
+ "x-kubernetes-map-type": "atomic"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement": {
+ "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
+ "properties": {
+ "key": {
+ "description": "key is the label key that the selector applies to.",
+ "type": "string"
+ },
+ "operator": {
+ "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.",
+ "type": "string"
+ },
+ "values": {
+ "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array",
+ "x-kubernetes-list-type": "atomic"
+ }
+ },
+ "required": [
+ "key",
+ "operator"
+ ],
+ "type": "object"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta": {
+ "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
+ "properties": {
+ "continue": {
+ "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.",
+ "type": "string"
+ },
+ "remainingItemCount": {
+ "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.",
+ "format": "int64",
+ "type": "integer"
+ },
+ "resourceVersion": {
+ "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",
+ "type": "string"
+ },
+ "selfLink": {
+ "description": "Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry": {
+ "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.",
+ "properties": {
+ "apiVersion": {
+ "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.",
+ "type": "string"
+ },
+ "fieldsType": {
+ "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"",
+ "type": "string"
+ },
+ "fieldsV1": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1",
+ "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type."
+ },
+ "manager": {
+ "description": "Manager is an identifier of the workflow managing these fields.",
+ "type": "string"
+ },
+ "operation": {
+ "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'.",
+ "type": "string"
+ },
+ "subresource": {
+ "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.",
+ "type": "string"
+ },
+ "time": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
+ "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."
+ }
+ },
+ "type": "object"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime": {
+ "description": "MicroTime is version of Time with microsecond level precision.",
+ "format": "date-time",
+ "type": "string"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta": {
+ "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
+ "properties": {
+ "annotations": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "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: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations",
+ "type": "object"
+ },
+ "creationTimestamp": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
+ "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"
+ },
+ "deletionGracePeriodSeconds": {
+ "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.",
+ "format": "int64",
+ "type": "integer"
+ },
+ "deletionTimestamp": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
+ "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"
+ },
+ "finalizers": {
+ "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.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array",
+ "x-kubernetes-list-type": "set",
+ "x-kubernetes-patch-strategy": "merge"
+ },
+ "generateName": {
+ "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",
+ "type": "string"
+ },
+ "generation": {
+ "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.",
+ "format": "int64",
+ "type": "integer"
+ },
+ "labels": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "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: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels",
+ "type": "object"
+ },
+ "managedFields": {
+ "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.",
+ "items": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry"
+ },
+ "type": "array",
+ "x-kubernetes-list-type": "atomic"
+ },
+ "name": {
+ "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: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names",
+ "type": "string"
+ },
+ "namespace": {
+ "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: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces",
+ "type": "string"
+ },
+ "ownerReferences": {
+ "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.",
+ "items": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference"
+ },
+ "type": "array",
+ "x-kubernetes-list-map-keys": [
+ "uid"
+ ],
+ "x-kubernetes-list-type": "map",
+ "x-kubernetes-patch-merge-key": "uid",
+ "x-kubernetes-patch-strategy": "merge"
+ },
+ "resourceVersion": {
+ "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",
+ "type": "string"
+ },
+ "selfLink": {
+ "description": "Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.",
+ "type": "string"
+ },
+ "uid": {
+ "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: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference": {
+ "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.",
+ "properties": {
+ "apiVersion": {
+ "description": "API version of the referent.",
+ "type": "string"
+ },
+ "blockOwnerDeletion": {
+ "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.",
+ "type": "boolean"
+ },
+ "controller": {
+ "description": "If true, this reference points to the managing controller.",
+ "type": "boolean"
+ },
+ "kind": {
+ "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
+ "type": "string"
+ },
+ "name": {
+ "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names",
+ "type": "string"
+ },
+ "uid": {
+ "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids",
+ "type": "string"
+ }
+ },
+ "required": [
+ "apiVersion",
+ "kind",
+ "name",
+ "uid"
+ ],
+ "type": "object",
+ "x-kubernetes-map-type": "atomic"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.Patch": {
+ "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.",
+ "type": "object"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions": {
+ "description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
+ "properties": {
+ "resourceVersion": {
+ "description": "Specifies the target ResourceVersion",
+ "type": "string"
+ },
+ "uid": {
+ "description": "Specifies the target UID.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR": {
+ "description": "ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.",
+ "properties": {
+ "clientCIDR": {
+ "description": "The CIDR with which clients can match their IP to figure out the server address that they should use.",
+ "type": "string"
+ },
+ "serverAddress": {
+ "description": "Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "clientCIDR",
+ "serverAddress"
+ ],
+ "type": "object"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.Status": {
+ "description": "Status is a return value for calls that don't return other objects.",
+ "properties": {
+ "apiVersion": {
+ "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",
+ "type": "string"
+ },
+ "code": {
+ "description": "Suggested HTTP return code for this status, 0 if not set.",
+ "format": "int32",
+ "type": "integer"
+ },
+ "details": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails",
+ "description": "Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.",
+ "x-kubernetes-list-type": "atomic"
+ },
+ "kind": {
+ "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",
+ "type": "string"
+ },
+ "message": {
+ "description": "A human-readable description of the status of this operation.",
+ "type": "string"
+ },
+ "metadata": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta",
+ "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
+ },
+ "reason": {
+ "description": "A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.",
+ "type": "string"
+ },
+ "status": {
+ "description": "Status of the operation. One of: \"Success\" or \"Failure\". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status",
+ "type": "string"
+ }
+ },
+ "type": "object",
+ "x-kubernetes-group-version-kind": [
+ {
+ "group": "",
+ "kind": "Status",
+ "version": "v1"
+ }
+ ]
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause": {
+ "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.",
+ "properties": {
+ "field": {
+ "description": "The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.\n\nExamples:\n \"name\" - the field \"name\" on the current resource\n \"items[0].name\" - the field \"name\" on the first array entry in \"items\"",
+ "type": "string"
+ },
+ "message": {
+ "description": "A human-readable description of the cause of the error. This field may be presented as-is to a reader.",
+ "type": "string"
+ },
+ "reason": {
+ "description": "A machine-readable description of the cause of the error. If this value is empty there is no information available.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails": {
+ "description": "StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.",
+ "properties": {
+ "causes": {
+ "description": "The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.",
+ "items": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause"
+ },
+ "type": "array",
+ "x-kubernetes-list-type": "atomic"
+ },
+ "group": {
+ "description": "The group attribute of the resource associated with the status StatusReason.",
+ "type": "string"
+ },
+ "kind": {
+ "description": "The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
+ "type": "string"
+ },
+ "name": {
+ "description": "The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).",
+ "type": "string"
+ },
+ "retryAfterSeconds": {
+ "description": "If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.",
+ "format": "int32",
+ "type": "integer"
+ },
+ "uid": {
+ "description": "UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.Time": {
+ "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.",
+ "format": "date-time",
+ "type": "string"
+ },
+ "io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent": {
+ "description": "Event represents a single event to a watched resource.",
+ "properties": {
+ "object": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension",
+ "description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n depending on context."
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "object"
+ ],
+ "type": "object",
+ "x-kubernetes-group-version-kind": [
+ {
+ "group": "",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "admission.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "admission.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "admissionregistration.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "admissionregistration.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1alpha1"
+ },
+ {
+ "group": "admissionregistration.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "apiextensions.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "apiextensions.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "apiregistration.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "apiregistration.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "apps",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "apps",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "apps",
+ "kind": "WatchEvent",
+ "version": "v1beta2"
+ },
+ {
+ "group": "authentication.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "authentication.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1alpha1"
+ },
+ {
+ "group": "authentication.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "authorization.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "authorization.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "autoscaling",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "autoscaling",
+ "kind": "WatchEvent",
+ "version": "v2"
+ },
+ {
+ "group": "autoscaling",
+ "kind": "WatchEvent",
+ "version": "v2beta1"
+ },
+ {
+ "group": "autoscaling",
+ "kind": "WatchEvent",
+ "version": "v2beta2"
+ },
+ {
+ "group": "batch",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "batch",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "certificates.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "certificates.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1alpha1"
+ },
+ {
+ "group": "certificates.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "coordination.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "coordination.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1alpha2"
+ },
+ {
+ "group": "coordination.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "discovery.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "discovery.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "events.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "events.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "extensions",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta2"
+ },
+ {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta3"
+ },
+ {
+ "group": "imagepolicy.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1alpha1"
+ },
+ {
+ "group": "internal.apiserver.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1alpha1"
+ },
+ {
+ "group": "networking.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "networking.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1alpha1"
+ },
+ {
+ "group": "networking.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "node.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "node.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1alpha1"
+ },
+ {
+ "group": "node.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "policy",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "policy",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1alpha1"
+ },
+ {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "resource.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1alpha3"
+ },
+ {
+ "group": "resource.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "resource.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta2"
+ },
+ {
+ "group": "scheduling.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "scheduling.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1alpha1"
+ },
+ {
+ "group": "scheduling.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "storage.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1"
+ },
+ {
+ "group": "storage.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1alpha1"
+ },
+ {
+ "group": "storage.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1beta1"
+ },
+ {
+ "group": "storagemigration.k8s.io",
+ "kind": "WatchEvent",
+ "version": "v1alpha1"
+ }
+ ]
+ },
+ "io.k8s.apimachinery.pkg.runtime.RawExtension": {
+ "description": "RawExtension is used to hold extensions in external versions.\n\nTo use this, make a field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types.\n\n// Internal package:\n\n\ttype MyAPIObject struct {\n\t\truntime.TypeMeta `json:\",inline\"`\n\t\tMyPlugin runtime.Object `json:\"myPlugin\"`\n\t}\n\n\ttype PluginA struct {\n\t\tAOption string `json:\"aOption\"`\n\t}\n\n// External package:\n\n\ttype MyAPIObject struct {\n\t\truntime.TypeMeta `json:\",inline\"`\n\t\tMyPlugin runtime.RawExtension `json:\"myPlugin\"`\n\t}\n\n\ttype PluginA struct {\n\t\tAOption string `json:\"aOption\"`\n\t}\n\n// On the wire, the JSON will look something like this:\n\n\t{\n\t\t\"kind\":\"MyAPIObject\",\n\t\t\"apiVersion\":\"v1\",\n\t\t\"myPlugin\": {\n\t\t\t\"kind\":\"PluginA\",\n\t\t\t\"aOption\":\"foo\",\n\t\t},\n\t}\n\nSo what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package's DefaultScheme has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing it in the Object. (TODO: In the case where the object is of an unknown type, a runtime.Unknown object will be created and stored.)",
+ "type": "object"
+ },
+ "io.k8s.apimachinery.pkg.util.intstr.IntOrString": {
+ "description": "IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.",
+ "format": "int-or-string",
+ "type": "string"
+ },
+ "io.k8s.apimachinery.pkg.version.Info": {
+ "description": "Info contains versioning information. how we'll want to distribute that information.",
+ "properties": {
+ "buildDate": {
+ "type": "string"
+ },
+ "compiler": {
+ "type": "string"
+ },
+ "emulationMajor": {
+ "description": "EmulationMajor is the major version of the emulation version",
+ "type": "string"
+ },
+ "emulationMinor": {
+ "description": "EmulationMinor is the minor version of the emulation version",
+ "type": "string"
+ },
+ "gitCommit": {
+ "type": "string"
+ },
+ "gitTreeState": {
+ "type": "string"
+ },
+ "gitVersion": {
+ "type": "string"
+ },
+ "goVersion": {
+ "type": "string"
+ },
+ "major": {
+ "description": "Major is the major version of the binary version",
+ "type": "string"
+ },
+ "minCompatibilityMajor": {
+ "description": "MinCompatibilityMajor is the major version of the minimum compatibility version",
+ "type": "string"
+ },
+ "minCompatibilityMinor": {
+ "description": "MinCompatibilityMinor is the minor version of the minimum compatibility version",
+ "type": "string"
+ },
+ "minor": {
+ "description": "Minor is the minor version of the binary version",
+ "type": "string"
+ },
+ "platform": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "major",
+ "minor",
+ "gitVersion",
+ "gitCommit",
+ "gitTreeState",
+ "buildDate",
+ "goVersion",
+ "compiler",
+ "platform"
+ ],
+ "type": "object"
+ },
+ "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService": {
+ "description": "APIService represents a server for a particular GroupVersion. Name must be \"version.group\".",
+ "properties": {
+ "apiVersion": {
+ "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",
+ "type": "string"
+ },
+ "kind": {
+ "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",
+ "type": "string"
+ },
+ "metadata": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta",
+ "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
+ },
+ "spec": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec",
+ "description": "Spec contains information for locating and communicating with a server"
+ },
+ "status": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus",
+ "description": "Status contains derived information about an API server"
+ }
+ },
+ "type": "object",
+ "x-kubernetes-group-version-kind": [
+ {
+ "group": "apiregistration.k8s.io",
+ "kind": "APIService",
+ "version": "v1"
+ }
+ ]
+ },
+ "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition": {
+ "description": "APIServiceCondition describes the state of an APIService at a particular point",
+ "properties": {
+ "lastTransitionTime": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
+ "description": "Last time the condition transitioned from one status to another."
+ },
+ "message": {
+ "description": "Human-readable message indicating details about last transition.",
+ "type": "string"
+ },
+ "reason": {
+ "description": "Unique, one-word, CamelCase reason for the condition's last transition.",
+ "type": "string"
+ },
+ "status": {
+ "description": "Status is the status of the condition. Can be True, False, Unknown.",
+ "type": "string"
+ },
+ "type": {
+ "description": "Type is the type of the condition.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "status"
+ ],
+ "type": "object"
+ },
+ "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceList": {
+ "description": "APIServiceList is a list of APIService objects.",
+ "properties": {
+ "apiVersion": {
+ "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",
+ "type": "string"
+ },
+ "items": {
+ "description": "Items is the list of APIService",
+ "items": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ },
+ "type": "array"
+ },
+ "kind": {
+ "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",
+ "type": "string"
+ },
+ "metadata": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta",
+ "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
+ }
+ },
+ "required": [
+ "items"
+ ],
+ "type": "object",
+ "x-kubernetes-group-version-kind": [
+ {
+ "group": "apiregistration.k8s.io",
+ "kind": "APIServiceList",
+ "version": "v1"
+ }
+ ]
+ },
+ "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec": {
+ "description": "APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.",
+ "properties": {
+ "caBundle": {
+ "description": "CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. If unspecified, system trust roots on the apiserver are used.",
+ "format": "byte",
+ "type": "string",
+ "x-kubernetes-list-type": "atomic"
+ },
+ "group": {
+ "description": "Group is the API group name this server hosts",
+ "type": "string"
+ },
+ "groupPriorityMinimum": {
+ "description": "GroupPriorityMinimum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMinimum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s",
+ "format": "int32",
+ "type": "integer"
+ },
+ "insecureSkipTLSVerify": {
+ "description": "InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.",
+ "type": "boolean"
+ },
+ "service": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.ServiceReference",
+ "description": "Service is a reference to the service for this API server. It must communicate on port 443. If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled."
+ },
+ "version": {
+ "description": "Version is the API version this server hosts. For example, \"v1\"",
+ "type": "string"
+ },
+ "versionPriority": {
+ "description": "VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.",
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "groupPriorityMinimum",
+ "versionPriority"
+ ],
+ "type": "object"
+ },
+ "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus": {
+ "description": "APIServiceStatus contains derived information about an API server",
+ "properties": {
+ "conditions": {
+ "description": "Current service state of apiService.",
+ "items": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition"
+ },
+ "type": "array",
+ "x-kubernetes-list-map-keys": [
+ "type"
+ ],
+ "x-kubernetes-list-type": "map",
+ "x-kubernetes-patch-merge-key": "type",
+ "x-kubernetes-patch-strategy": "merge"
+ }
+ },
+ "type": "object"
+ },
+ "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.ServiceReference": {
+ "description": "ServiceReference holds a reference to Service.legacy.k8s.io",
+ "properties": {
+ "name": {
+ "description": "Name is the name of the service",
+ "type": "string"
+ },
+ "namespace": {
+ "description": "Namespace is the namespace of the service",
+ "type": "string"
+ },
+ "port": {
+ "description": "If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).",
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "info": {
+ "title": "Kubernetes",
+ "version": "unversioned"
+ },
+ "parameters": {
+ "allowWatchBookmarks-HC2hJt-J": {
+ "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.",
+ "in": "query",
+ "name": "allowWatchBookmarks",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "body-2Y1dVQaQ": {
+ "in": "body",
+ "name": "body",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions"
+ }
+ },
+ "body-78PwaGsr": {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch"
+ }
+ },
+ "command-Py3eQybp": {
+ "description": "Command is the remote command to execute. argv array. Not executed within a shell.",
+ "in": "query",
+ "name": "command",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "container-1GeXxFDC": {
+ "description": "The container for which to stream logs. Defaults to only container if there is one container in the pod.",
+ "in": "query",
+ "name": "container",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "container-_Q-EJ3nR": {
+ "description": "The container in which to execute the command. Defaults to only container if there is only one container in the pod.",
+ "in": "query",
+ "name": "container",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "container-i5dOmRiM": {
+ "description": "Container in which to execute the command. Defaults to only container if there is only one container in the pod.",
+ "in": "query",
+ "name": "container",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "continue-QfD61s0i": {
+ "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.",
+ "in": "query",
+ "name": "continue",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "fieldManager-7c6nTn1T": {
+ "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).",
+ "in": "query",
+ "name": "fieldManager",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "fieldManager-Qy4HdaTW": {
+ "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.",
+ "in": "query",
+ "name": "fieldManager",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "fieldSelector-xIcQKXFG": {
+ "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
+ "in": "query",
+ "name": "fieldSelector",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "follow-9OIXh_2R": {
+ "description": "Follow the log stream of the pod. Defaults to false.",
+ "in": "query",
+ "name": "follow",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "force-tOGGb0Yi": {
+ "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.",
+ "in": "query",
+ "name": "force",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "gracePeriodSeconds--K5HaBOS": {
+ "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
+ "in": "query",
+ "name": "gracePeriodSeconds",
+ "type": "integer",
+ "uniqueItems": true
+ },
+ "ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj": {
+ "description": "if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it",
+ "in": "query",
+ "name": "ignoreStoreReadErrorWithClusterBreakingPotential",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "insecureSkipTLSVerifyBackend-gM00jVbe": {
+ "description": "insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet).",
+ "in": "query",
+ "name": "insecureSkipTLSVerifyBackend",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "labelSelector-5Zw57w4C": {
+ "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
+ "in": "query",
+ "name": "labelSelector",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "limit-1NfNmdNH": {
+ "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.",
+ "in": "query",
+ "name": "limit",
+ "type": "integer",
+ "uniqueItems": true
+ },
+ "limitBytes-zwd1RXuc": {
+ "description": "If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.",
+ "in": "query",
+ "name": "limitBytes",
+ "type": "integer",
+ "uniqueItems": true
+ },
+ "logpath-Noq7euwC": {
+ "description": "path to the log",
+ "in": "path",
+ "name": "logpath",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ "namespace-vgWSWtn3": {
+ "description": "object name and auth scope, such as for teams and projects",
+ "in": "path",
+ "name": "namespace",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ "orphanDependents-uRB25kX5": {
+ "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
+ "in": "query",
+ "name": "orphanDependents",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "path-QCf0eosM": {
+ "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
+ "in": "query",
+ "name": "path",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "path-oPbzgLUj": {
+ "description": "Path is the URL path to use for the current proxy request to pod.",
+ "in": "query",
+ "name": "path",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "path-rFDtV0x9": {
+ "description": "Path is the URL path to use for the current proxy request to node.",
+ "in": "query",
+ "name": "path",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "path-z6Ciiujn": {
+ "description": "path to the resource",
+ "in": "path",
+ "name": "path",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ "ports-91KROJmm": {
+ "description": "List of ports to forward Required when using WebSockets",
+ "in": "query",
+ "name": "ports",
+ "type": "integer",
+ "uniqueItems": true
+ },
+ "pretty-tJGM1-ng": {
+ "description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
+ "in": "query",
+ "name": "pretty",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "previous-1jxDPu3y": {
+ "description": "Return previous terminated container logs. Defaults to false.",
+ "in": "query",
+ "name": "previous",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "propagationPolicy-6jk3prlO": {
+ "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.",
+ "in": "query",
+ "name": "propagationPolicy",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "resourceVersion-5WAnf1kx": {
+ "description": "resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n\nDefaults to unset",
+ "in": "query",
+ "name": "resourceVersion",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "resourceVersionMatch-t8XhRHeC": {
+ "description": "resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n\nDefaults to unset",
+ "in": "query",
+ "name": "resourceVersionMatch",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "sendInitialEvents-rLXlEK_k": {
+ "description": "`sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic \"Bookmark\" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `\"k8s.io/initial-events-end\": \"true\"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.\n\nWhen `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan\n is interpreted as \"data at least as new as the provided `resourceVersion`\"\n and the bookmark event is send when the state is synced\n to a `resourceVersion` at least as fresh as the one provided by the ListOptions.\n If `resourceVersion` is unset, this is interpreted as \"consistent read\" and the\n bookmark event is send when the state is synced at least to the moment\n when request started being processed.\n- `resourceVersionMatch` set to any other value or unset\n Invalid error is returned.\n\nDefaults to true if `resourceVersion=\"\"` or `resourceVersion=\"0\"` (for backward compatibility reasons) and to false otherwise.",
+ "in": "query",
+ "name": "sendInitialEvents",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "sinceSeconds-vE2NLdnP": {
+ "description": "A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.",
+ "in": "query",
+ "name": "sinceSeconds",
+ "type": "integer",
+ "uniqueItems": true
+ },
+ "stderr-26jJhFUR": {
+ "description": "Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.",
+ "in": "query",
+ "name": "stderr",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "stderr-W_1TNlWc": {
+ "description": "Redirect the standard error stream of the pod for this call.",
+ "in": "query",
+ "name": "stderr",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "stdin-PSzNhyUC": {
+ "description": "Redirect the standard input stream of the pod for this call. Defaults to false.",
+ "in": "query",
+ "name": "stdin",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "stdin-sEFnN3IS": {
+ "description": "Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.",
+ "in": "query",
+ "name": "stdin",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "stdout--EZLRwV1": {
+ "description": "Redirect the standard output stream of the pod for this call.",
+ "in": "query",
+ "name": "stdout",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "stdout-005YMKE6": {
+ "description": "Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.",
+ "in": "query",
+ "name": "stdout",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "stream-l-48cgXv": {
+ "description": "Specify which container log stream to return to the client. Acceptable values are \"All\", \"Stdout\" and \"Stderr\". If not specified, \"All\" is used, and both stdout and stderr are returned interleaved. Note that when \"TailLines\" is specified, \"Stream\" can only be set to nil or \"All\".",
+ "in": "query",
+ "name": "stream",
+ "type": "string",
+ "uniqueItems": true
+ },
+ "tailLines-9xQLWHMV": {
+ "description": "If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime. Note that when \"TailLines\" is specified, \"Stream\" can only be set to nil or \"All\".",
+ "in": "query",
+ "name": "tailLines",
+ "type": "integer",
+ "uniqueItems": true
+ },
+ "timeoutSeconds-yvYezaOC": {
+ "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.",
+ "in": "query",
+ "name": "timeoutSeconds",
+ "type": "integer",
+ "uniqueItems": true
+ },
+ "timestamps-c17fW1w_": {
+ "description": "If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.",
+ "in": "query",
+ "name": "timestamps",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "tty-g7MlET_l": {
+ "description": "TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.",
+ "in": "query",
+ "name": "tty",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "tty-s0flW37O": {
+ "description": "TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.",
+ "in": "query",
+ "name": "tty",
+ "type": "boolean",
+ "uniqueItems": true
+ },
+ "watch-XNNPZGbK": {
+ "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
+ "in": "query",
+ "name": "watch",
+ "type": "boolean",
+ "uniqueItems": true
+ }
+ },
+ "paths": {
+ "/.well-known/openid-configuration/": {
+ "get": {
+ "description": "get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'",
+ "operationId": "getServiceAccountIssuerOpenIDConfiguration",
+ "produces": [
+ "application/json"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "WellKnown"
+ ]
+ }
+ },
+ "/api/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get available API versions",
+ "operationId": "getCoreAPIVersions",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIVersions"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core"
+ ]
+ }
+ },
+ "/api/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getCoreV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ]
+ }
+ },
+ "/api/v1/componentstatuses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list objects of kind ComponentStatus",
+ "operationId": "listCoreV1ComponentStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ComponentStatusList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ComponentStatus",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/componentstatuses/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ComponentStatus",
+ "operationId": "readCoreV1ComponentStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ComponentStatus"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ComponentStatus",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ComponentStatus",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ]
+ },
+ "/api/v1/configmaps": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ConfigMap",
+ "operationId": "listCoreV1ConfigMapForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ConfigMap",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/endpoints": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Endpoints",
+ "operationId": "listCoreV1EndpointsForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.EndpointsList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Endpoints",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/events": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Event",
+ "operationId": "listCoreV1EventForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.EventList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/limitranges": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind LimitRange",
+ "operationId": "listCoreV1LimitRangeForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LimitRangeList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "LimitRange",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/namespaces": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Namespace",
+ "operationId": "listCoreV1Namespace",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.NamespaceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Namespace",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a Namespace",
+ "operationId": "createCoreV1Namespace",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Namespace",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/bindings": {
+ "parameters": [
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a Binding",
+ "operationId": "createCoreV1NamespacedBinding",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Binding"
+ }
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Binding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Binding"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Binding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Binding",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/configmaps": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ConfigMap",
+ "operationId": "deleteCoreV1CollectionNamespacedConfigMap",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ConfigMap",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ConfigMap",
+ "operationId": "listCoreV1NamespacedConfigMap",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ConfigMap",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ConfigMap",
+ "operationId": "createCoreV1NamespacedConfigMap",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMap"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMap"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMap"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMap"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ConfigMap",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/configmaps/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ConfigMap",
+ "operationId": "deleteCoreV1NamespacedConfigMap",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ConfigMap",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ConfigMap",
+ "operationId": "readCoreV1NamespacedConfigMap",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMap"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ConfigMap",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ConfigMap",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ConfigMap",
+ "operationId": "patchCoreV1NamespacedConfigMap",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMap"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMap"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ConfigMap",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ConfigMap",
+ "operationId": "replaceCoreV1NamespacedConfigMap",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMap"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMap"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMap"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ConfigMap",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/endpoints": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of Endpoints",
+ "operationId": "deleteCoreV1CollectionNamespacedEndpoints",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Endpoints",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Endpoints",
+ "operationId": "listCoreV1NamespacedEndpoints",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.EndpointsList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Endpoints",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create Endpoints",
+ "operationId": "createCoreV1NamespacedEndpoints",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Endpoints"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Endpoints"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Endpoints"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Endpoints"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Endpoints",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/endpoints/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete Endpoints",
+ "operationId": "deleteCoreV1NamespacedEndpoints",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Endpoints",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified Endpoints",
+ "operationId": "readCoreV1NamespacedEndpoints",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Endpoints"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Endpoints",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Endpoints",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified Endpoints",
+ "operationId": "patchCoreV1NamespacedEndpoints",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Endpoints"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Endpoints"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Endpoints",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified Endpoints",
+ "operationId": "replaceCoreV1NamespacedEndpoints",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Endpoints"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Endpoints"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Endpoints"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Endpoints",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/events": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of Event",
+ "operationId": "deleteCoreV1CollectionNamespacedEvent",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Event",
+ "operationId": "listCoreV1NamespacedEvent",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.EventList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create an Event",
+ "operationId": "createCoreV1NamespacedEvent",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Event"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Event"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Event"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Event"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Event",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/events/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete an Event",
+ "operationId": "deleteCoreV1NamespacedEvent",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified Event",
+ "operationId": "readCoreV1NamespacedEvent",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Event"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Event",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified Event",
+ "operationId": "patchCoreV1NamespacedEvent",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Event"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Event"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified Event",
+ "operationId": "replaceCoreV1NamespacedEvent",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Event"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Event"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Event"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Event",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/limitranges": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of LimitRange",
+ "operationId": "deleteCoreV1CollectionNamespacedLimitRange",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "LimitRange",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind LimitRange",
+ "operationId": "listCoreV1NamespacedLimitRange",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LimitRangeList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "LimitRange",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a LimitRange",
+ "operationId": "createCoreV1NamespacedLimitRange",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LimitRange"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LimitRange"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LimitRange"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LimitRange"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "LimitRange",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/limitranges/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a LimitRange",
+ "operationId": "deleteCoreV1NamespacedLimitRange",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "LimitRange",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified LimitRange",
+ "operationId": "readCoreV1NamespacedLimitRange",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LimitRange"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "LimitRange",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the LimitRange",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified LimitRange",
+ "operationId": "patchCoreV1NamespacedLimitRange",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LimitRange"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LimitRange"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "LimitRange",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified LimitRange",
+ "operationId": "replaceCoreV1NamespacedLimitRange",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LimitRange"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LimitRange"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LimitRange"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "LimitRange",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/persistentvolumeclaims": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of PersistentVolumeClaim",
+ "operationId": "deleteCoreV1CollectionNamespacedPersistentVolumeClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolumeClaim",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind PersistentVolumeClaim",
+ "operationId": "listCoreV1NamespacedPersistentVolumeClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolumeClaim",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a PersistentVolumeClaim",
+ "operationId": "createCoreV1NamespacedPersistentVolumeClaim",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolumeClaim",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a PersistentVolumeClaim",
+ "operationId": "deleteCoreV1NamespacedPersistentVolumeClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolumeClaim",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified PersistentVolumeClaim",
+ "operationId": "readCoreV1NamespacedPersistentVolumeClaim",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolumeClaim",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the PersistentVolumeClaim",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified PersistentVolumeClaim",
+ "operationId": "patchCoreV1NamespacedPersistentVolumeClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolumeClaim",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified PersistentVolumeClaim",
+ "operationId": "replaceCoreV1NamespacedPersistentVolumeClaim",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolumeClaim",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified PersistentVolumeClaim",
+ "operationId": "readCoreV1NamespacedPersistentVolumeClaimStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolumeClaim",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the PersistentVolumeClaim",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified PersistentVolumeClaim",
+ "operationId": "patchCoreV1NamespacedPersistentVolumeClaimStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolumeClaim",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified PersistentVolumeClaim",
+ "operationId": "replaceCoreV1NamespacedPersistentVolumeClaimStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolumeClaim",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/pods": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of Pod",
+ "operationId": "deleteCoreV1CollectionNamespacedPod",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Pod",
+ "operationId": "listCoreV1NamespacedPod",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a Pod",
+ "operationId": "createCoreV1NamespacedPod",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/pods/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a Pod",
+ "operationId": "deleteCoreV1NamespacedPod",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified Pod",
+ "operationId": "readCoreV1NamespacedPod",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Pod",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified Pod",
+ "operationId": "patchCoreV1NamespacedPod",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified Pod",
+ "operationId": "replaceCoreV1NamespacedPod",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/pods/{name}/attach": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect GET requests to attach of Pod",
+ "operationId": "connectCoreV1GetNamespacedPodAttach",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodAttachOptions",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/container-_Q-EJ3nR"
+ },
+ {
+ "description": "name of the PodAttachOptions",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/stderr-26jJhFUR"
+ },
+ {
+ "$ref": "#/parameters/stdin-sEFnN3IS"
+ },
+ {
+ "$ref": "#/parameters/stdout-005YMKE6"
+ },
+ {
+ "$ref": "#/parameters/tty-g7MlET_l"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect POST requests to attach of Pod",
+ "operationId": "connectCoreV1PostNamespacedPodAttach",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodAttachOptions",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/pods/{name}/binding": {
+ "parameters": [
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "description": "name of the Binding",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create binding of a Pod",
+ "operationId": "createCoreV1NamespacedPodBinding",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Binding"
+ }
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Binding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Binding"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Binding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Binding",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read ephemeralcontainers of the specified Pod",
+ "operationId": "readCoreV1NamespacedPodEphemeralcontainers",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Pod",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update ephemeralcontainers of the specified Pod",
+ "operationId": "patchCoreV1NamespacedPodEphemeralcontainers",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace ephemeralcontainers of the specified Pod",
+ "operationId": "replaceCoreV1NamespacedPodEphemeralcontainers",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/pods/{name}/eviction": {
+ "parameters": [
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "description": "name of the Eviction",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create eviction of a Pod",
+ "operationId": "createCoreV1NamespacedPodEviction",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.Eviction"
+ }
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.Eviction"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.Eviction"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.Eviction"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "Eviction",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/pods/{name}/exec": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect GET requests to exec of Pod",
+ "operationId": "connectCoreV1GetNamespacedPodExec",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodExecOptions",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/command-Py3eQybp"
+ },
+ {
+ "$ref": "#/parameters/container-i5dOmRiM"
+ },
+ {
+ "description": "name of the PodExecOptions",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/stderr-W_1TNlWc"
+ },
+ {
+ "$ref": "#/parameters/stdin-PSzNhyUC"
+ },
+ {
+ "$ref": "#/parameters/stdout--EZLRwV1"
+ },
+ {
+ "$ref": "#/parameters/tty-s0flW37O"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect POST requests to exec of Pod",
+ "operationId": "connectCoreV1PostNamespacedPodExec",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodExecOptions",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/pods/{name}/log": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read log of the specified Pod",
+ "operationId": "readCoreV1NamespacedPodLog",
+ "produces": [
+ "text/plain",
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/container-1GeXxFDC"
+ },
+ {
+ "$ref": "#/parameters/follow-9OIXh_2R"
+ },
+ {
+ "$ref": "#/parameters/insecureSkipTLSVerifyBackend-gM00jVbe"
+ },
+ {
+ "$ref": "#/parameters/limitBytes-zwd1RXuc"
+ },
+ {
+ "description": "name of the Pod",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/previous-1jxDPu3y"
+ },
+ {
+ "$ref": "#/parameters/sinceSeconds-vE2NLdnP"
+ },
+ {
+ "$ref": "#/parameters/stream-l-48cgXv"
+ },
+ {
+ "$ref": "#/parameters/tailLines-9xQLWHMV"
+ },
+ {
+ "$ref": "#/parameters/timestamps-c17fW1w_"
+ }
+ ]
+ },
+ "/api/v1/namespaces/{namespace}/pods/{name}/portforward": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect GET requests to portforward of Pod",
+ "operationId": "connectCoreV1GetNamespacedPodPortforward",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodPortForwardOptions",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the PodPortForwardOptions",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/ports-91KROJmm"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect POST requests to portforward of Pod",
+ "operationId": "connectCoreV1PostNamespacedPodPortforward",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodPortForwardOptions",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/pods/{name}/proxy": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect DELETE requests to proxy of Pod",
+ "operationId": "connectCoreV1DeleteNamespacedPodProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodProxyOptions",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect GET requests to proxy of Pod",
+ "operationId": "connectCoreV1GetNamespacedPodProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodProxyOptions",
+ "version": "v1"
+ }
+ },
+ "head": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect HEAD requests to proxy of Pod",
+ "operationId": "connectCoreV1HeadNamespacedPodProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodProxyOptions",
+ "version": "v1"
+ }
+ },
+ "options": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect OPTIONS requests to proxy of Pod",
+ "operationId": "connectCoreV1OptionsNamespacedPodProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodProxyOptions",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the PodProxyOptions",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/path-oPbzgLUj"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect PATCH requests to proxy of Pod",
+ "operationId": "connectCoreV1PatchNamespacedPodProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodProxyOptions",
+ "version": "v1"
+ }
+ },
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect POST requests to proxy of Pod",
+ "operationId": "connectCoreV1PostNamespacedPodProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodProxyOptions",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect PUT requests to proxy of Pod",
+ "operationId": "connectCoreV1PutNamespacedPodProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodProxyOptions",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect DELETE requests to proxy of Pod",
+ "operationId": "connectCoreV1DeleteNamespacedPodProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodProxyOptions",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect GET requests to proxy of Pod",
+ "operationId": "connectCoreV1GetNamespacedPodProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodProxyOptions",
+ "version": "v1"
+ }
+ },
+ "head": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect HEAD requests to proxy of Pod",
+ "operationId": "connectCoreV1HeadNamespacedPodProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodProxyOptions",
+ "version": "v1"
+ }
+ },
+ "options": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect OPTIONS requests to proxy of Pod",
+ "operationId": "connectCoreV1OptionsNamespacedPodProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodProxyOptions",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the PodProxyOptions",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/path-z6Ciiujn"
+ },
+ {
+ "$ref": "#/parameters/path-oPbzgLUj"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect PATCH requests to proxy of Pod",
+ "operationId": "connectCoreV1PatchNamespacedPodProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodProxyOptions",
+ "version": "v1"
+ }
+ },
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect POST requests to proxy of Pod",
+ "operationId": "connectCoreV1PostNamespacedPodProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodProxyOptions",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect PUT requests to proxy of Pod",
+ "operationId": "connectCoreV1PutNamespacedPodProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodProxyOptions",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/pods/{name}/resize": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read resize of the specified Pod",
+ "operationId": "readCoreV1NamespacedPodResize",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Pod",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update resize of the specified Pod",
+ "operationId": "patchCoreV1NamespacedPodResize",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace resize of the specified Pod",
+ "operationId": "replaceCoreV1NamespacedPodResize",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/pods/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified Pod",
+ "operationId": "readCoreV1NamespacedPodStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Pod",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified Pod",
+ "operationId": "patchCoreV1NamespacedPodStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified Pod",
+ "operationId": "replaceCoreV1NamespacedPodStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Pod"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/podtemplates": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of PodTemplate",
+ "operationId": "deleteCoreV1CollectionNamespacedPodTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodTemplate",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind PodTemplate",
+ "operationId": "listCoreV1NamespacedPodTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodTemplate",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a PodTemplate",
+ "operationId": "createCoreV1NamespacedPodTemplate",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplate"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplate"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodTemplate",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/podtemplates/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a PodTemplate",
+ "operationId": "deleteCoreV1NamespacedPodTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplate"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodTemplate",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified PodTemplate",
+ "operationId": "readCoreV1NamespacedPodTemplate",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodTemplate",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the PodTemplate",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified PodTemplate",
+ "operationId": "patchCoreV1NamespacedPodTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodTemplate",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified PodTemplate",
+ "operationId": "replaceCoreV1NamespacedPodTemplate",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplate"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodTemplate",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/replicationcontrollers": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ReplicationController",
+ "operationId": "deleteCoreV1CollectionNamespacedReplicationController",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ReplicationController",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ReplicationController",
+ "operationId": "listCoreV1NamespacedReplicationController",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationControllerList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ReplicationController",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ReplicationController",
+ "operationId": "createCoreV1NamespacedReplicationController",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ReplicationController",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ReplicationController",
+ "operationId": "deleteCoreV1NamespacedReplicationController",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ReplicationController",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ReplicationController",
+ "operationId": "readCoreV1NamespacedReplicationController",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ReplicationController",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ReplicationController",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ReplicationController",
+ "operationId": "patchCoreV1NamespacedReplicationController",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ReplicationController",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ReplicationController",
+ "operationId": "replaceCoreV1NamespacedReplicationController",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ReplicationController",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read scale of the specified ReplicationController",
+ "operationId": "readCoreV1NamespacedReplicationControllerScale",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "Scale",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Scale",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update scale of the specified ReplicationController",
+ "operationId": "patchCoreV1NamespacedReplicationControllerScale",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "Scale",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace scale of the specified ReplicationController",
+ "operationId": "replaceCoreV1NamespacedReplicationControllerScale",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "Scale",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified ReplicationController",
+ "operationId": "readCoreV1NamespacedReplicationControllerStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ReplicationController",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ReplicationController",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified ReplicationController",
+ "operationId": "patchCoreV1NamespacedReplicationControllerStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ReplicationController",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified ReplicationController",
+ "operationId": "replaceCoreV1NamespacedReplicationControllerStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ReplicationController",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/resourcequotas": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ResourceQuota",
+ "operationId": "deleteCoreV1CollectionNamespacedResourceQuota",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ResourceQuota",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceQuota",
+ "operationId": "listCoreV1NamespacedResourceQuota",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuotaList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ResourceQuota",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ResourceQuota",
+ "operationId": "createCoreV1NamespacedResourceQuota",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ResourceQuota",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/resourcequotas/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ResourceQuota",
+ "operationId": "deleteCoreV1NamespacedResourceQuota",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ResourceQuota",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ResourceQuota",
+ "operationId": "readCoreV1NamespacedResourceQuota",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ResourceQuota",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ResourceQuota",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ResourceQuota",
+ "operationId": "patchCoreV1NamespacedResourceQuota",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ResourceQuota",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ResourceQuota",
+ "operationId": "replaceCoreV1NamespacedResourceQuota",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ResourceQuota",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/resourcequotas/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified ResourceQuota",
+ "operationId": "readCoreV1NamespacedResourceQuotaStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ResourceQuota",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ResourceQuota",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified ResourceQuota",
+ "operationId": "patchCoreV1NamespacedResourceQuotaStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ResourceQuota",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified ResourceQuota",
+ "operationId": "replaceCoreV1NamespacedResourceQuotaStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ResourceQuota",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/secrets": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of Secret",
+ "operationId": "deleteCoreV1CollectionNamespacedSecret",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Secret",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Secret",
+ "operationId": "listCoreV1NamespacedSecret",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.SecretList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Secret",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a Secret",
+ "operationId": "createCoreV1NamespacedSecret",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Secret"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Secret"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Secret"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Secret"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Secret",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/secrets/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a Secret",
+ "operationId": "deleteCoreV1NamespacedSecret",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Secret",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified Secret",
+ "operationId": "readCoreV1NamespacedSecret",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Secret"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Secret",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Secret",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified Secret",
+ "operationId": "patchCoreV1NamespacedSecret",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Secret"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Secret"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Secret",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified Secret",
+ "operationId": "replaceCoreV1NamespacedSecret",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Secret"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Secret"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Secret"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Secret",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/serviceaccounts": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ServiceAccount",
+ "operationId": "deleteCoreV1CollectionNamespacedServiceAccount",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceAccount",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ServiceAccount",
+ "operationId": "listCoreV1NamespacedServiceAccount",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccountList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceAccount",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ServiceAccount",
+ "operationId": "createCoreV1NamespacedServiceAccount",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccount"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccount"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccount"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccount"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceAccount",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/serviceaccounts/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ServiceAccount",
+ "operationId": "deleteCoreV1NamespacedServiceAccount",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccount"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccount"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceAccount",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ServiceAccount",
+ "operationId": "readCoreV1NamespacedServiceAccount",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccount"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceAccount",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ServiceAccount",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ServiceAccount",
+ "operationId": "patchCoreV1NamespacedServiceAccount",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccount"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccount"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceAccount",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ServiceAccount",
+ "operationId": "replaceCoreV1NamespacedServiceAccount",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccount"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccount"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccount"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceAccount",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/serviceaccounts/{name}/token": {
+ "parameters": [
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "description": "name of the TokenRequest",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create token of a ServiceAccount",
+ "operationId": "createCoreV1NamespacedServiceAccountToken",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authentication.v1.TokenRequest"
+ }
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authentication.v1.TokenRequest"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authentication.v1.TokenRequest"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authentication.v1.TokenRequest"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "authentication.k8s.io",
+ "kind": "TokenRequest",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/services": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of Service",
+ "operationId": "deleteCoreV1CollectionNamespacedService",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Service",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Service",
+ "operationId": "listCoreV1NamespacedService",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Service",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a Service",
+ "operationId": "createCoreV1NamespacedService",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Service",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/services/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a Service",
+ "operationId": "deleteCoreV1NamespacedService",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Service",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified Service",
+ "operationId": "readCoreV1NamespacedService",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Service",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Service",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified Service",
+ "operationId": "patchCoreV1NamespacedService",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Service",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified Service",
+ "operationId": "replaceCoreV1NamespacedService",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Service",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/services/{name}/proxy": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect DELETE requests to proxy of Service",
+ "operationId": "connectCoreV1DeleteNamespacedServiceProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceProxyOptions",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect GET requests to proxy of Service",
+ "operationId": "connectCoreV1GetNamespacedServiceProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceProxyOptions",
+ "version": "v1"
+ }
+ },
+ "head": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect HEAD requests to proxy of Service",
+ "operationId": "connectCoreV1HeadNamespacedServiceProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceProxyOptions",
+ "version": "v1"
+ }
+ },
+ "options": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect OPTIONS requests to proxy of Service",
+ "operationId": "connectCoreV1OptionsNamespacedServiceProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceProxyOptions",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ServiceProxyOptions",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/path-QCf0eosM"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect PATCH requests to proxy of Service",
+ "operationId": "connectCoreV1PatchNamespacedServiceProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceProxyOptions",
+ "version": "v1"
+ }
+ },
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect POST requests to proxy of Service",
+ "operationId": "connectCoreV1PostNamespacedServiceProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceProxyOptions",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect PUT requests to proxy of Service",
+ "operationId": "connectCoreV1PutNamespacedServiceProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceProxyOptions",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect DELETE requests to proxy of Service",
+ "operationId": "connectCoreV1DeleteNamespacedServiceProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceProxyOptions",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect GET requests to proxy of Service",
+ "operationId": "connectCoreV1GetNamespacedServiceProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceProxyOptions",
+ "version": "v1"
+ }
+ },
+ "head": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect HEAD requests to proxy of Service",
+ "operationId": "connectCoreV1HeadNamespacedServiceProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceProxyOptions",
+ "version": "v1"
+ }
+ },
+ "options": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect OPTIONS requests to proxy of Service",
+ "operationId": "connectCoreV1OptionsNamespacedServiceProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceProxyOptions",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ServiceProxyOptions",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/path-z6Ciiujn"
+ },
+ {
+ "$ref": "#/parameters/path-QCf0eosM"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect PATCH requests to proxy of Service",
+ "operationId": "connectCoreV1PatchNamespacedServiceProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceProxyOptions",
+ "version": "v1"
+ }
+ },
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect POST requests to proxy of Service",
+ "operationId": "connectCoreV1PostNamespacedServiceProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceProxyOptions",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect PUT requests to proxy of Service",
+ "operationId": "connectCoreV1PutNamespacedServiceProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceProxyOptions",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{namespace}/services/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified Service",
+ "operationId": "readCoreV1NamespacedServiceStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Service",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Service",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified Service",
+ "operationId": "patchCoreV1NamespacedServiceStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Service",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified Service",
+ "operationId": "replaceCoreV1NamespacedServiceStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Service"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Service",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a Namespace",
+ "operationId": "deleteCoreV1Namespace",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Namespace",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified Namespace",
+ "operationId": "readCoreV1Namespace",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Namespace",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Namespace",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified Namespace",
+ "operationId": "patchCoreV1Namespace",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Namespace",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified Namespace",
+ "operationId": "replaceCoreV1Namespace",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Namespace",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{name}/finalize": {
+ "parameters": [
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "description": "name of the Namespace",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace finalize of the specified Namespace",
+ "operationId": "replaceCoreV1NamespaceFinalize",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Namespace",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/namespaces/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified Namespace",
+ "operationId": "readCoreV1NamespaceStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Namespace",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Namespace",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified Namespace",
+ "operationId": "patchCoreV1NamespaceStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Namespace",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified Namespace",
+ "operationId": "replaceCoreV1NamespaceStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Namespace"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Namespace",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/nodes": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of Node",
+ "operationId": "deleteCoreV1CollectionNode",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Node",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Node",
+ "operationId": "listCoreV1Node",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.NodeList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Node",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a Node",
+ "operationId": "createCoreV1Node",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Node",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/nodes/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a Node",
+ "operationId": "deleteCoreV1Node",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Node",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified Node",
+ "operationId": "readCoreV1Node",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Node",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Node",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified Node",
+ "operationId": "patchCoreV1Node",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Node",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified Node",
+ "operationId": "replaceCoreV1Node",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Node",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/nodes/{name}/proxy": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect DELETE requests to proxy of Node",
+ "operationId": "connectCoreV1DeleteNodeProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "NodeProxyOptions",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect GET requests to proxy of Node",
+ "operationId": "connectCoreV1GetNodeProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "NodeProxyOptions",
+ "version": "v1"
+ }
+ },
+ "head": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect HEAD requests to proxy of Node",
+ "operationId": "connectCoreV1HeadNodeProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "NodeProxyOptions",
+ "version": "v1"
+ }
+ },
+ "options": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect OPTIONS requests to proxy of Node",
+ "operationId": "connectCoreV1OptionsNodeProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "NodeProxyOptions",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the NodeProxyOptions",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/path-rFDtV0x9"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect PATCH requests to proxy of Node",
+ "operationId": "connectCoreV1PatchNodeProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "NodeProxyOptions",
+ "version": "v1"
+ }
+ },
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect POST requests to proxy of Node",
+ "operationId": "connectCoreV1PostNodeProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "NodeProxyOptions",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect PUT requests to proxy of Node",
+ "operationId": "connectCoreV1PutNodeProxy",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "NodeProxyOptions",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/nodes/{name}/proxy/{path}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect DELETE requests to proxy of Node",
+ "operationId": "connectCoreV1DeleteNodeProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "NodeProxyOptions",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect GET requests to proxy of Node",
+ "operationId": "connectCoreV1GetNodeProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "NodeProxyOptions",
+ "version": "v1"
+ }
+ },
+ "head": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect HEAD requests to proxy of Node",
+ "operationId": "connectCoreV1HeadNodeProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "NodeProxyOptions",
+ "version": "v1"
+ }
+ },
+ "options": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect OPTIONS requests to proxy of Node",
+ "operationId": "connectCoreV1OptionsNodeProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "NodeProxyOptions",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the NodeProxyOptions",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/path-z6Ciiujn"
+ },
+ {
+ "$ref": "#/parameters/path-rFDtV0x9"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect PATCH requests to proxy of Node",
+ "operationId": "connectCoreV1PatchNodeProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "NodeProxyOptions",
+ "version": "v1"
+ }
+ },
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect POST requests to proxy of Node",
+ "operationId": "connectCoreV1PostNodeProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "NodeProxyOptions",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "connect PUT requests to proxy of Node",
+ "operationId": "connectCoreV1PutNodeProxyWithPath",
+ "produces": [
+ "*/*"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "connect",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "NodeProxyOptions",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/nodes/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified Node",
+ "operationId": "readCoreV1NodeStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Node",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Node",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified Node",
+ "operationId": "patchCoreV1NodeStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Node",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified Node",
+ "operationId": "replaceCoreV1NodeStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.Node"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Node",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/persistentvolumeclaims": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind PersistentVolumeClaim",
+ "operationId": "listCoreV1PersistentVolumeClaimForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolumeClaim",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/persistentvolumes": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of PersistentVolume",
+ "operationId": "deleteCoreV1CollectionPersistentVolume",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolume",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind PersistentVolume",
+ "operationId": "listCoreV1PersistentVolume",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolume",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a PersistentVolume",
+ "operationId": "createCoreV1PersistentVolume",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolume",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/persistentvolumes/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a PersistentVolume",
+ "operationId": "deleteCoreV1PersistentVolume",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolume",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified PersistentVolume",
+ "operationId": "readCoreV1PersistentVolume",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolume",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the PersistentVolume",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified PersistentVolume",
+ "operationId": "patchCoreV1PersistentVolume",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolume",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified PersistentVolume",
+ "operationId": "replaceCoreV1PersistentVolume",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolume",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/persistentvolumes/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified PersistentVolume",
+ "operationId": "readCoreV1PersistentVolumeStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolume",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the PersistentVolume",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified PersistentVolume",
+ "operationId": "patchCoreV1PersistentVolumeStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolume",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified PersistentVolume",
+ "operationId": "replaceCoreV1PersistentVolumeStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolume",
+ "version": "v1"
+ }
+ }
+ },
+ "/api/v1/pods": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Pod",
+ "operationId": "listCoreV1PodForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/podtemplates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind PodTemplate",
+ "operationId": "listCoreV1PodTemplateForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodTemplate",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/replicationcontrollers": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ReplicationController",
+ "operationId": "listCoreV1ReplicationControllerForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationControllerList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ReplicationController",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/resourcequotas": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceQuota",
+ "operationId": "listCoreV1ResourceQuotaForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuotaList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ResourceQuota",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/secrets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Secret",
+ "operationId": "listCoreV1SecretForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.SecretList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Secret",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/serviceaccounts": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ServiceAccount",
+ "operationId": "listCoreV1ServiceAccountForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccountList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceAccount",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/services": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Service",
+ "operationId": "listCoreV1ServiceForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.ServiceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Service",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/configmaps": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1ConfigMapListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ConfigMap",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/endpoints": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1EndpointsListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Endpoints",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/events": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1EventListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/limitranges": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1LimitRangeListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "LimitRange",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Namespace. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1NamespaceList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Namespace",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/configmaps": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1NamespacedConfigMapList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ConfigMap",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/configmaps/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ConfigMap. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1NamespacedConfigMap",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ConfigMap",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ConfigMap",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/endpoints": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1NamespacedEndpointsList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Endpoints",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/endpoints/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind Endpoints. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1NamespacedEndpoints",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Endpoints",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the Endpoints",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/events": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1NamespacedEventList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/events/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1NamespacedEvent",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the Event",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/limitranges": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1NamespacedLimitRangeList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "LimitRange",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/limitranges/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind LimitRange. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1NamespacedLimitRange",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "LimitRange",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the LimitRange",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1NamespacedPersistentVolumeClaimList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolumeClaim",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1NamespacedPersistentVolumeClaim",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolumeClaim",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the PersistentVolumeClaim",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/pods": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1NamespacedPodList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/pods/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind Pod. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1NamespacedPod",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the Pod",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/podtemplates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1NamespacedPodTemplateList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodTemplate",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/podtemplates/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind PodTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1NamespacedPodTemplate",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodTemplate",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the PodTemplate",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/replicationcontrollers": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1NamespacedReplicationControllerList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ReplicationController",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ReplicationController. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1NamespacedReplicationController",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ReplicationController",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ReplicationController",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/resourcequotas": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1NamespacedResourceQuotaList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ResourceQuota",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/resourcequotas/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1NamespacedResourceQuota",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ResourceQuota",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ResourceQuota",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/secrets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1NamespacedSecretList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Secret",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/secrets/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind Secret. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1NamespacedSecret",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Secret",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the Secret",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/serviceaccounts": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1NamespacedServiceAccountList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceAccount",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1NamespacedServiceAccount",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceAccount",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ServiceAccount",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/services": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1NamespacedServiceList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Service",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{namespace}/services/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind Service. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1NamespacedService",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Service",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the Service",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/namespaces/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind Namespace. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1Namespace",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Namespace",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the Namespace",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/nodes": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Node. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1NodeList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Node",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/nodes/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind Node. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1Node",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Node",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the Node",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/persistentvolumeclaims": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1PersistentVolumeClaimListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolumeClaim",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/persistentvolumes": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1PersistentVolumeList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolume",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/persistentvolumes/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoreV1PersistentVolume",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PersistentVolume",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the PersistentVolume",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/pods": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1PodListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Pod",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/podtemplates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1PodTemplateListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "PodTemplate",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/replicationcontrollers": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1ReplicationControllerListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ReplicationController",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/resourcequotas": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1ResourceQuotaListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ResourceQuota",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/secrets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1SecretListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Secret",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/serviceaccounts": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1ServiceAccountListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "ServiceAccount",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/api/v1/watch/services": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoreV1ServiceListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "core_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "",
+ "kind": "Service",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get available API versions",
+ "operationId": "getAPIVersions",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroupList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apis"
+ ]
+ }
+ },
+ "/apis/admissionregistration.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getAdmissionregistrationAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration"
+ ]
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getAdmissionregistrationV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ]
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of MutatingWebhookConfiguration",
+ "operationId": "deleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingWebhookConfiguration",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind MutatingWebhookConfiguration",
+ "operationId": "listAdmissionregistrationV1MutatingWebhookConfiguration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfigurationList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingWebhookConfiguration",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a MutatingWebhookConfiguration",
+ "operationId": "createAdmissionregistrationV1MutatingWebhookConfiguration",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingWebhookConfiguration",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a MutatingWebhookConfiguration",
+ "operationId": "deleteAdmissionregistrationV1MutatingWebhookConfiguration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingWebhookConfiguration",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified MutatingWebhookConfiguration",
+ "operationId": "readAdmissionregistrationV1MutatingWebhookConfiguration",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingWebhookConfiguration",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the MutatingWebhookConfiguration",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified MutatingWebhookConfiguration",
+ "operationId": "patchAdmissionregistrationV1MutatingWebhookConfiguration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingWebhookConfiguration",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified MutatingWebhookConfiguration",
+ "operationId": "replaceAdmissionregistrationV1MutatingWebhookConfiguration",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingWebhookConfiguration",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ValidatingAdmissionPolicy",
+ "operationId": "deleteAdmissionregistrationV1CollectionValidatingAdmissionPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ValidatingAdmissionPolicy",
+ "operationId": "listAdmissionregistrationV1ValidatingAdmissionPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicyList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ValidatingAdmissionPolicy",
+ "operationId": "createAdmissionregistrationV1ValidatingAdmissionPolicy",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ValidatingAdmissionPolicy",
+ "operationId": "deleteAdmissionregistrationV1ValidatingAdmissionPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ValidatingAdmissionPolicy",
+ "operationId": "readAdmissionregistrationV1ValidatingAdmissionPolicy",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ValidatingAdmissionPolicy",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ValidatingAdmissionPolicy",
+ "operationId": "patchAdmissionregistrationV1ValidatingAdmissionPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ValidatingAdmissionPolicy",
+ "operationId": "replaceAdmissionregistrationV1ValidatingAdmissionPolicy",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified ValidatingAdmissionPolicy",
+ "operationId": "readAdmissionregistrationV1ValidatingAdmissionPolicyStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ValidatingAdmissionPolicy",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified ValidatingAdmissionPolicy",
+ "operationId": "patchAdmissionregistrationV1ValidatingAdmissionPolicyStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified ValidatingAdmissionPolicy",
+ "operationId": "replaceAdmissionregistrationV1ValidatingAdmissionPolicyStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ValidatingAdmissionPolicyBinding",
+ "operationId": "deleteAdmissionregistrationV1CollectionValidatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ValidatingAdmissionPolicyBinding",
+ "operationId": "listAdmissionregistrationV1ValidatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicyBindingList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ValidatingAdmissionPolicyBinding",
+ "operationId": "createAdmissionregistrationV1ValidatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ValidatingAdmissionPolicyBinding",
+ "operationId": "deleteAdmissionregistrationV1ValidatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ValidatingAdmissionPolicyBinding",
+ "operationId": "readAdmissionregistrationV1ValidatingAdmissionPolicyBinding",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ValidatingAdmissionPolicyBinding",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ValidatingAdmissionPolicyBinding",
+ "operationId": "patchAdmissionregistrationV1ValidatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ValidatingAdmissionPolicyBinding",
+ "operationId": "replaceAdmissionregistrationV1ValidatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ValidatingWebhookConfiguration",
+ "operationId": "deleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingWebhookConfiguration",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ValidatingWebhookConfiguration",
+ "operationId": "listAdmissionregistrationV1ValidatingWebhookConfiguration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfigurationList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingWebhookConfiguration",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ValidatingWebhookConfiguration",
+ "operationId": "createAdmissionregistrationV1ValidatingWebhookConfiguration",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingWebhookConfiguration",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ValidatingWebhookConfiguration",
+ "operationId": "deleteAdmissionregistrationV1ValidatingWebhookConfiguration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingWebhookConfiguration",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ValidatingWebhookConfiguration",
+ "operationId": "readAdmissionregistrationV1ValidatingWebhookConfiguration",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingWebhookConfiguration",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ValidatingWebhookConfiguration",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ValidatingWebhookConfiguration",
+ "operationId": "patchAdmissionregistrationV1ValidatingWebhookConfiguration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingWebhookConfiguration",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ValidatingWebhookConfiguration",
+ "operationId": "replaceAdmissionregistrationV1ValidatingWebhookConfiguration",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingWebhookConfiguration",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAdmissionregistrationV1MutatingWebhookConfigurationList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingWebhookConfiguration",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAdmissionregistrationV1MutatingWebhookConfiguration",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingWebhookConfiguration",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the MutatingWebhookConfiguration",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicies": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ValidatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAdmissionregistrationV1ValidatingAdmissionPolicyList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicies/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ValidatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAdmissionregistrationV1ValidatingAdmissionPolicy",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ValidatingAdmissionPolicy",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicybindings": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ValidatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAdmissionregistrationV1ValidatingAdmissionPolicyBindingList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicybindings/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ValidatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAdmissionregistrationV1ValidatingAdmissionPolicyBinding",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ValidatingAdmissionPolicyBinding",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAdmissionregistrationV1ValidatingWebhookConfigurationList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingWebhookConfiguration",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAdmissionregistrationV1ValidatingWebhookConfiguration",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingWebhookConfiguration",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ValidatingWebhookConfiguration",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1alpha1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getAdmissionregistrationV1alpha1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ]
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of MutatingAdmissionPolicy",
+ "operationId": "deleteAdmissionregistrationV1alpha1CollectionMutatingAdmissionPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicy",
+ "version": "v1alpha1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind MutatingAdmissionPolicy",
+ "operationId": "listAdmissionregistrationV1alpha1MutatingAdmissionPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicyList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicy",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a MutatingAdmissionPolicy",
+ "operationId": "createAdmissionregistrationV1alpha1MutatingAdmissionPolicy",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicy"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicy"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicy",
+ "version": "v1alpha1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a MutatingAdmissionPolicy",
+ "operationId": "deleteAdmissionregistrationV1alpha1MutatingAdmissionPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicy",
+ "version": "v1alpha1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified MutatingAdmissionPolicy",
+ "operationId": "readAdmissionregistrationV1alpha1MutatingAdmissionPolicy",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicy",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the MutatingAdmissionPolicy",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified MutatingAdmissionPolicy",
+ "operationId": "patchAdmissionregistrationV1alpha1MutatingAdmissionPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicy",
+ "version": "v1alpha1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified MutatingAdmissionPolicy",
+ "operationId": "replaceAdmissionregistrationV1alpha1MutatingAdmissionPolicy",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicy"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicy",
+ "version": "v1alpha1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of MutatingAdmissionPolicyBinding",
+ "operationId": "deleteAdmissionregistrationV1alpha1CollectionMutatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicyBinding",
+ "version": "v1alpha1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind MutatingAdmissionPolicyBinding",
+ "operationId": "listAdmissionregistrationV1alpha1MutatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicyBindingList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicyBinding",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a MutatingAdmissionPolicyBinding",
+ "operationId": "createAdmissionregistrationV1alpha1MutatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicyBinding"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicyBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicyBinding"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicyBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicyBinding",
+ "version": "v1alpha1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a MutatingAdmissionPolicyBinding",
+ "operationId": "deleteAdmissionregistrationV1alpha1MutatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicyBinding",
+ "version": "v1alpha1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified MutatingAdmissionPolicyBinding",
+ "operationId": "readAdmissionregistrationV1alpha1MutatingAdmissionPolicyBinding",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicyBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicyBinding",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the MutatingAdmissionPolicyBinding",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified MutatingAdmissionPolicyBinding",
+ "operationId": "patchAdmissionregistrationV1alpha1MutatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicyBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicyBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicyBinding",
+ "version": "v1alpha1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified MutatingAdmissionPolicyBinding",
+ "operationId": "replaceAdmissionregistrationV1alpha1MutatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicyBinding"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicyBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MutatingAdmissionPolicyBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicyBinding",
+ "version": "v1alpha1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1alpha1/watch/mutatingadmissionpolicies": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of MutatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAdmissionregistrationV1alpha1MutatingAdmissionPolicyList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicy",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1alpha1/watch/mutatingadmissionpolicies/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind MutatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAdmissionregistrationV1alpha1MutatingAdmissionPolicy",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicy",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the MutatingAdmissionPolicy",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1alpha1/watch/mutatingadmissionpolicybindings": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of MutatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAdmissionregistrationV1alpha1MutatingAdmissionPolicyBindingList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicyBinding",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1alpha1/watch/mutatingadmissionpolicybindings/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind MutatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAdmissionregistrationV1alpha1MutatingAdmissionPolicyBinding",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1alpha1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "MutatingAdmissionPolicyBinding",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the MutatingAdmissionPolicyBinding",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1beta1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getAdmissionregistrationV1beta1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ]
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ValidatingAdmissionPolicy",
+ "operationId": "deleteAdmissionregistrationV1beta1CollectionValidatingAdmissionPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ValidatingAdmissionPolicy",
+ "operationId": "listAdmissionregistrationV1beta1ValidatingAdmissionPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ValidatingAdmissionPolicy",
+ "operationId": "createAdmissionregistrationV1beta1ValidatingAdmissionPolicy",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ValidatingAdmissionPolicy",
+ "operationId": "deleteAdmissionregistrationV1beta1ValidatingAdmissionPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ValidatingAdmissionPolicy",
+ "operationId": "readAdmissionregistrationV1beta1ValidatingAdmissionPolicy",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ValidatingAdmissionPolicy",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ValidatingAdmissionPolicy",
+ "operationId": "patchAdmissionregistrationV1beta1ValidatingAdmissionPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1beta1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ValidatingAdmissionPolicy",
+ "operationId": "replaceAdmissionregistrationV1beta1ValidatingAdmissionPolicy",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified ValidatingAdmissionPolicy",
+ "operationId": "readAdmissionregistrationV1beta1ValidatingAdmissionPolicyStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ValidatingAdmissionPolicy",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified ValidatingAdmissionPolicy",
+ "operationId": "patchAdmissionregistrationV1beta1ValidatingAdmissionPolicyStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1beta1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified ValidatingAdmissionPolicy",
+ "operationId": "replaceAdmissionregistrationV1beta1ValidatingAdmissionPolicyStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ValidatingAdmissionPolicyBinding",
+ "operationId": "deleteAdmissionregistrationV1beta1CollectionValidatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ValidatingAdmissionPolicyBinding",
+ "operationId": "listAdmissionregistrationV1beta1ValidatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBindingList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ValidatingAdmissionPolicyBinding",
+ "operationId": "createAdmissionregistrationV1beta1ValidatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ValidatingAdmissionPolicyBinding",
+ "operationId": "deleteAdmissionregistrationV1beta1ValidatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ValidatingAdmissionPolicyBinding",
+ "operationId": "readAdmissionregistrationV1beta1ValidatingAdmissionPolicyBinding",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ValidatingAdmissionPolicyBinding",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ValidatingAdmissionPolicyBinding",
+ "operationId": "patchAdmissionregistrationV1beta1ValidatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1beta1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ValidatingAdmissionPolicyBinding",
+ "operationId": "replaceAdmissionregistrationV1beta1ValidatingAdmissionPolicyBinding",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/admissionregistration.k8s.io/v1beta1/watch/validatingadmissionpolicies": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ValidatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAdmissionregistrationV1beta1ValidatingAdmissionPolicyList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1beta1/watch/validatingadmissionpolicies/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ValidatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAdmissionregistrationV1beta1ValidatingAdmissionPolicy",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicy",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ValidatingAdmissionPolicy",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1beta1/watch/validatingadmissionpolicybindings": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ValidatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAdmissionregistrationV1beta1ValidatingAdmissionPolicyBindingList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/admissionregistration.k8s.io/v1beta1/watch/validatingadmissionpolicybindings/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ValidatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAdmissionregistrationV1beta1ValidatingAdmissionPolicyBinding",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "admissionregistration_v1beta1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "admissionregistration.k8s.io",
+ "kind": "ValidatingAdmissionPolicyBinding",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ValidatingAdmissionPolicyBinding",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apiextensions.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getApiextensionsAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiextensions"
+ ]
+ }
+ },
+ "/apis/apiextensions.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getApiextensionsV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiextensions_v1"
+ ]
+ }
+ },
+ "/apis/apiextensions.k8s.io/v1/customresourcedefinitions": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of CustomResourceDefinition",
+ "operationId": "deleteApiextensionsV1CollectionCustomResourceDefinition",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiextensions_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiextensions.k8s.io",
+ "kind": "CustomResourceDefinition",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind CustomResourceDefinition",
+ "operationId": "listApiextensionsV1CustomResourceDefinition",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiextensions_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiextensions.k8s.io",
+ "kind": "CustomResourceDefinition",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a CustomResourceDefinition",
+ "operationId": "createApiextensionsV1CustomResourceDefinition",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiextensions_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiextensions.k8s.io",
+ "kind": "CustomResourceDefinition",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a CustomResourceDefinition",
+ "operationId": "deleteApiextensionsV1CustomResourceDefinition",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiextensions_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiextensions.k8s.io",
+ "kind": "CustomResourceDefinition",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified CustomResourceDefinition",
+ "operationId": "readApiextensionsV1CustomResourceDefinition",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiextensions_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiextensions.k8s.io",
+ "kind": "CustomResourceDefinition",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the CustomResourceDefinition",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified CustomResourceDefinition",
+ "operationId": "patchApiextensionsV1CustomResourceDefinition",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiextensions_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiextensions.k8s.io",
+ "kind": "CustomResourceDefinition",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified CustomResourceDefinition",
+ "operationId": "replaceApiextensionsV1CustomResourceDefinition",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiextensions_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiextensions.k8s.io",
+ "kind": "CustomResourceDefinition",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified CustomResourceDefinition",
+ "operationId": "readApiextensionsV1CustomResourceDefinitionStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiextensions_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiextensions.k8s.io",
+ "kind": "CustomResourceDefinition",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the CustomResourceDefinition",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified CustomResourceDefinition",
+ "operationId": "patchApiextensionsV1CustomResourceDefinitionStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiextensions_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiextensions.k8s.io",
+ "kind": "CustomResourceDefinition",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified CustomResourceDefinition",
+ "operationId": "replaceApiextensionsV1CustomResourceDefinitionStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiextensions_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiextensions.k8s.io",
+ "kind": "CustomResourceDefinition",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchApiextensionsV1CustomResourceDefinitionList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiextensions_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiextensions.k8s.io",
+ "kind": "CustomResourceDefinition",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchApiextensionsV1CustomResourceDefinition",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiextensions_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiextensions.k8s.io",
+ "kind": "CustomResourceDefinition",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the CustomResourceDefinition",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apiregistration.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getApiregistrationAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiregistration"
+ ]
+ }
+ },
+ "/apis/apiregistration.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getApiregistrationV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiregistration_v1"
+ ]
+ }
+ },
+ "/apis/apiregistration.k8s.io/v1/apiservices": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of APIService",
+ "operationId": "deleteApiregistrationV1CollectionAPIService",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiregistration_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiregistration.k8s.io",
+ "kind": "APIService",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind APIService",
+ "operationId": "listApiregistrationV1APIService",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiregistration_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiregistration.k8s.io",
+ "kind": "APIService",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create an APIService",
+ "operationId": "createApiregistrationV1APIService",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiregistration_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiregistration.k8s.io",
+ "kind": "APIService",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apiregistration.k8s.io/v1/apiservices/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete an APIService",
+ "operationId": "deleteApiregistrationV1APIService",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiregistration_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiregistration.k8s.io",
+ "kind": "APIService",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified APIService",
+ "operationId": "readApiregistrationV1APIService",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiregistration_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiregistration.k8s.io",
+ "kind": "APIService",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the APIService",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified APIService",
+ "operationId": "patchApiregistrationV1APIService",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiregistration_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiregistration.k8s.io",
+ "kind": "APIService",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified APIService",
+ "operationId": "replaceApiregistrationV1APIService",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiregistration_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiregistration.k8s.io",
+ "kind": "APIService",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apiregistration.k8s.io/v1/apiservices/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified APIService",
+ "operationId": "readApiregistrationV1APIServiceStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiregistration_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiregistration.k8s.io",
+ "kind": "APIService",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the APIService",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified APIService",
+ "operationId": "patchApiregistrationV1APIServiceStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiregistration_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiregistration.k8s.io",
+ "kind": "APIService",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified APIService",
+ "operationId": "replaceApiregistrationV1APIServiceStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiregistration_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiregistration.k8s.io",
+ "kind": "APIService",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apiregistration.k8s.io/v1/watch/apiservices": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of APIService. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchApiregistrationV1APIServiceList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiregistration_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiregistration.k8s.io",
+ "kind": "APIService",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apiregistration.k8s.io/v1/watch/apiservices/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind APIService. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchApiregistrationV1APIService",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apiregistration_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apiregistration.k8s.io",
+ "kind": "APIService",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the APIService",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getAppsAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps"
+ ]
+ }
+ },
+ "/apis/apps/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getAppsV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ]
+ }
+ },
+ "/apis/apps/v1/controllerrevisions": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ControllerRevision",
+ "operationId": "listAppsV1ControllerRevisionForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ControllerRevisionList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ControllerRevision",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/daemonsets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind DaemonSet",
+ "operationId": "listAppsV1DaemonSetForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSetList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "DaemonSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/deployments": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Deployment",
+ "operationId": "listAppsV1DeploymentForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DeploymentList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "Deployment",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/namespaces/{namespace}/controllerrevisions": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ControllerRevision",
+ "operationId": "deleteAppsV1CollectionNamespacedControllerRevision",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ControllerRevision",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ControllerRevision",
+ "operationId": "listAppsV1NamespacedControllerRevision",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ControllerRevisionList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ControllerRevision",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ControllerRevision",
+ "operationId": "createAppsV1NamespacedControllerRevision",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ControllerRevision"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ControllerRevision"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ControllerRevision"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ControllerRevision"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ControllerRevision",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ControllerRevision",
+ "operationId": "deleteAppsV1NamespacedControllerRevision",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ControllerRevision",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ControllerRevision",
+ "operationId": "readAppsV1NamespacedControllerRevision",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ControllerRevision"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ControllerRevision",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ControllerRevision",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ControllerRevision",
+ "operationId": "patchAppsV1NamespacedControllerRevision",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ControllerRevision"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ControllerRevision"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ControllerRevision",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ControllerRevision",
+ "operationId": "replaceAppsV1NamespacedControllerRevision",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ControllerRevision"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ControllerRevision"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ControllerRevision"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ControllerRevision",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/daemonsets": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of DaemonSet",
+ "operationId": "deleteAppsV1CollectionNamespacedDaemonSet",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "DaemonSet",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind DaemonSet",
+ "operationId": "listAppsV1NamespacedDaemonSet",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSetList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "DaemonSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a DaemonSet",
+ "operationId": "createAppsV1NamespacedDaemonSet",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "DaemonSet",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/daemonsets/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a DaemonSet",
+ "operationId": "deleteAppsV1NamespacedDaemonSet",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "DaemonSet",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified DaemonSet",
+ "operationId": "readAppsV1NamespacedDaemonSet",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "DaemonSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the DaemonSet",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified DaemonSet",
+ "operationId": "patchAppsV1NamespacedDaemonSet",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "DaemonSet",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified DaemonSet",
+ "operationId": "replaceAppsV1NamespacedDaemonSet",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "DaemonSet",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified DaemonSet",
+ "operationId": "readAppsV1NamespacedDaemonSetStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "DaemonSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the DaemonSet",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified DaemonSet",
+ "operationId": "patchAppsV1NamespacedDaemonSetStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "DaemonSet",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified DaemonSet",
+ "operationId": "replaceAppsV1NamespacedDaemonSetStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "DaemonSet",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/deployments": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of Deployment",
+ "operationId": "deleteAppsV1CollectionNamespacedDeployment",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "Deployment",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Deployment",
+ "operationId": "listAppsV1NamespacedDeployment",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.DeploymentList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "Deployment",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a Deployment",
+ "operationId": "createAppsV1NamespacedDeployment",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "Deployment",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/deployments/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a Deployment",
+ "operationId": "deleteAppsV1NamespacedDeployment",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "Deployment",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified Deployment",
+ "operationId": "readAppsV1NamespacedDeployment",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "Deployment",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Deployment",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified Deployment",
+ "operationId": "patchAppsV1NamespacedDeployment",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "Deployment",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified Deployment",
+ "operationId": "replaceAppsV1NamespacedDeployment",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "Deployment",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read scale of the specified Deployment",
+ "operationId": "readAppsV1NamespacedDeploymentScale",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "Scale",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Scale",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update scale of the specified Deployment",
+ "operationId": "patchAppsV1NamespacedDeploymentScale",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "Scale",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace scale of the specified Deployment",
+ "operationId": "replaceAppsV1NamespacedDeploymentScale",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "Scale",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/deployments/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified Deployment",
+ "operationId": "readAppsV1NamespacedDeploymentStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "Deployment",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Deployment",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified Deployment",
+ "operationId": "patchAppsV1NamespacedDeploymentStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "Deployment",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified Deployment",
+ "operationId": "replaceAppsV1NamespacedDeploymentStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "Deployment",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/replicasets": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ReplicaSet",
+ "operationId": "deleteAppsV1CollectionNamespacedReplicaSet",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ReplicaSet",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ReplicaSet",
+ "operationId": "listAppsV1NamespacedReplicaSet",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSetList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ReplicaSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ReplicaSet",
+ "operationId": "createAppsV1NamespacedReplicaSet",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ReplicaSet",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/replicasets/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ReplicaSet",
+ "operationId": "deleteAppsV1NamespacedReplicaSet",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ReplicaSet",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ReplicaSet",
+ "operationId": "readAppsV1NamespacedReplicaSet",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ReplicaSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ReplicaSet",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ReplicaSet",
+ "operationId": "patchAppsV1NamespacedReplicaSet",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ReplicaSet",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ReplicaSet",
+ "operationId": "replaceAppsV1NamespacedReplicaSet",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ReplicaSet",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read scale of the specified ReplicaSet",
+ "operationId": "readAppsV1NamespacedReplicaSetScale",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "Scale",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Scale",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update scale of the specified ReplicaSet",
+ "operationId": "patchAppsV1NamespacedReplicaSetScale",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "Scale",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace scale of the specified ReplicaSet",
+ "operationId": "replaceAppsV1NamespacedReplicaSetScale",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "Scale",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified ReplicaSet",
+ "operationId": "readAppsV1NamespacedReplicaSetStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ReplicaSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ReplicaSet",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified ReplicaSet",
+ "operationId": "patchAppsV1NamespacedReplicaSetStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ReplicaSet",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified ReplicaSet",
+ "operationId": "replaceAppsV1NamespacedReplicaSetStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ReplicaSet",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/statefulsets": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of StatefulSet",
+ "operationId": "deleteAppsV1CollectionNamespacedStatefulSet",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "StatefulSet",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind StatefulSet",
+ "operationId": "listAppsV1NamespacedStatefulSet",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSetList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "StatefulSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a StatefulSet",
+ "operationId": "createAppsV1NamespacedStatefulSet",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "StatefulSet",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a StatefulSet",
+ "operationId": "deleteAppsV1NamespacedStatefulSet",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "StatefulSet",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified StatefulSet",
+ "operationId": "readAppsV1NamespacedStatefulSet",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "StatefulSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the StatefulSet",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified StatefulSet",
+ "operationId": "patchAppsV1NamespacedStatefulSet",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "StatefulSet",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified StatefulSet",
+ "operationId": "replaceAppsV1NamespacedStatefulSet",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "StatefulSet",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read scale of the specified StatefulSet",
+ "operationId": "readAppsV1NamespacedStatefulSetScale",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "Scale",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Scale",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update scale of the specified StatefulSet",
+ "operationId": "patchAppsV1NamespacedStatefulSetScale",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "Scale",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace scale of the specified StatefulSet",
+ "operationId": "replaceAppsV1NamespacedStatefulSetScale",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.Scale"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "Scale",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified StatefulSet",
+ "operationId": "readAppsV1NamespacedStatefulSetStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "StatefulSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the StatefulSet",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified StatefulSet",
+ "operationId": "patchAppsV1NamespacedStatefulSetStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "StatefulSet",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified StatefulSet",
+ "operationId": "replaceAppsV1NamespacedStatefulSetStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "StatefulSet",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/apps/v1/replicasets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ReplicaSet",
+ "operationId": "listAppsV1ReplicaSetForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSetList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ReplicaSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/statefulsets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind StatefulSet",
+ "operationId": "listAppsV1StatefulSetForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSetList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "StatefulSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/controllerrevisions": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAppsV1ControllerRevisionListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ControllerRevision",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/daemonsets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAppsV1DaemonSetListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "DaemonSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/deployments": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAppsV1DeploymentListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "Deployment",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAppsV1NamespacedControllerRevisionList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ControllerRevision",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAppsV1NamespacedControllerRevision",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ControllerRevision",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ControllerRevision",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/namespaces/{namespace}/daemonsets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAppsV1NamespacedDaemonSetList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "DaemonSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/namespaces/{namespace}/daemonsets/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind DaemonSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAppsV1NamespacedDaemonSet",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "DaemonSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the DaemonSet",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/namespaces/{namespace}/deployments": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAppsV1NamespacedDeploymentList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "Deployment",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/namespaces/{namespace}/deployments/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind Deployment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAppsV1NamespacedDeployment",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "Deployment",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the Deployment",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/namespaces/{namespace}/replicasets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAppsV1NamespacedReplicaSetList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ReplicaSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/namespaces/{namespace}/replicasets/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAppsV1NamespacedReplicaSet",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ReplicaSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ReplicaSet",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/namespaces/{namespace}/statefulsets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAppsV1NamespacedStatefulSetList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "StatefulSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/namespaces/{namespace}/statefulsets/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind StatefulSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAppsV1NamespacedStatefulSet",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "StatefulSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the StatefulSet",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/replicasets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAppsV1ReplicaSetListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "ReplicaSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/apps/v1/watch/statefulsets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAppsV1StatefulSetListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "apps_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "apps",
+ "kind": "StatefulSet",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/authentication.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getAuthenticationAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "authentication"
+ ]
+ }
+ },
+ "/apis/authentication.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getAuthenticationV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "authentication_v1"
+ ]
+ }
+ },
+ "/apis/authentication.k8s.io/v1/selfsubjectreviews": {
+ "parameters": [
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a SelfSubjectReview",
+ "operationId": "createAuthenticationV1SelfSubjectReview",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authentication.v1.SelfSubjectReview"
+ }
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authentication.v1.SelfSubjectReview"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authentication.v1.SelfSubjectReview"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authentication.v1.SelfSubjectReview"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "authentication_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "authentication.k8s.io",
+ "kind": "SelfSubjectReview",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/authentication.k8s.io/v1/tokenreviews": {
+ "parameters": [
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a TokenReview",
+ "operationId": "createAuthenticationV1TokenReview",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authentication.v1.TokenReview"
+ }
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authentication.v1.TokenReview"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authentication.v1.TokenReview"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authentication.v1.TokenReview"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "authentication_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "authentication.k8s.io",
+ "kind": "TokenReview",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/authorization.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getAuthorizationAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "authorization"
+ ]
+ }
+ },
+ "/apis/authorization.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getAuthorizationV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "authorization_v1"
+ ]
+ }
+ },
+ "/apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews": {
+ "parameters": [
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a LocalSubjectAccessReview",
+ "operationId": "createAuthorizationV1NamespacedLocalSubjectAccessReview",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.LocalSubjectAccessReview"
+ }
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.LocalSubjectAccessReview"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.LocalSubjectAccessReview"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.LocalSubjectAccessReview"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "authorization_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "authorization.k8s.io",
+ "kind": "LocalSubjectAccessReview",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/authorization.k8s.io/v1/selfsubjectaccessreviews": {
+ "parameters": [
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a SelfSubjectAccessReview",
+ "operationId": "createAuthorizationV1SelfSubjectAccessReview",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.SelfSubjectAccessReview"
+ }
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.SelfSubjectAccessReview"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.SelfSubjectAccessReview"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.SelfSubjectAccessReview"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "authorization_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "authorization.k8s.io",
+ "kind": "SelfSubjectAccessReview",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/authorization.k8s.io/v1/selfsubjectrulesreviews": {
+ "parameters": [
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a SelfSubjectRulesReview",
+ "operationId": "createAuthorizationV1SelfSubjectRulesReview",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReview"
+ }
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReview"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReview"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReview"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "authorization_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "authorization.k8s.io",
+ "kind": "SelfSubjectRulesReview",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/authorization.k8s.io/v1/subjectaccessreviews": {
+ "parameters": [
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a SubjectAccessReview",
+ "operationId": "createAuthorizationV1SubjectAccessReview",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.SubjectAccessReview"
+ }
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.SubjectAccessReview"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.SubjectAccessReview"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.authorization.v1.SubjectAccessReview"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "authorization_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "authorization.k8s.io",
+ "kind": "SubjectAccessReview",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/autoscaling/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getAutoscalingAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling"
+ ]
+ }
+ },
+ "/apis/autoscaling/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getAutoscalingV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ]
+ }
+ },
+ "/apis/autoscaling/v1/horizontalpodautoscalers": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind HorizontalPodAutoscaler",
+ "operationId": "listAutoscalingV1HorizontalPodAutoscalerForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of HorizontalPodAutoscaler",
+ "operationId": "deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind HorizontalPodAutoscaler",
+ "operationId": "listAutoscalingV1NamespacedHorizontalPodAutoscaler",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a HorizontalPodAutoscaler",
+ "operationId": "createAutoscalingV1NamespacedHorizontalPodAutoscaler",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a HorizontalPodAutoscaler",
+ "operationId": "deleteAutoscalingV1NamespacedHorizontalPodAutoscaler",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified HorizontalPodAutoscaler",
+ "operationId": "readAutoscalingV1NamespacedHorizontalPodAutoscaler",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the HorizontalPodAutoscaler",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified HorizontalPodAutoscaler",
+ "operationId": "patchAutoscalingV1NamespacedHorizontalPodAutoscaler",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified HorizontalPodAutoscaler",
+ "operationId": "replaceAutoscalingV1NamespacedHorizontalPodAutoscaler",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified HorizontalPodAutoscaler",
+ "operationId": "readAutoscalingV1NamespacedHorizontalPodAutoscalerStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the HorizontalPodAutoscaler",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified HorizontalPodAutoscaler",
+ "operationId": "patchAutoscalingV1NamespacedHorizontalPodAutoscalerStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified HorizontalPodAutoscaler",
+ "operationId": "replaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/autoscaling/v1/watch/horizontalpodautoscalers": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAutoscalingV1NamespacedHorizontalPodAutoscalerList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAutoscalingV1NamespacedHorizontalPodAutoscaler",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the HorizontalPodAutoscaler",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/autoscaling/v2/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getAutoscalingV2APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ]
+ }
+ },
+ "/apis/autoscaling/v2/horizontalpodautoscalers": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind HorizontalPodAutoscaler",
+ "operationId": "listAutoscalingV2HorizontalPodAutoscalerForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of HorizontalPodAutoscaler",
+ "operationId": "deleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscaler",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v2"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind HorizontalPodAutoscaler",
+ "operationId": "listAutoscalingV2NamespacedHorizontalPodAutoscaler",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a HorizontalPodAutoscaler",
+ "operationId": "createAutoscalingV2NamespacedHorizontalPodAutoscaler",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v2"
+ }
+ }
+ },
+ "/apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a HorizontalPodAutoscaler",
+ "operationId": "deleteAutoscalingV2NamespacedHorizontalPodAutoscaler",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v2"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified HorizontalPodAutoscaler",
+ "operationId": "readAutoscalingV2NamespacedHorizontalPodAutoscaler",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v2"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the HorizontalPodAutoscaler",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified HorizontalPodAutoscaler",
+ "operationId": "patchAutoscalingV2NamespacedHorizontalPodAutoscaler",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v2"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified HorizontalPodAutoscaler",
+ "operationId": "replaceAutoscalingV2NamespacedHorizontalPodAutoscaler",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v2"
+ }
+ }
+ },
+ "/apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified HorizontalPodAutoscaler",
+ "operationId": "readAutoscalingV2NamespacedHorizontalPodAutoscalerStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v2"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the HorizontalPodAutoscaler",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified HorizontalPodAutoscaler",
+ "operationId": "patchAutoscalingV2NamespacedHorizontalPodAutoscalerStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v2"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified HorizontalPodAutoscaler",
+ "operationId": "replaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v2"
+ }
+ }
+ },
+ "/apis/autoscaling/v2/watch/horizontalpodautoscalers": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAutoscalingV2HorizontalPodAutoscalerListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/autoscaling/v2/watch/namespaces/{namespace}/horizontalpodautoscalers": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchAutoscalingV2NamespacedHorizontalPodAutoscalerList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/autoscaling/v2/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchAutoscalingV2NamespacedHorizontalPodAutoscaler",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "autoscaling_v2"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "autoscaling",
+ "kind": "HorizontalPodAutoscaler",
+ "version": "v2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the HorizontalPodAutoscaler",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/batch/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getBatchAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch"
+ ]
+ }
+ },
+ "/apis/batch/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getBatchV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ]
+ }
+ },
+ "/apis/batch/v1/cronjobs": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind CronJob",
+ "operationId": "listBatchV1CronJobForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJobList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "CronJob",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/batch/v1/jobs": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Job",
+ "operationId": "listBatchV1JobForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.JobList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "Job",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/batch/v1/namespaces/{namespace}/cronjobs": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of CronJob",
+ "operationId": "deleteBatchV1CollectionNamespacedCronJob",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "CronJob",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind CronJob",
+ "operationId": "listBatchV1NamespacedCronJob",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJobList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "CronJob",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a CronJob",
+ "operationId": "createBatchV1NamespacedCronJob",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "CronJob",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/batch/v1/namespaces/{namespace}/cronjobs/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a CronJob",
+ "operationId": "deleteBatchV1NamespacedCronJob",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "CronJob",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified CronJob",
+ "operationId": "readBatchV1NamespacedCronJob",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "CronJob",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the CronJob",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified CronJob",
+ "operationId": "patchBatchV1NamespacedCronJob",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "CronJob",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified CronJob",
+ "operationId": "replaceBatchV1NamespacedCronJob",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "CronJob",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified CronJob",
+ "operationId": "readBatchV1NamespacedCronJobStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "CronJob",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the CronJob",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified CronJob",
+ "operationId": "patchBatchV1NamespacedCronJobStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "CronJob",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified CronJob",
+ "operationId": "replaceBatchV1NamespacedCronJobStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.CronJob"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "CronJob",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/batch/v1/namespaces/{namespace}/jobs": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of Job",
+ "operationId": "deleteBatchV1CollectionNamespacedJob",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "Job",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Job",
+ "operationId": "listBatchV1NamespacedJob",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.JobList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "Job",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a Job",
+ "operationId": "createBatchV1NamespacedJob",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "Job",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/batch/v1/namespaces/{namespace}/jobs/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a Job",
+ "operationId": "deleteBatchV1NamespacedJob",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "Job",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified Job",
+ "operationId": "readBatchV1NamespacedJob",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "Job",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Job",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified Job",
+ "operationId": "patchBatchV1NamespacedJob",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "Job",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified Job",
+ "operationId": "replaceBatchV1NamespacedJob",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "Job",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/batch/v1/namespaces/{namespace}/jobs/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified Job",
+ "operationId": "readBatchV1NamespacedJobStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "Job",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Job",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified Job",
+ "operationId": "patchBatchV1NamespacedJobStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "Job",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified Job",
+ "operationId": "replaceBatchV1NamespacedJobStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.batch.v1.Job"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "Job",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/batch/v1/watch/cronjobs": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchBatchV1CronJobListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "CronJob",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/batch/v1/watch/jobs": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchBatchV1JobListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "Job",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/batch/v1/watch/namespaces/{namespace}/cronjobs": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchBatchV1NamespacedCronJobList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "CronJob",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/batch/v1/watch/namespaces/{namespace}/cronjobs/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind CronJob. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchBatchV1NamespacedCronJob",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "CronJob",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the CronJob",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/batch/v1/watch/namespaces/{namespace}/jobs": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchBatchV1NamespacedJobList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "Job",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/batch/v1/watch/namespaces/{namespace}/jobs/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind Job. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchBatchV1NamespacedJob",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "batch_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "batch",
+ "kind": "Job",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the Job",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/certificates.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getCertificatesAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates"
+ ]
+ }
+ },
+ "/apis/certificates.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getCertificatesV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ]
+ }
+ },
+ "/apis/certificates.k8s.io/v1/certificatesigningrequests": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of CertificateSigningRequest",
+ "operationId": "deleteCertificatesV1CollectionCertificateSigningRequest",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind CertificateSigningRequest",
+ "operationId": "listCertificatesV1CertificateSigningRequest",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a CertificateSigningRequest",
+ "operationId": "createCertificatesV1CertificateSigningRequest",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/certificates.k8s.io/v1/certificatesigningrequests/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a CertificateSigningRequest",
+ "operationId": "deleteCertificatesV1CertificateSigningRequest",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified CertificateSigningRequest",
+ "operationId": "readCertificatesV1CertificateSigningRequest",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the CertificateSigningRequest",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified CertificateSigningRequest",
+ "operationId": "patchCertificatesV1CertificateSigningRequest",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified CertificateSigningRequest",
+ "operationId": "replaceCertificatesV1CertificateSigningRequest",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read approval of the specified CertificateSigningRequest",
+ "operationId": "readCertificatesV1CertificateSigningRequestApproval",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the CertificateSigningRequest",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update approval of the specified CertificateSigningRequest",
+ "operationId": "patchCertificatesV1CertificateSigningRequestApproval",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace approval of the specified CertificateSigningRequest",
+ "operationId": "replaceCertificatesV1CertificateSigningRequestApproval",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified CertificateSigningRequest",
+ "operationId": "readCertificatesV1CertificateSigningRequestStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the CertificateSigningRequest",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified CertificateSigningRequest",
+ "operationId": "patchCertificatesV1CertificateSigningRequestStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified CertificateSigningRequest",
+ "operationId": "replaceCertificatesV1CertificateSigningRequestStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/certificates.k8s.io/v1/watch/certificatesigningrequests": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCertificatesV1CertificateSigningRequestList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/certificates.k8s.io/v1/watch/certificatesigningrequests/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCertificatesV1CertificateSigningRequest",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "CertificateSigningRequest",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the CertificateSigningRequest",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/certificates.k8s.io/v1alpha1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getCertificatesV1alpha1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1alpha1"
+ ]
+ }
+ },
+ "/apis/certificates.k8s.io/v1alpha1/clustertrustbundles": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ClusterTrustBundle",
+ "operationId": "deleteCertificatesV1alpha1CollectionClusterTrustBundle",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1alpha1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1alpha1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ClusterTrustBundle",
+ "operationId": "listCertificatesV1alpha1ClusterTrustBundle",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundleList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1alpha1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ClusterTrustBundle",
+ "operationId": "createCertificatesV1alpha1ClusterTrustBundle",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1alpha1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1alpha1"
+ }
+ }
+ },
+ "/apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ClusterTrustBundle",
+ "operationId": "deleteCertificatesV1alpha1ClusterTrustBundle",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1alpha1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1alpha1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ClusterTrustBundle",
+ "operationId": "readCertificatesV1alpha1ClusterTrustBundle",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1alpha1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ClusterTrustBundle",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ClusterTrustBundle",
+ "operationId": "patchCertificatesV1alpha1ClusterTrustBundle",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1alpha1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1alpha1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ClusterTrustBundle",
+ "operationId": "replaceCertificatesV1alpha1ClusterTrustBundle",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1alpha1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1alpha1"
+ }
+ }
+ },
+ "/apis/certificates.k8s.io/v1alpha1/watch/clustertrustbundles": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCertificatesV1alpha1ClusterTrustBundleList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1alpha1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/certificates.k8s.io/v1alpha1/watch/clustertrustbundles/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCertificatesV1alpha1ClusterTrustBundle",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1alpha1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ClusterTrustBundle",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/certificates.k8s.io/v1beta1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getCertificatesV1beta1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1beta1"
+ ]
+ }
+ },
+ "/apis/certificates.k8s.io/v1beta1/clustertrustbundles": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ClusterTrustBundle",
+ "operationId": "deleteCertificatesV1beta1CollectionClusterTrustBundle",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1beta1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ClusterTrustBundle",
+ "operationId": "listCertificatesV1beta1ClusterTrustBundle",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.ClusterTrustBundleList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1beta1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ClusterTrustBundle",
+ "operationId": "createCertificatesV1beta1ClusterTrustBundle",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.ClusterTrustBundle"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.ClusterTrustBundle"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.ClusterTrustBundle"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.ClusterTrustBundle"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1beta1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ClusterTrustBundle",
+ "operationId": "deleteCertificatesV1beta1ClusterTrustBundle",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1beta1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ClusterTrustBundle",
+ "operationId": "readCertificatesV1beta1ClusterTrustBundle",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.ClusterTrustBundle"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1beta1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ClusterTrustBundle",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ClusterTrustBundle",
+ "operationId": "patchCertificatesV1beta1ClusterTrustBundle",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.ClusterTrustBundle"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.ClusterTrustBundle"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1beta1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1beta1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ClusterTrustBundle",
+ "operationId": "replaceCertificatesV1beta1ClusterTrustBundle",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.ClusterTrustBundle"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.ClusterTrustBundle"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.ClusterTrustBundle"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1beta1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/certificates.k8s.io/v1beta1/watch/clustertrustbundles": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCertificatesV1beta1ClusterTrustBundleList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1beta1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/certificates.k8s.io/v1beta1/watch/clustertrustbundles/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCertificatesV1beta1ClusterTrustBundle",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "certificates_v1beta1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "certificates.k8s.io",
+ "kind": "ClusterTrustBundle",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ClusterTrustBundle",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/coordination.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getCoordinationAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination"
+ ]
+ }
+ },
+ "/apis/coordination.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getCoordinationV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1"
+ ]
+ }
+ },
+ "/apis/coordination.k8s.io/v1/leases": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Lease",
+ "operationId": "listCoordinationV1LeaseForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1.LeaseList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "Lease",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/coordination.k8s.io/v1/namespaces/{namespace}/leases": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of Lease",
+ "operationId": "deleteCoordinationV1CollectionNamespacedLease",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "Lease",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Lease",
+ "operationId": "listCoordinationV1NamespacedLease",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1.LeaseList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "Lease",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a Lease",
+ "operationId": "createCoordinationV1NamespacedLease",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1.Lease"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1.Lease"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1.Lease"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1.Lease"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "Lease",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a Lease",
+ "operationId": "deleteCoordinationV1NamespacedLease",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "Lease",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified Lease",
+ "operationId": "readCoordinationV1NamespacedLease",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1.Lease"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "Lease",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Lease",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified Lease",
+ "operationId": "patchCoordinationV1NamespacedLease",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1.Lease"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1.Lease"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "Lease",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified Lease",
+ "operationId": "replaceCoordinationV1NamespacedLease",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1.Lease"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1.Lease"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1.Lease"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "Lease",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/coordination.k8s.io/v1/watch/leases": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoordinationV1LeaseListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "Lease",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoordinationV1NamespacedLeaseList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "Lease",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind Lease. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoordinationV1NamespacedLease",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "Lease",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the Lease",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/coordination.k8s.io/v1alpha2/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getCoordinationV1alpha2APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1alpha2"
+ ]
+ }
+ },
+ "/apis/coordination.k8s.io/v1alpha2/leasecandidates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind LeaseCandidate",
+ "operationId": "listCoordinationV1alpha2LeaseCandidateForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1alpha2.LeaseCandidateList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1alpha2"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1alpha2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of LeaseCandidate",
+ "operationId": "deleteCoordinationV1alpha2CollectionNamespacedLeaseCandidate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1alpha2"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1alpha2"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind LeaseCandidate",
+ "operationId": "listCoordinationV1alpha2NamespacedLeaseCandidate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1alpha2.LeaseCandidateList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1alpha2"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1alpha2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a LeaseCandidate",
+ "operationId": "createCoordinationV1alpha2NamespacedLeaseCandidate",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1alpha2.LeaseCandidate"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1alpha2.LeaseCandidate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1alpha2.LeaseCandidate"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1alpha2.LeaseCandidate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1alpha2"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1alpha2"
+ }
+ }
+ },
+ "/apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a LeaseCandidate",
+ "operationId": "deleteCoordinationV1alpha2NamespacedLeaseCandidate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1alpha2"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1alpha2"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified LeaseCandidate",
+ "operationId": "readCoordinationV1alpha2NamespacedLeaseCandidate",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1alpha2.LeaseCandidate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1alpha2"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1alpha2"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the LeaseCandidate",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified LeaseCandidate",
+ "operationId": "patchCoordinationV1alpha2NamespacedLeaseCandidate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1alpha2.LeaseCandidate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1alpha2.LeaseCandidate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1alpha2"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1alpha2"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified LeaseCandidate",
+ "operationId": "replaceCoordinationV1alpha2NamespacedLeaseCandidate",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1alpha2.LeaseCandidate"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1alpha2.LeaseCandidate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1alpha2.LeaseCandidate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1alpha2"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1alpha2"
+ }
+ }
+ },
+ "/apis/coordination.k8s.io/v1alpha2/watch/leasecandidates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of LeaseCandidate. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoordinationV1alpha2LeaseCandidateListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1alpha2"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1alpha2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/coordination.k8s.io/v1alpha2/watch/namespaces/{namespace}/leasecandidates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of LeaseCandidate. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoordinationV1alpha2NamespacedLeaseCandidateList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1alpha2"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1alpha2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/coordination.k8s.io/v1alpha2/watch/namespaces/{namespace}/leasecandidates/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind LeaseCandidate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoordinationV1alpha2NamespacedLeaseCandidate",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1alpha2"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1alpha2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the LeaseCandidate",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/coordination.k8s.io/v1beta1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getCoordinationV1beta1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1beta1"
+ ]
+ }
+ },
+ "/apis/coordination.k8s.io/v1beta1/leasecandidates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind LeaseCandidate",
+ "operationId": "listCoordinationV1beta1LeaseCandidateForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1beta1.LeaseCandidateList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1beta1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of LeaseCandidate",
+ "operationId": "deleteCoordinationV1beta1CollectionNamespacedLeaseCandidate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1beta1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind LeaseCandidate",
+ "operationId": "listCoordinationV1beta1NamespacedLeaseCandidate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1beta1.LeaseCandidateList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1beta1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a LeaseCandidate",
+ "operationId": "createCoordinationV1beta1NamespacedLeaseCandidate",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1beta1.LeaseCandidate"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1beta1.LeaseCandidate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1beta1.LeaseCandidate"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1beta1.LeaseCandidate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1beta1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a LeaseCandidate",
+ "operationId": "deleteCoordinationV1beta1NamespacedLeaseCandidate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1beta1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified LeaseCandidate",
+ "operationId": "readCoordinationV1beta1NamespacedLeaseCandidate",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1beta1.LeaseCandidate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1beta1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the LeaseCandidate",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified LeaseCandidate",
+ "operationId": "patchCoordinationV1beta1NamespacedLeaseCandidate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1beta1.LeaseCandidate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1beta1.LeaseCandidate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1beta1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1beta1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified LeaseCandidate",
+ "operationId": "replaceCoordinationV1beta1NamespacedLeaseCandidate",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1beta1.LeaseCandidate"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1beta1.LeaseCandidate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.coordination.v1beta1.LeaseCandidate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1beta1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/coordination.k8s.io/v1beta1/watch/leasecandidates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of LeaseCandidate. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoordinationV1beta1LeaseCandidateListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1beta1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leasecandidates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of LeaseCandidate. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchCoordinationV1beta1NamespacedLeaseCandidateList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1beta1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leasecandidates/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind LeaseCandidate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchCoordinationV1beta1NamespacedLeaseCandidate",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "coordination_v1beta1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "coordination.k8s.io",
+ "kind": "LeaseCandidate",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the LeaseCandidate",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/discovery.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getDiscoveryAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "discovery"
+ ]
+ }
+ },
+ "/apis/discovery.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getDiscoveryV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "discovery_v1"
+ ]
+ }
+ },
+ "/apis/discovery.k8s.io/v1/endpointslices": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind EndpointSlice",
+ "operationId": "listDiscoveryV1EndpointSliceForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.discovery.v1.EndpointSliceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "discovery_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "discovery.k8s.io",
+ "kind": "EndpointSlice",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of EndpointSlice",
+ "operationId": "deleteDiscoveryV1CollectionNamespacedEndpointSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "discovery_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "discovery.k8s.io",
+ "kind": "EndpointSlice",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind EndpointSlice",
+ "operationId": "listDiscoveryV1NamespacedEndpointSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.discovery.v1.EndpointSliceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "discovery_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "discovery.k8s.io",
+ "kind": "EndpointSlice",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create an EndpointSlice",
+ "operationId": "createDiscoveryV1NamespacedEndpointSlice",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.discovery.v1.EndpointSlice"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.discovery.v1.EndpointSlice"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.discovery.v1.EndpointSlice"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.discovery.v1.EndpointSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "discovery_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "discovery.k8s.io",
+ "kind": "EndpointSlice",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete an EndpointSlice",
+ "operationId": "deleteDiscoveryV1NamespacedEndpointSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "discovery_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "discovery.k8s.io",
+ "kind": "EndpointSlice",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified EndpointSlice",
+ "operationId": "readDiscoveryV1NamespacedEndpointSlice",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.discovery.v1.EndpointSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "discovery_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "discovery.k8s.io",
+ "kind": "EndpointSlice",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the EndpointSlice",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified EndpointSlice",
+ "operationId": "patchDiscoveryV1NamespacedEndpointSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.discovery.v1.EndpointSlice"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.discovery.v1.EndpointSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "discovery_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "discovery.k8s.io",
+ "kind": "EndpointSlice",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified EndpointSlice",
+ "operationId": "replaceDiscoveryV1NamespacedEndpointSlice",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.discovery.v1.EndpointSlice"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.discovery.v1.EndpointSlice"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.discovery.v1.EndpointSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "discovery_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "discovery.k8s.io",
+ "kind": "EndpointSlice",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/discovery.k8s.io/v1/watch/endpointslices": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchDiscoveryV1EndpointSliceListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "discovery_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "discovery.k8s.io",
+ "kind": "EndpointSlice",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchDiscoveryV1NamespacedEndpointSliceList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "discovery_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "discovery.k8s.io",
+ "kind": "EndpointSlice",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchDiscoveryV1NamespacedEndpointSlice",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "discovery_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "discovery.k8s.io",
+ "kind": "EndpointSlice",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the EndpointSlice",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/events.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getEventsAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "events"
+ ]
+ }
+ },
+ "/apis/events.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getEventsV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "events_v1"
+ ]
+ }
+ },
+ "/apis/events.k8s.io/v1/events": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Event",
+ "operationId": "listEventsV1EventForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.events.v1.EventList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "events_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "events.k8s.io",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/events.k8s.io/v1/namespaces/{namespace}/events": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of Event",
+ "operationId": "deleteEventsV1CollectionNamespacedEvent",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "events_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "events.k8s.io",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Event",
+ "operationId": "listEventsV1NamespacedEvent",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.events.v1.EventList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "events_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "events.k8s.io",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create an Event",
+ "operationId": "createEventsV1NamespacedEvent",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.events.v1.Event"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.events.v1.Event"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.events.v1.Event"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.events.v1.Event"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "events_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "events.k8s.io",
+ "kind": "Event",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete an Event",
+ "operationId": "deleteEventsV1NamespacedEvent",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "events_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "events.k8s.io",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified Event",
+ "operationId": "readEventsV1NamespacedEvent",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.events.v1.Event"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "events_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "events.k8s.io",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Event",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified Event",
+ "operationId": "patchEventsV1NamespacedEvent",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.events.v1.Event"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.events.v1.Event"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "events_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "events.k8s.io",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified Event",
+ "operationId": "replaceEventsV1NamespacedEvent",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.events.v1.Event"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.events.v1.Event"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.events.v1.Event"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "events_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "events.k8s.io",
+ "kind": "Event",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/events.k8s.io/v1/watch/events": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchEventsV1EventListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "events_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "events.k8s.io",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/events.k8s.io/v1/watch/namespaces/{namespace}/events": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchEventsV1NamespacedEventList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "events_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "events.k8s.io",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/events.k8s.io/v1/watch/namespaces/{namespace}/events/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchEventsV1NamespacedEvent",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "events_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "events.k8s.io",
+ "kind": "Event",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the Event",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/flowcontrol.apiserver.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getFlowcontrolApiserverAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver"
+ ]
+ }
+ },
+ "/apis/flowcontrol.apiserver.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getFlowcontrolApiserverV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ]
+ }
+ },
+ "/apis/flowcontrol.apiserver.k8s.io/v1/flowschemas": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of FlowSchema",
+ "operationId": "deleteFlowcontrolApiserverV1CollectionFlowSchema",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "FlowSchema",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind FlowSchema",
+ "operationId": "listFlowcontrolApiserverV1FlowSchema",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchemaList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "FlowSchema",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a FlowSchema",
+ "operationId": "createFlowcontrolApiserverV1FlowSchema",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "FlowSchema",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a FlowSchema",
+ "operationId": "deleteFlowcontrolApiserverV1FlowSchema",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "FlowSchema",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified FlowSchema",
+ "operationId": "readFlowcontrolApiserverV1FlowSchema",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "FlowSchema",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the FlowSchema",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified FlowSchema",
+ "operationId": "patchFlowcontrolApiserverV1FlowSchema",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "FlowSchema",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified FlowSchema",
+ "operationId": "replaceFlowcontrolApiserverV1FlowSchema",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "FlowSchema",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified FlowSchema",
+ "operationId": "readFlowcontrolApiserverV1FlowSchemaStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "FlowSchema",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the FlowSchema",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified FlowSchema",
+ "operationId": "patchFlowcontrolApiserverV1FlowSchemaStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "FlowSchema",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified FlowSchema",
+ "operationId": "replaceFlowcontrolApiserverV1FlowSchemaStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.FlowSchema"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "FlowSchema",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of PriorityLevelConfiguration",
+ "operationId": "deleteFlowcontrolApiserverV1CollectionPriorityLevelConfiguration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "PriorityLevelConfiguration",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind PriorityLevelConfiguration",
+ "operationId": "listFlowcontrolApiserverV1PriorityLevelConfiguration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfigurationList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "PriorityLevelConfiguration",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a PriorityLevelConfiguration",
+ "operationId": "createFlowcontrolApiserverV1PriorityLevelConfiguration",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "PriorityLevelConfiguration",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a PriorityLevelConfiguration",
+ "operationId": "deleteFlowcontrolApiserverV1PriorityLevelConfiguration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "PriorityLevelConfiguration",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified PriorityLevelConfiguration",
+ "operationId": "readFlowcontrolApiserverV1PriorityLevelConfiguration",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "PriorityLevelConfiguration",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the PriorityLevelConfiguration",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified PriorityLevelConfiguration",
+ "operationId": "patchFlowcontrolApiserverV1PriorityLevelConfiguration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "PriorityLevelConfiguration",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified PriorityLevelConfiguration",
+ "operationId": "replaceFlowcontrolApiserverV1PriorityLevelConfiguration",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "PriorityLevelConfiguration",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified PriorityLevelConfiguration",
+ "operationId": "readFlowcontrolApiserverV1PriorityLevelConfigurationStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "PriorityLevelConfiguration",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the PriorityLevelConfiguration",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified PriorityLevelConfiguration",
+ "operationId": "patchFlowcontrolApiserverV1PriorityLevelConfigurationStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "PriorityLevelConfiguration",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified PriorityLevelConfiguration",
+ "operationId": "replaceFlowcontrolApiserverV1PriorityLevelConfigurationStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "PriorityLevelConfiguration",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/flowcontrol.apiserver.k8s.io/v1/watch/flowschemas": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of FlowSchema. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchFlowcontrolApiserverV1FlowSchemaList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "FlowSchema",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/flowcontrol.apiserver.k8s.io/v1/watch/flowschemas/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind FlowSchema. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchFlowcontrolApiserverV1FlowSchema",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "FlowSchema",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the FlowSchema",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/flowcontrol.apiserver.k8s.io/v1/watch/prioritylevelconfigurations": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchFlowcontrolApiserverV1PriorityLevelConfigurationList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "PriorityLevelConfiguration",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/flowcontrol.apiserver.k8s.io/v1/watch/prioritylevelconfigurations/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchFlowcontrolApiserverV1PriorityLevelConfiguration",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "flowcontrolApiserver_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "flowcontrol.apiserver.k8s.io",
+ "kind": "PriorityLevelConfiguration",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the PriorityLevelConfiguration",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/internal.apiserver.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getInternalApiserverAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "internalApiserver"
+ ]
+ }
+ },
+ "/apis/internal.apiserver.k8s.io/v1alpha1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getInternalApiserverV1alpha1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "internalApiserver_v1alpha1"
+ ]
+ }
+ },
+ "/apis/internal.apiserver.k8s.io/v1alpha1/storageversions": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of StorageVersion",
+ "operationId": "deleteInternalApiserverV1alpha1CollectionStorageVersion",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "internalApiserver_v1alpha1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "internal.apiserver.k8s.io",
+ "kind": "StorageVersion",
+ "version": "v1alpha1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind StorageVersion",
+ "operationId": "listInternalApiserverV1alpha1StorageVersion",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "internalApiserver_v1alpha1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "internal.apiserver.k8s.io",
+ "kind": "StorageVersion",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a StorageVersion",
+ "operationId": "createInternalApiserverV1alpha1StorageVersion",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "internalApiserver_v1alpha1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "internal.apiserver.k8s.io",
+ "kind": "StorageVersion",
+ "version": "v1alpha1"
+ }
+ }
+ },
+ "/apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a StorageVersion",
+ "operationId": "deleteInternalApiserverV1alpha1StorageVersion",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "internalApiserver_v1alpha1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "internal.apiserver.k8s.io",
+ "kind": "StorageVersion",
+ "version": "v1alpha1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified StorageVersion",
+ "operationId": "readInternalApiserverV1alpha1StorageVersion",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "internalApiserver_v1alpha1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "internal.apiserver.k8s.io",
+ "kind": "StorageVersion",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the StorageVersion",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified StorageVersion",
+ "operationId": "patchInternalApiserverV1alpha1StorageVersion",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "internalApiserver_v1alpha1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "internal.apiserver.k8s.io",
+ "kind": "StorageVersion",
+ "version": "v1alpha1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified StorageVersion",
+ "operationId": "replaceInternalApiserverV1alpha1StorageVersion",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "internalApiserver_v1alpha1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "internal.apiserver.k8s.io",
+ "kind": "StorageVersion",
+ "version": "v1alpha1"
+ }
+ }
+ },
+ "/apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified StorageVersion",
+ "operationId": "readInternalApiserverV1alpha1StorageVersionStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "internalApiserver_v1alpha1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "internal.apiserver.k8s.io",
+ "kind": "StorageVersion",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the StorageVersion",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified StorageVersion",
+ "operationId": "patchInternalApiserverV1alpha1StorageVersionStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "internalApiserver_v1alpha1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "internal.apiserver.k8s.io",
+ "kind": "StorageVersion",
+ "version": "v1alpha1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified StorageVersion",
+ "operationId": "replaceInternalApiserverV1alpha1StorageVersionStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "internalApiserver_v1alpha1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "internal.apiserver.k8s.io",
+ "kind": "StorageVersion",
+ "version": "v1alpha1"
+ }
+ }
+ },
+ "/apis/internal.apiserver.k8s.io/v1alpha1/watch/storageversions": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of StorageVersion. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchInternalApiserverV1alpha1StorageVersionList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "internalApiserver_v1alpha1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "internal.apiserver.k8s.io",
+ "kind": "StorageVersion",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/internal.apiserver.k8s.io/v1alpha1/watch/storageversions/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind StorageVersion. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchInternalApiserverV1alpha1StorageVersion",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "internalApiserver_v1alpha1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "internal.apiserver.k8s.io",
+ "kind": "StorageVersion",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the StorageVersion",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getNetworkingAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking"
+ ]
+ }
+ },
+ "/apis/networking.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getNetworkingV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ]
+ }
+ },
+ "/apis/networking.k8s.io/v1/ingressclasses": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of IngressClass",
+ "operationId": "deleteNetworkingV1CollectionIngressClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IngressClass",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind IngressClass",
+ "operationId": "listNetworkingV1IngressClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IngressClassList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IngressClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create an IngressClass",
+ "operationId": "createNetworkingV1IngressClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IngressClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IngressClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IngressClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IngressClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IngressClass",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1/ingressclasses/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete an IngressClass",
+ "operationId": "deleteNetworkingV1IngressClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IngressClass",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified IngressClass",
+ "operationId": "readNetworkingV1IngressClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IngressClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IngressClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the IngressClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified IngressClass",
+ "operationId": "patchNetworkingV1IngressClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IngressClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IngressClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IngressClass",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified IngressClass",
+ "operationId": "replaceNetworkingV1IngressClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IngressClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IngressClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IngressClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IngressClass",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1/ingresses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Ingress",
+ "operationId": "listNetworkingV1IngressForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IngressList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "Ingress",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1/ipaddresses": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of IPAddress",
+ "operationId": "deleteNetworkingV1CollectionIPAddress",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind IPAddress",
+ "operationId": "listNetworkingV1IPAddress",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IPAddressList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create an IPAddress",
+ "operationId": "createNetworkingV1IPAddress",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IPAddress"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IPAddress"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IPAddress"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IPAddress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1/ipaddresses/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete an IPAddress",
+ "operationId": "deleteNetworkingV1IPAddress",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified IPAddress",
+ "operationId": "readNetworkingV1IPAddress",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IPAddress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the IPAddress",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified IPAddress",
+ "operationId": "patchNetworkingV1IPAddress",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IPAddress"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IPAddress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified IPAddress",
+ "operationId": "replaceNetworkingV1IPAddress",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IPAddress"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IPAddress"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IPAddress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of Ingress",
+ "operationId": "deleteNetworkingV1CollectionNamespacedIngress",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "Ingress",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Ingress",
+ "operationId": "listNetworkingV1NamespacedIngress",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.IngressList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "Ingress",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create an Ingress",
+ "operationId": "createNetworkingV1NamespacedIngress",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "Ingress",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete an Ingress",
+ "operationId": "deleteNetworkingV1NamespacedIngress",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "Ingress",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified Ingress",
+ "operationId": "readNetworkingV1NamespacedIngress",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "Ingress",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Ingress",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified Ingress",
+ "operationId": "patchNetworkingV1NamespacedIngress",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "Ingress",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified Ingress",
+ "operationId": "replaceNetworkingV1NamespacedIngress",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "Ingress",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified Ingress",
+ "operationId": "readNetworkingV1NamespacedIngressStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "Ingress",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Ingress",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified Ingress",
+ "operationId": "patchNetworkingV1NamespacedIngressStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "Ingress",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified Ingress",
+ "operationId": "replaceNetworkingV1NamespacedIngressStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.Ingress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "Ingress",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of NetworkPolicy",
+ "operationId": "deleteNetworkingV1CollectionNamespacedNetworkPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "NetworkPolicy",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind NetworkPolicy",
+ "operationId": "listNetworkingV1NamespacedNetworkPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicyList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "NetworkPolicy",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a NetworkPolicy",
+ "operationId": "createNetworkingV1NamespacedNetworkPolicy",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicy"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicy"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "NetworkPolicy",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a NetworkPolicy",
+ "operationId": "deleteNetworkingV1NamespacedNetworkPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "NetworkPolicy",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified NetworkPolicy",
+ "operationId": "readNetworkingV1NamespacedNetworkPolicy",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "NetworkPolicy",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the NetworkPolicy",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified NetworkPolicy",
+ "operationId": "patchNetworkingV1NamespacedNetworkPolicy",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "NetworkPolicy",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified NetworkPolicy",
+ "operationId": "replaceNetworkingV1NamespacedNetworkPolicy",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicy"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicy"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicy"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "NetworkPolicy",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1/networkpolicies": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind NetworkPolicy",
+ "operationId": "listNetworkingV1NetworkPolicyForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicyList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "NetworkPolicy",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1/servicecidrs": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ServiceCIDR",
+ "operationId": "deleteNetworkingV1CollectionServiceCIDR",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ServiceCIDR",
+ "operationId": "listNetworkingV1ServiceCIDR",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDRList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ServiceCIDR",
+ "operationId": "createNetworkingV1ServiceCIDR",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1/servicecidrs/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ServiceCIDR",
+ "operationId": "deleteNetworkingV1ServiceCIDR",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ServiceCIDR",
+ "operationId": "readNetworkingV1ServiceCIDR",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ServiceCIDR",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ServiceCIDR",
+ "operationId": "patchNetworkingV1ServiceCIDR",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ServiceCIDR",
+ "operationId": "replaceNetworkingV1ServiceCIDR",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1/servicecidrs/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified ServiceCIDR",
+ "operationId": "readNetworkingV1ServiceCIDRStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ServiceCIDR",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified ServiceCIDR",
+ "operationId": "patchNetworkingV1ServiceCIDRStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified ServiceCIDR",
+ "operationId": "replaceNetworkingV1ServiceCIDRStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1.ServiceCIDR"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1/watch/ingressclasses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of IngressClass. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchNetworkingV1IngressClassList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IngressClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1/watch/ingressclasses/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind IngressClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchNetworkingV1IngressClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IngressClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the IngressClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1/watch/ingresses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchNetworkingV1IngressListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "Ingress",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1/watch/ipaddresses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of IPAddress. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchNetworkingV1IPAddressList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1/watch/ipaddresses/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind IPAddress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchNetworkingV1IPAddress",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the IPAddress",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchNetworkingV1NamespacedIngressList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "Ingress",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind Ingress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchNetworkingV1NamespacedIngress",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "Ingress",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the Ingress",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchNetworkingV1NamespacedNetworkPolicyList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "NetworkPolicy",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchNetworkingV1NamespacedNetworkPolicy",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "NetworkPolicy",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the NetworkPolicy",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1/watch/networkpolicies": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchNetworkingV1NetworkPolicyListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "NetworkPolicy",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1/watch/servicecidrs": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchNetworkingV1ServiceCIDRList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1/watch/servicecidrs/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchNetworkingV1ServiceCIDR",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ServiceCIDR",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1beta1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getNetworkingV1beta1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ]
+ }
+ },
+ "/apis/networking.k8s.io/v1beta1/ipaddresses": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of IPAddress",
+ "operationId": "deleteNetworkingV1beta1CollectionIPAddress",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind IPAddress",
+ "operationId": "listNetworkingV1beta1IPAddress",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddressList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create an IPAddress",
+ "operationId": "createNetworkingV1beta1IPAddress",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1beta1/ipaddresses/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete an IPAddress",
+ "operationId": "deleteNetworkingV1beta1IPAddress",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified IPAddress",
+ "operationId": "readNetworkingV1beta1IPAddress",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the IPAddress",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified IPAddress",
+ "operationId": "patchNetworkingV1beta1IPAddress",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1beta1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified IPAddress",
+ "operationId": "replaceNetworkingV1beta1IPAddress",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1beta1/servicecidrs": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ServiceCIDR",
+ "operationId": "deleteNetworkingV1beta1CollectionServiceCIDR",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ServiceCIDR",
+ "operationId": "listNetworkingV1beta1ServiceCIDR",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDRList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ServiceCIDR",
+ "operationId": "createNetworkingV1beta1ServiceCIDR",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1beta1/servicecidrs/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ServiceCIDR",
+ "operationId": "deleteNetworkingV1beta1ServiceCIDR",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ServiceCIDR",
+ "operationId": "readNetworkingV1beta1ServiceCIDR",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ServiceCIDR",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ServiceCIDR",
+ "operationId": "patchNetworkingV1beta1ServiceCIDR",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1beta1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ServiceCIDR",
+ "operationId": "replaceNetworkingV1beta1ServiceCIDR",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified ServiceCIDR",
+ "operationId": "readNetworkingV1beta1ServiceCIDRStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ServiceCIDR",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified ServiceCIDR",
+ "operationId": "patchNetworkingV1beta1ServiceCIDRStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1beta1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified ServiceCIDR",
+ "operationId": "replaceNetworkingV1beta1ServiceCIDRStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/networking.k8s.io/v1beta1/watch/ipaddresses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of IPAddress. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchNetworkingV1beta1IPAddressList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1beta1/watch/ipaddresses/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind IPAddress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchNetworkingV1beta1IPAddress",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "IPAddress",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the IPAddress",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1beta1/watch/servicecidrs": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchNetworkingV1beta1ServiceCIDRList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/networking.k8s.io/v1beta1/watch/servicecidrs/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchNetworkingV1beta1ServiceCIDR",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "networking_v1beta1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "networking.k8s.io",
+ "kind": "ServiceCIDR",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ServiceCIDR",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/node.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getNodeAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "node"
+ ]
+ }
+ },
+ "/apis/node.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getNodeV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "node_v1"
+ ]
+ }
+ },
+ "/apis/node.k8s.io/v1/runtimeclasses": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of RuntimeClass",
+ "operationId": "deleteNodeV1CollectionRuntimeClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "node_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "node.k8s.io",
+ "kind": "RuntimeClass",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind RuntimeClass",
+ "operationId": "listNodeV1RuntimeClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.node.v1.RuntimeClassList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "node_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "node.k8s.io",
+ "kind": "RuntimeClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a RuntimeClass",
+ "operationId": "createNodeV1RuntimeClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.node.v1.RuntimeClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.node.v1.RuntimeClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.node.v1.RuntimeClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.node.v1.RuntimeClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "node_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "node.k8s.io",
+ "kind": "RuntimeClass",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/node.k8s.io/v1/runtimeclasses/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a RuntimeClass",
+ "operationId": "deleteNodeV1RuntimeClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "node_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "node.k8s.io",
+ "kind": "RuntimeClass",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified RuntimeClass",
+ "operationId": "readNodeV1RuntimeClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.node.v1.RuntimeClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "node_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "node.k8s.io",
+ "kind": "RuntimeClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the RuntimeClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified RuntimeClass",
+ "operationId": "patchNodeV1RuntimeClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.node.v1.RuntimeClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.node.v1.RuntimeClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "node_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "node.k8s.io",
+ "kind": "RuntimeClass",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified RuntimeClass",
+ "operationId": "replaceNodeV1RuntimeClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.node.v1.RuntimeClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.node.v1.RuntimeClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.node.v1.RuntimeClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "node_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "node.k8s.io",
+ "kind": "RuntimeClass",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/node.k8s.io/v1/watch/runtimeclasses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of RuntimeClass. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchNodeV1RuntimeClassList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "node_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "node.k8s.io",
+ "kind": "RuntimeClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/node.k8s.io/v1/watch/runtimeclasses/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind RuntimeClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchNodeV1RuntimeClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "node_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "node.k8s.io",
+ "kind": "RuntimeClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the RuntimeClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/policy/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getPolicyAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy"
+ ]
+ }
+ },
+ "/apis/policy/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getPolicyV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ]
+ }
+ },
+ "/apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of PodDisruptionBudget",
+ "operationId": "deletePolicyV1CollectionNamespacedPodDisruptionBudget",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "PodDisruptionBudget",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind PodDisruptionBudget",
+ "operationId": "listPolicyV1NamespacedPodDisruptionBudget",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "PodDisruptionBudget",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a PodDisruptionBudget",
+ "operationId": "createPolicyV1NamespacedPodDisruptionBudget",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "PodDisruptionBudget",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a PodDisruptionBudget",
+ "operationId": "deletePolicyV1NamespacedPodDisruptionBudget",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "PodDisruptionBudget",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified PodDisruptionBudget",
+ "operationId": "readPolicyV1NamespacedPodDisruptionBudget",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "PodDisruptionBudget",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the PodDisruptionBudget",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified PodDisruptionBudget",
+ "operationId": "patchPolicyV1NamespacedPodDisruptionBudget",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "PodDisruptionBudget",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified PodDisruptionBudget",
+ "operationId": "replacePolicyV1NamespacedPodDisruptionBudget",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "PodDisruptionBudget",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified PodDisruptionBudget",
+ "operationId": "readPolicyV1NamespacedPodDisruptionBudgetStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "PodDisruptionBudget",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the PodDisruptionBudget",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified PodDisruptionBudget",
+ "operationId": "patchPolicyV1NamespacedPodDisruptionBudgetStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "PodDisruptionBudget",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified PodDisruptionBudget",
+ "operationId": "replacePolicyV1NamespacedPodDisruptionBudgetStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "PodDisruptionBudget",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/policy/v1/poddisruptionbudgets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind PodDisruptionBudget",
+ "operationId": "listPolicyV1PodDisruptionBudgetForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "PodDisruptionBudget",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchPolicyV1NamespacedPodDisruptionBudgetList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "PodDisruptionBudget",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchPolicyV1NamespacedPodDisruptionBudget",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "PodDisruptionBudget",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the PodDisruptionBudget",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/policy/v1/watch/poddisruptionbudgets": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchPolicyV1PodDisruptionBudgetListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "policy_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "policy",
+ "kind": "PodDisruptionBudget",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/rbac.authorization.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getRbacAuthorizationAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization"
+ ]
+ }
+ },
+ "/apis/rbac.authorization.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getRbacAuthorizationV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ]
+ }
+ },
+ "/apis/rbac.authorization.k8s.io/v1/clusterrolebindings": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ClusterRoleBinding",
+ "operationId": "deleteRbacAuthorizationV1CollectionClusterRoleBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRoleBinding",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ClusterRoleBinding",
+ "operationId": "listRbacAuthorizationV1ClusterRoleBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRoleBindingList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRoleBinding",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ClusterRoleBinding",
+ "operationId": "createRbacAuthorizationV1ClusterRoleBinding",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRoleBinding",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ClusterRoleBinding",
+ "operationId": "deleteRbacAuthorizationV1ClusterRoleBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRoleBinding",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ClusterRoleBinding",
+ "operationId": "readRbacAuthorizationV1ClusterRoleBinding",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRoleBinding",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ClusterRoleBinding",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ClusterRoleBinding",
+ "operationId": "patchRbacAuthorizationV1ClusterRoleBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRoleBinding",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ClusterRoleBinding",
+ "operationId": "replaceRbacAuthorizationV1ClusterRoleBinding",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRoleBinding",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/rbac.authorization.k8s.io/v1/clusterroles": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ClusterRole",
+ "operationId": "deleteRbacAuthorizationV1CollectionClusterRole",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRole",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ClusterRole",
+ "operationId": "listRbacAuthorizationV1ClusterRole",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRoleList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRole",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ClusterRole",
+ "operationId": "createRbacAuthorizationV1ClusterRole",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRole"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRole"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRole"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRole"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRole",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/rbac.authorization.k8s.io/v1/clusterroles/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ClusterRole",
+ "operationId": "deleteRbacAuthorizationV1ClusterRole",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRole",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ClusterRole",
+ "operationId": "readRbacAuthorizationV1ClusterRole",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRole"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRole",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ClusterRole",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ClusterRole",
+ "operationId": "patchRbacAuthorizationV1ClusterRole",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRole"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRole"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRole",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ClusterRole",
+ "operationId": "replaceRbacAuthorizationV1ClusterRole",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRole"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRole"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRole"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRole",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of RoleBinding",
+ "operationId": "deleteRbacAuthorizationV1CollectionNamespacedRoleBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "RoleBinding",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind RoleBinding",
+ "operationId": "listRbacAuthorizationV1NamespacedRoleBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleBindingList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "RoleBinding",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a RoleBinding",
+ "operationId": "createRbacAuthorizationV1NamespacedRoleBinding",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleBinding"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleBinding"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "RoleBinding",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a RoleBinding",
+ "operationId": "deleteRbacAuthorizationV1NamespacedRoleBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "RoleBinding",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified RoleBinding",
+ "operationId": "readRbacAuthorizationV1NamespacedRoleBinding",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "RoleBinding",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the RoleBinding",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified RoleBinding",
+ "operationId": "patchRbacAuthorizationV1NamespacedRoleBinding",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "RoleBinding",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified RoleBinding",
+ "operationId": "replaceRbacAuthorizationV1NamespacedRoleBinding",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleBinding"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleBinding"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleBinding"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "RoleBinding",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of Role",
+ "operationId": "deleteRbacAuthorizationV1CollectionNamespacedRole",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "Role",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Role",
+ "operationId": "listRbacAuthorizationV1NamespacedRole",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "Role",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a Role",
+ "operationId": "createRbacAuthorizationV1NamespacedRole",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.Role"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.Role"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.Role"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.Role"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "Role",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a Role",
+ "operationId": "deleteRbacAuthorizationV1NamespacedRole",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "Role",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified Role",
+ "operationId": "readRbacAuthorizationV1NamespacedRole",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.Role"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "Role",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the Role",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified Role",
+ "operationId": "patchRbacAuthorizationV1NamespacedRole",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.Role"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.Role"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "Role",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified Role",
+ "operationId": "replaceRbacAuthorizationV1NamespacedRole",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.Role"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.Role"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.Role"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "Role",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/rbac.authorization.k8s.io/v1/rolebindings": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind RoleBinding",
+ "operationId": "listRbacAuthorizationV1RoleBindingForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleBindingList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "RoleBinding",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/rbac.authorization.k8s.io/v1/roles": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind Role",
+ "operationId": "listRbacAuthorizationV1RoleForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "Role",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchRbacAuthorizationV1ClusterRoleBindingList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRoleBinding",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchRbacAuthorizationV1ClusterRoleBinding",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRoleBinding",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ClusterRoleBinding",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/rbac.authorization.k8s.io/v1/watch/clusterroles": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchRbacAuthorizationV1ClusterRoleList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRole",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/rbac.authorization.k8s.io/v1/watch/clusterroles/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ClusterRole. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchRbacAuthorizationV1ClusterRole",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "ClusterRole",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ClusterRole",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchRbacAuthorizationV1NamespacedRoleBindingList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "RoleBinding",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind RoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchRbacAuthorizationV1NamespacedRoleBinding",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "RoleBinding",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the RoleBinding",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchRbacAuthorizationV1NamespacedRoleList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "Role",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind Role. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchRbacAuthorizationV1NamespacedRole",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "Role",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the Role",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/rbac.authorization.k8s.io/v1/watch/rolebindings": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchRbacAuthorizationV1RoleBindingListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "RoleBinding",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/rbac.authorization.k8s.io/v1/watch/roles": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchRbacAuthorizationV1RoleListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "rbacAuthorization_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "rbac.authorization.k8s.io",
+ "kind": "Role",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getResourceAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource"
+ ]
+ }
+ },
+ "/apis/resource.k8s.io/v1alpha3/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getResourceV1alpha3APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ]
+ }
+ },
+ "/apis/resource.k8s.io/v1alpha3/deviceclasses": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of DeviceClass",
+ "operationId": "deleteResourceV1alpha3CollectionDeviceClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1alpha3"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind DeviceClass",
+ "operationId": "listResourceV1alpha3DeviceClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceClassList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a DeviceClass",
+ "operationId": "createResourceV1alpha3DeviceClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1alpha3"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1alpha3/deviceclasses/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a DeviceClass",
+ "operationId": "deleteResourceV1alpha3DeviceClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1alpha3"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified DeviceClass",
+ "operationId": "readResourceV1alpha3DeviceClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the DeviceClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified DeviceClass",
+ "operationId": "patchResourceV1alpha3DeviceClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1alpha3"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified DeviceClass",
+ "operationId": "replaceResourceV1alpha3DeviceClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1alpha3"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1alpha3/devicetaintrules": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of DeviceTaintRule",
+ "operationId": "deleteResourceV1alpha3CollectionDeviceTaintRule",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceTaintRule",
+ "version": "v1alpha3"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind DeviceTaintRule",
+ "operationId": "listResourceV1alpha3DeviceTaintRule",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceTaintRuleList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceTaintRule",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a DeviceTaintRule",
+ "operationId": "createResourceV1alpha3DeviceTaintRule",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceTaintRule"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceTaintRule"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceTaintRule"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceTaintRule"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceTaintRule",
+ "version": "v1alpha3"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a DeviceTaintRule",
+ "operationId": "deleteResourceV1alpha3DeviceTaintRule",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceTaintRule"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceTaintRule"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceTaintRule",
+ "version": "v1alpha3"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified DeviceTaintRule",
+ "operationId": "readResourceV1alpha3DeviceTaintRule",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceTaintRule"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceTaintRule",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the DeviceTaintRule",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified DeviceTaintRule",
+ "operationId": "patchResourceV1alpha3DeviceTaintRule",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceTaintRule"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceTaintRule"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceTaintRule",
+ "version": "v1alpha3"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified DeviceTaintRule",
+ "operationId": "replaceResourceV1alpha3DeviceTaintRule",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceTaintRule"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceTaintRule"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceTaintRule"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceTaintRule",
+ "version": "v1alpha3"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ResourceClaim",
+ "operationId": "deleteResourceV1alpha3CollectionNamespacedResourceClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1alpha3"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceClaim",
+ "operationId": "listResourceV1alpha3NamespacedResourceClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ResourceClaim",
+ "operationId": "createResourceV1alpha3NamespacedResourceClaim",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1alpha3"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ResourceClaim",
+ "operationId": "deleteResourceV1alpha3NamespacedResourceClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1alpha3"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ResourceClaim",
+ "operationId": "readResourceV1alpha3NamespacedResourceClaim",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ResourceClaim",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ResourceClaim",
+ "operationId": "patchResourceV1alpha3NamespacedResourceClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1alpha3"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ResourceClaim",
+ "operationId": "replaceResourceV1alpha3NamespacedResourceClaim",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1alpha3"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified ResourceClaim",
+ "operationId": "readResourceV1alpha3NamespacedResourceClaimStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ResourceClaim",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified ResourceClaim",
+ "operationId": "patchResourceV1alpha3NamespacedResourceClaimStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1alpha3"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified ResourceClaim",
+ "operationId": "replaceResourceV1alpha3NamespacedResourceClaimStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1alpha3"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ResourceClaimTemplate",
+ "operationId": "deleteResourceV1alpha3CollectionNamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1alpha3"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceClaimTemplate",
+ "operationId": "listResourceV1alpha3NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimTemplateList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ResourceClaimTemplate",
+ "operationId": "createResourceV1alpha3NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimTemplate"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimTemplate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimTemplate"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1alpha3"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ResourceClaimTemplate",
+ "operationId": "deleteResourceV1alpha3NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimTemplate"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1alpha3"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ResourceClaimTemplate",
+ "operationId": "readResourceV1alpha3NamespacedResourceClaimTemplate",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ResourceClaimTemplate",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ResourceClaimTemplate",
+ "operationId": "patchResourceV1alpha3NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimTemplate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1alpha3"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ResourceClaimTemplate",
+ "operationId": "replaceResourceV1alpha3NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimTemplate"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimTemplate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1alpha3"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1alpha3/resourceclaims": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceClaim",
+ "operationId": "listResourceV1alpha3ResourceClaimForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1alpha3/resourceclaimtemplates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceClaimTemplate",
+ "operationId": "listResourceV1alpha3ResourceClaimTemplateForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceClaimTemplateList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1alpha3/resourceslices": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ResourceSlice",
+ "operationId": "deleteResourceV1alpha3CollectionResourceSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1alpha3"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceSlice",
+ "operationId": "listResourceV1alpha3ResourceSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceSliceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ResourceSlice",
+ "operationId": "createResourceV1alpha3ResourceSlice",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceSlice"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceSlice"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceSlice"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1alpha3"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1alpha3/resourceslices/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ResourceSlice",
+ "operationId": "deleteResourceV1alpha3ResourceSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceSlice"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1alpha3"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ResourceSlice",
+ "operationId": "readResourceV1alpha3ResourceSlice",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ResourceSlice",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ResourceSlice",
+ "operationId": "patchResourceV1alpha3ResourceSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceSlice"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1alpha3"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ResourceSlice",
+ "operationId": "replaceResourceV1alpha3ResourceSlice",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceSlice"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceSlice"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1alpha3.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1alpha3"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1alpha3/watch/deviceclasses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of DeviceClass. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1alpha3DeviceClassList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1alpha3/watch/deviceclasses/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind DeviceClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchResourceV1alpha3DeviceClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the DeviceClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1alpha3/watch/devicetaintrules": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of DeviceTaintRule. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1alpha3DeviceTaintRuleList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceTaintRule",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1alpha3/watch/devicetaintrules/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind DeviceTaintRule. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchResourceV1alpha3DeviceTaintRule",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceTaintRule",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the DeviceTaintRule",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1alpha3/watch/namespaces/{namespace}/resourceclaims": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1alpha3NamespacedResourceClaimList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1alpha3/watch/namespaces/{namespace}/resourceclaims/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchResourceV1alpha3NamespacedResourceClaim",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ResourceClaim",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1alpha3/watch/namespaces/{namespace}/resourceclaimtemplates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1alpha3NamespacedResourceClaimTemplateList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1alpha3/watch/namespaces/{namespace}/resourceclaimtemplates/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchResourceV1alpha3NamespacedResourceClaimTemplate",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ResourceClaimTemplate",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1alpha3/watch/resourceclaims": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1alpha3ResourceClaimListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1alpha3/watch/resourceclaimtemplates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1alpha3ResourceClaimTemplateListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1alpha3/watch/resourceslices": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceSlice. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1alpha3ResourceSliceList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1alpha3/watch/resourceslices/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ResourceSlice. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchResourceV1alpha3ResourceSlice",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1alpha3"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1alpha3"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ResourceSlice",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getResourceV1beta1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ]
+ }
+ },
+ "/apis/resource.k8s.io/v1beta1/deviceclasses": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of DeviceClass",
+ "operationId": "deleteResourceV1beta1CollectionDeviceClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind DeviceClass",
+ "operationId": "listResourceV1beta1DeviceClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.DeviceClassList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a DeviceClass",
+ "operationId": "createResourceV1beta1DeviceClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.DeviceClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.DeviceClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.DeviceClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta1/deviceclasses/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a DeviceClass",
+ "operationId": "deleteResourceV1beta1DeviceClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.DeviceClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified DeviceClass",
+ "operationId": "readResourceV1beta1DeviceClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the DeviceClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified DeviceClass",
+ "operationId": "patchResourceV1beta1DeviceClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.DeviceClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified DeviceClass",
+ "operationId": "replaceResourceV1beta1DeviceClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.DeviceClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.DeviceClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ResourceClaim",
+ "operationId": "deleteResourceV1beta1CollectionNamespacedResourceClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceClaim",
+ "operationId": "listResourceV1beta1NamespacedResourceClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ResourceClaim",
+ "operationId": "createResourceV1beta1NamespacedResourceClaim",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ResourceClaim",
+ "operationId": "deleteResourceV1beta1NamespacedResourceClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ResourceClaim",
+ "operationId": "readResourceV1beta1NamespacedResourceClaim",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ResourceClaim",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ResourceClaim",
+ "operationId": "patchResourceV1beta1NamespacedResourceClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ResourceClaim",
+ "operationId": "replaceResourceV1beta1NamespacedResourceClaim",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified ResourceClaim",
+ "operationId": "readResourceV1beta1NamespacedResourceClaimStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ResourceClaim",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified ResourceClaim",
+ "operationId": "patchResourceV1beta1NamespacedResourceClaimStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified ResourceClaim",
+ "operationId": "replaceResourceV1beta1NamespacedResourceClaimStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ResourceClaimTemplate",
+ "operationId": "deleteResourceV1beta1CollectionNamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceClaimTemplate",
+ "operationId": "listResourceV1beta1NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimTemplateList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ResourceClaimTemplate",
+ "operationId": "createResourceV1beta1NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimTemplate"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimTemplate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimTemplate"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ResourceClaimTemplate",
+ "operationId": "deleteResourceV1beta1NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimTemplate"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ResourceClaimTemplate",
+ "operationId": "readResourceV1beta1NamespacedResourceClaimTemplate",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ResourceClaimTemplate",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ResourceClaimTemplate",
+ "operationId": "patchResourceV1beta1NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimTemplate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ResourceClaimTemplate",
+ "operationId": "replaceResourceV1beta1NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimTemplate"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimTemplate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta1/resourceclaims": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceClaim",
+ "operationId": "listResourceV1beta1ResourceClaimForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta1/resourceclaimtemplates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceClaimTemplate",
+ "operationId": "listResourceV1beta1ResourceClaimTemplateForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceClaimTemplateList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta1/resourceslices": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ResourceSlice",
+ "operationId": "deleteResourceV1beta1CollectionResourceSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceSlice",
+ "operationId": "listResourceV1beta1ResourceSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceSliceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ResourceSlice",
+ "operationId": "createResourceV1beta1ResourceSlice",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceSlice"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceSlice"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceSlice"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta1/resourceslices/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ResourceSlice",
+ "operationId": "deleteResourceV1beta1ResourceSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceSlice"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ResourceSlice",
+ "operationId": "readResourceV1beta1ResourceSlice",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ResourceSlice",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ResourceSlice",
+ "operationId": "patchResourceV1beta1ResourceSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceSlice"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ResourceSlice",
+ "operationId": "replaceResourceV1beta1ResourceSlice",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceSlice"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceSlice"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta1.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta1/watch/deviceclasses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of DeviceClass. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1beta1DeviceClassList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta1/watch/deviceclasses/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind DeviceClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchResourceV1beta1DeviceClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the DeviceClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta1/watch/namespaces/{namespace}/resourceclaims": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1beta1NamespacedResourceClaimList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta1/watch/namespaces/{namespace}/resourceclaims/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchResourceV1beta1NamespacedResourceClaim",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ResourceClaim",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta1/watch/namespaces/{namespace}/resourceclaimtemplates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1beta1NamespacedResourceClaimTemplateList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta1/watch/namespaces/{namespace}/resourceclaimtemplates/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchResourceV1beta1NamespacedResourceClaimTemplate",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ResourceClaimTemplate",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta1/watch/resourceclaims": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1beta1ResourceClaimListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta1/watch/resourceclaimtemplates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1beta1ResourceClaimTemplateListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta1/watch/resourceslices": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceSlice. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1beta1ResourceSliceList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta1/watch/resourceslices/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ResourceSlice. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchResourceV1beta1ResourceSlice",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ResourceSlice",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta2/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getResourceV1beta2APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ]
+ }
+ },
+ "/apis/resource.k8s.io/v1beta2/deviceclasses": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of DeviceClass",
+ "operationId": "deleteResourceV1beta2CollectionDeviceClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta2"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind DeviceClass",
+ "operationId": "listResourceV1beta2DeviceClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.DeviceClassList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a DeviceClass",
+ "operationId": "createResourceV1beta2DeviceClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.DeviceClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.DeviceClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.DeviceClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta2"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta2/deviceclasses/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a DeviceClass",
+ "operationId": "deleteResourceV1beta2DeviceClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.DeviceClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta2"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified DeviceClass",
+ "operationId": "readResourceV1beta2DeviceClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the DeviceClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified DeviceClass",
+ "operationId": "patchResourceV1beta2DeviceClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.DeviceClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta2"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified DeviceClass",
+ "operationId": "replaceResourceV1beta2DeviceClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.DeviceClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.DeviceClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.DeviceClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta2"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ResourceClaim",
+ "operationId": "deleteResourceV1beta2CollectionNamespacedResourceClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta2"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceClaim",
+ "operationId": "listResourceV1beta2NamespacedResourceClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ResourceClaim",
+ "operationId": "createResourceV1beta2NamespacedResourceClaim",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta2"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ResourceClaim",
+ "operationId": "deleteResourceV1beta2NamespacedResourceClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta2"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ResourceClaim",
+ "operationId": "readResourceV1beta2NamespacedResourceClaim",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ResourceClaim",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ResourceClaim",
+ "operationId": "patchResourceV1beta2NamespacedResourceClaim",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta2"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ResourceClaim",
+ "operationId": "replaceResourceV1beta2NamespacedResourceClaim",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta2"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified ResourceClaim",
+ "operationId": "readResourceV1beta2NamespacedResourceClaimStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ResourceClaim",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified ResourceClaim",
+ "operationId": "patchResourceV1beta2NamespacedResourceClaimStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta2"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified ResourceClaim",
+ "operationId": "replaceResourceV1beta2NamespacedResourceClaimStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaim"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta2"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ResourceClaimTemplate",
+ "operationId": "deleteResourceV1beta2CollectionNamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta2"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceClaimTemplate",
+ "operationId": "listResourceV1beta2NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimTemplateList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ResourceClaimTemplate",
+ "operationId": "createResourceV1beta2NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimTemplate"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimTemplate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimTemplate"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta2"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ResourceClaimTemplate",
+ "operationId": "deleteResourceV1beta2NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimTemplate"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta2"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ResourceClaimTemplate",
+ "operationId": "readResourceV1beta2NamespacedResourceClaimTemplate",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ResourceClaimTemplate",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ResourceClaimTemplate",
+ "operationId": "patchResourceV1beta2NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimTemplate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta2"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ResourceClaimTemplate",
+ "operationId": "replaceResourceV1beta2NamespacedResourceClaimTemplate",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimTemplate"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimTemplate"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimTemplate"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta2"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta2/resourceclaims": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceClaim",
+ "operationId": "listResourceV1beta2ResourceClaimForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta2/resourceclaimtemplates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceClaimTemplate",
+ "operationId": "listResourceV1beta2ResourceClaimTemplateForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceClaimTemplateList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta2/resourceslices": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of ResourceSlice",
+ "operationId": "deleteResourceV1beta2CollectionResourceSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta2"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind ResourceSlice",
+ "operationId": "listResourceV1beta2ResourceSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceSliceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a ResourceSlice",
+ "operationId": "createResourceV1beta2ResourceSlice",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceSlice"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceSlice"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceSlice"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta2"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta2/resourceslices/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a ResourceSlice",
+ "operationId": "deleteResourceV1beta2ResourceSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceSlice"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta2"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified ResourceSlice",
+ "operationId": "readResourceV1beta2ResourceSlice",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the ResourceSlice",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified ResourceSlice",
+ "operationId": "patchResourceV1beta2ResourceSlice",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceSlice"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta2"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified ResourceSlice",
+ "operationId": "replaceResourceV1beta2ResourceSlice",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceSlice"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceSlice"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.resource.v1beta2.ResourceSlice"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta2"
+ }
+ }
+ },
+ "/apis/resource.k8s.io/v1beta2/watch/deviceclasses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of DeviceClass. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1beta2DeviceClassList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta2/watch/deviceclasses/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind DeviceClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchResourceV1beta2DeviceClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "DeviceClass",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the DeviceClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta2/watch/namespaces/{namespace}/resourceclaims": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1beta2NamespacedResourceClaimList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta2/watch/namespaces/{namespace}/resourceclaims/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchResourceV1beta2NamespacedResourceClaim",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ResourceClaim",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta2/watch/namespaces/{namespace}/resourceclaimtemplates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1beta2NamespacedResourceClaimTemplateList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta2/watch/namespaces/{namespace}/resourceclaimtemplates/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchResourceV1beta2NamespacedResourceClaimTemplate",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ResourceClaimTemplate",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta2/watch/resourceclaims": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1beta2ResourceClaimListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaim",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta2/watch/resourceclaimtemplates": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1beta2ResourceClaimTemplateListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceClaimTemplate",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta2/watch/resourceslices": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of ResourceSlice. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchResourceV1beta2ResourceSliceList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/resource.k8s.io/v1beta2/watch/resourceslices/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind ResourceSlice. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchResourceV1beta2ResourceSlice",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "resource_v1beta2"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "resource.k8s.io",
+ "kind": "ResourceSlice",
+ "version": "v1beta2"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the ResourceSlice",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/scheduling.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getSchedulingAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "scheduling"
+ ]
+ }
+ },
+ "/apis/scheduling.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getSchedulingV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "scheduling_v1"
+ ]
+ }
+ },
+ "/apis/scheduling.k8s.io/v1/priorityclasses": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of PriorityClass",
+ "operationId": "deleteSchedulingV1CollectionPriorityClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "scheduling_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "scheduling.k8s.io",
+ "kind": "PriorityClass",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind PriorityClass",
+ "operationId": "listSchedulingV1PriorityClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.scheduling.v1.PriorityClassList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "scheduling_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "scheduling.k8s.io",
+ "kind": "PriorityClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a PriorityClass",
+ "operationId": "createSchedulingV1PriorityClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.scheduling.v1.PriorityClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.scheduling.v1.PriorityClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.scheduling.v1.PriorityClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.scheduling.v1.PriorityClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "scheduling_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "scheduling.k8s.io",
+ "kind": "PriorityClass",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/scheduling.k8s.io/v1/priorityclasses/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a PriorityClass",
+ "operationId": "deleteSchedulingV1PriorityClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "scheduling_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "scheduling.k8s.io",
+ "kind": "PriorityClass",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified PriorityClass",
+ "operationId": "readSchedulingV1PriorityClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.scheduling.v1.PriorityClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "scheduling_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "scheduling.k8s.io",
+ "kind": "PriorityClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the PriorityClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified PriorityClass",
+ "operationId": "patchSchedulingV1PriorityClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.scheduling.v1.PriorityClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.scheduling.v1.PriorityClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "scheduling_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "scheduling.k8s.io",
+ "kind": "PriorityClass",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified PriorityClass",
+ "operationId": "replaceSchedulingV1PriorityClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.scheduling.v1.PriorityClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.scheduling.v1.PriorityClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.scheduling.v1.PriorityClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "scheduling_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "scheduling.k8s.io",
+ "kind": "PriorityClass",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/scheduling.k8s.io/v1/watch/priorityclasses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of PriorityClass. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchSchedulingV1PriorityClassList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "scheduling_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "scheduling.k8s.io",
+ "kind": "PriorityClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/scheduling.k8s.io/v1/watch/priorityclasses/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind PriorityClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchSchedulingV1PriorityClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "scheduling_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "scheduling.k8s.io",
+ "kind": "PriorityClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the PriorityClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getStorageAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage"
+ ]
+ }
+ },
+ "/apis/storage.k8s.io/v1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getStorageV1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ]
+ }
+ },
+ "/apis/storage.k8s.io/v1/csidrivers": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of CSIDriver",
+ "operationId": "deleteStorageV1CollectionCSIDriver",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIDriver",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind CSIDriver",
+ "operationId": "listStorageV1CSIDriver",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIDriverList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIDriver",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a CSIDriver",
+ "operationId": "createStorageV1CSIDriver",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIDriver"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIDriver"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIDriver"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIDriver"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIDriver",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1/csidrivers/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a CSIDriver",
+ "operationId": "deleteStorageV1CSIDriver",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIDriver"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIDriver"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIDriver",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified CSIDriver",
+ "operationId": "readStorageV1CSIDriver",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIDriver"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIDriver",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the CSIDriver",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified CSIDriver",
+ "operationId": "patchStorageV1CSIDriver",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIDriver"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIDriver"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIDriver",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified CSIDriver",
+ "operationId": "replaceStorageV1CSIDriver",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIDriver"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIDriver"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIDriver"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIDriver",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1/csinodes": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of CSINode",
+ "operationId": "deleteStorageV1CollectionCSINode",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSINode",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind CSINode",
+ "operationId": "listStorageV1CSINode",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSINodeList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSINode",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a CSINode",
+ "operationId": "createStorageV1CSINode",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSINode"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSINode"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSINode"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSINode"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSINode",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1/csinodes/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a CSINode",
+ "operationId": "deleteStorageV1CSINode",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSINode"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSINode"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSINode",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified CSINode",
+ "operationId": "readStorageV1CSINode",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSINode"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSINode",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the CSINode",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified CSINode",
+ "operationId": "patchStorageV1CSINode",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSINode"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSINode"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSINode",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified CSINode",
+ "operationId": "replaceStorageV1CSINode",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSINode"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSINode"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSINode"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSINode",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1/csistoragecapacities": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind CSIStorageCapacity",
+ "operationId": "listStorageV1CSIStorageCapacityForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIStorageCapacityList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIStorageCapacity",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of CSIStorageCapacity",
+ "operationId": "deleteStorageV1CollectionNamespacedCSIStorageCapacity",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIStorageCapacity",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind CSIStorageCapacity",
+ "operationId": "listStorageV1NamespacedCSIStorageCapacity",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIStorageCapacityList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIStorageCapacity",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a CSIStorageCapacity",
+ "operationId": "createStorageV1NamespacedCSIStorageCapacity",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIStorageCapacity",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a CSIStorageCapacity",
+ "operationId": "deleteStorageV1NamespacedCSIStorageCapacity",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIStorageCapacity",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified CSIStorageCapacity",
+ "operationId": "readStorageV1NamespacedCSIStorageCapacity",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIStorageCapacity",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the CSIStorageCapacity",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified CSIStorageCapacity",
+ "operationId": "patchStorageV1NamespacedCSIStorageCapacity",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIStorageCapacity",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified CSIStorageCapacity",
+ "operationId": "replaceStorageV1NamespacedCSIStorageCapacity",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIStorageCapacity",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1/storageclasses": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of StorageClass",
+ "operationId": "deleteStorageV1CollectionStorageClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "StorageClass",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind StorageClass",
+ "operationId": "listStorageV1StorageClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.StorageClassList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "StorageClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a StorageClass",
+ "operationId": "createStorageV1StorageClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.StorageClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.StorageClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.StorageClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.StorageClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "StorageClass",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1/storageclasses/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a StorageClass",
+ "operationId": "deleteStorageV1StorageClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.StorageClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.StorageClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "StorageClass",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified StorageClass",
+ "operationId": "readStorageV1StorageClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.StorageClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "StorageClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the StorageClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified StorageClass",
+ "operationId": "patchStorageV1StorageClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.StorageClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.StorageClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "StorageClass",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified StorageClass",
+ "operationId": "replaceStorageV1StorageClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.StorageClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.StorageClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.StorageClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "StorageClass",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1/volumeattachments": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of VolumeAttachment",
+ "operationId": "deleteStorageV1CollectionVolumeAttachment",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttachment",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind VolumeAttachment",
+ "operationId": "listStorageV1VolumeAttachment",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachmentList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttachment",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a VolumeAttachment",
+ "operationId": "createStorageV1VolumeAttachment",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttachment",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1/volumeattachments/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a VolumeAttachment",
+ "operationId": "deleteStorageV1VolumeAttachment",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttachment",
+ "version": "v1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified VolumeAttachment",
+ "operationId": "readStorageV1VolumeAttachment",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttachment",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the VolumeAttachment",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified VolumeAttachment",
+ "operationId": "patchStorageV1VolumeAttachment",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttachment",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified VolumeAttachment",
+ "operationId": "replaceStorageV1VolumeAttachment",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttachment",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1/volumeattachments/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified VolumeAttachment",
+ "operationId": "readStorageV1VolumeAttachmentStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttachment",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the VolumeAttachment",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified VolumeAttachment",
+ "operationId": "patchStorageV1VolumeAttachmentStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttachment",
+ "version": "v1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified VolumeAttachment",
+ "operationId": "replaceStorageV1VolumeAttachmentStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttachment",
+ "version": "v1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1/watch/csidrivers": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of CSIDriver. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchStorageV1CSIDriverList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIDriver",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1/watch/csidrivers/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind CSIDriver. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchStorageV1CSIDriver",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIDriver",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the CSIDriver",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1/watch/csinodes": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of CSINode. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchStorageV1CSINodeList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSINode",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1/watch/csinodes/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind CSINode. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchStorageV1CSINode",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSINode",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the CSINode",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1/watch/csistoragecapacities": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchStorageV1CSIStorageCapacityListForAllNamespaces",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIStorageCapacity",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1/watch/namespaces/{namespace}/csistoragecapacities": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchStorageV1NamespacedCSIStorageCapacityList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIStorageCapacity",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1/watch/namespaces/{namespace}/csistoragecapacities/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchStorageV1NamespacedCSIStorageCapacity",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "CSIStorageCapacity",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the CSIStorageCapacity",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/namespace-vgWSWtn3"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1/watch/storageclasses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of StorageClass. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchStorageV1StorageClassList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "StorageClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1/watch/storageclasses/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind StorageClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchStorageV1StorageClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "StorageClass",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the StorageClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1/watch/volumeattachments": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchStorageV1VolumeAttachmentList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttachment",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1/watch/volumeattachments/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchStorageV1VolumeAttachment",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttachment",
+ "version": "v1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the VolumeAttachment",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1alpha1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getStorageV1alpha1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1alpha1"
+ ]
+ }
+ },
+ "/apis/storage.k8s.io/v1alpha1/volumeattributesclasses": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of VolumeAttributesClass",
+ "operationId": "deleteStorageV1alpha1CollectionVolumeAttributesClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1alpha1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1alpha1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind VolumeAttributesClass",
+ "operationId": "listStorageV1alpha1VolumeAttributesClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttributesClassList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1alpha1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a VolumeAttributesClass",
+ "operationId": "createStorageV1alpha1VolumeAttributesClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttributesClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttributesClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttributesClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttributesClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1alpha1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1alpha1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1alpha1/volumeattributesclasses/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a VolumeAttributesClass",
+ "operationId": "deleteStorageV1alpha1VolumeAttributesClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttributesClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttributesClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1alpha1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1alpha1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified VolumeAttributesClass",
+ "operationId": "readStorageV1alpha1VolumeAttributesClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttributesClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1alpha1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the VolumeAttributesClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified VolumeAttributesClass",
+ "operationId": "patchStorageV1alpha1VolumeAttributesClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttributesClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttributesClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1alpha1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1alpha1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified VolumeAttributesClass",
+ "operationId": "replaceStorageV1alpha1VolumeAttributesClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttributesClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttributesClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttributesClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1alpha1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1alpha1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1alpha1/watch/volumeattributesclasses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of VolumeAttributesClass. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchStorageV1alpha1VolumeAttributesClassList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1alpha1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1alpha1/watch/volumeattributesclasses/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind VolumeAttributesClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchStorageV1alpha1VolumeAttributesClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1alpha1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the VolumeAttributesClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1beta1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getStorageV1beta1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1beta1"
+ ]
+ }
+ },
+ "/apis/storage.k8s.io/v1beta1/volumeattributesclasses": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of VolumeAttributesClass",
+ "operationId": "deleteStorageV1beta1CollectionVolumeAttributesClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1beta1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind VolumeAttributesClass",
+ "operationId": "listStorageV1beta1VolumeAttributesClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttributesClassList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1beta1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a VolumeAttributesClass",
+ "operationId": "createStorageV1beta1VolumeAttributesClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttributesClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttributesClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttributesClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttributesClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1beta1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a VolumeAttributesClass",
+ "operationId": "deleteStorageV1beta1VolumeAttributesClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttributesClass"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttributesClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1beta1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1beta1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified VolumeAttributesClass",
+ "operationId": "readStorageV1beta1VolumeAttributesClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttributesClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1beta1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the VolumeAttributesClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified VolumeAttributesClass",
+ "operationId": "patchStorageV1beta1VolumeAttributesClass",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttributesClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttributesClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1beta1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1beta1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified VolumeAttributesClass",
+ "operationId": "replaceStorageV1beta1VolumeAttributesClass",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttributesClass"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttributesClass"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttributesClass"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1beta1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1beta1"
+ }
+ }
+ },
+ "/apis/storage.k8s.io/v1beta1/watch/volumeattributesclasses": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of VolumeAttributesClass. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchStorageV1beta1VolumeAttributesClassList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1beta1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storage.k8s.io/v1beta1/watch/volumeattributesclasses/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind VolumeAttributesClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchStorageV1beta1VolumeAttributesClass",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storage_v1beta1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storage.k8s.io",
+ "kind": "VolumeAttributesClass",
+ "version": "v1beta1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the VolumeAttributesClass",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storagemigration.k8s.io/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "description": "get information of a group",
+ "operationId": "getStoragemigrationAPIGroup",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storagemigration"
+ ]
+ }
+ },
+ "/apis/storagemigration.k8s.io/v1alpha1/": {
+ "get": {
+ "consumes": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "description": "get available resources",
+ "operationId": "getStoragemigrationV1alpha1APIResources",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storagemigration_v1alpha1"
+ ]
+ }
+ },
+ "/apis/storagemigration.k8s.io/v1alpha1/storageversionmigrations": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete collection of StorageVersionMigration",
+ "operationId": "deleteStoragemigrationV1alpha1CollectionStorageVersionMigration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storagemigration_v1alpha1"
+ ],
+ "x-kubernetes-action": "deletecollection",
+ "x-kubernetes-group-version-kind": {
+ "group": "storagemigration.k8s.io",
+ "kind": "StorageVersionMigration",
+ "version": "v1alpha1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "list or watch objects of kind StorageVersionMigration",
+ "operationId": "listStoragemigrationV1alpha1StorageVersionMigration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigrationList"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storagemigration_v1alpha1"
+ ],
+ "x-kubernetes-action": "list",
+ "x-kubernetes-group-version-kind": {
+ "group": "storagemigration.k8s.io",
+ "kind": "StorageVersionMigration",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "post": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "create a StorageVersionMigration",
+ "operationId": "createStoragemigrationV1alpha1StorageVersionMigration",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storagemigration_v1alpha1"
+ ],
+ "x-kubernetes-action": "post",
+ "x-kubernetes-group-version-kind": {
+ "group": "storagemigration.k8s.io",
+ "kind": "StorageVersionMigration",
+ "version": "v1alpha1"
+ }
+ }
+ },
+ "/apis/storagemigration.k8s.io/v1alpha1/storageversionmigrations/{name}": {
+ "delete": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "delete a StorageVersionMigration",
+ "operationId": "deleteStoragemigrationV1alpha1StorageVersionMigration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-2Y1dVQaQ"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/gracePeriodSeconds--K5HaBOS"
+ },
+ {
+ "$ref": "#/parameters/ignoreStoreReadErrorWithClusterBreakingPotential-QbNkfIqj"
+ },
+ {
+ "$ref": "#/parameters/orphanDependents-uRB25kX5"
+ },
+ {
+ "$ref": "#/parameters/propagationPolicy-6jk3prlO"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "202": {
+ "description": "Accepted",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storagemigration_v1alpha1"
+ ],
+ "x-kubernetes-action": "delete",
+ "x-kubernetes-group-version-kind": {
+ "group": "storagemigration.k8s.io",
+ "kind": "StorageVersionMigration",
+ "version": "v1alpha1"
+ }
+ },
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read the specified StorageVersionMigration",
+ "operationId": "readStoragemigrationV1alpha1StorageVersionMigration",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storagemigration_v1alpha1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "storagemigration.k8s.io",
+ "kind": "StorageVersionMigration",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the StorageVersionMigration",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update the specified StorageVersionMigration",
+ "operationId": "patchStoragemigrationV1alpha1StorageVersionMigration",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storagemigration_v1alpha1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storagemigration.k8s.io",
+ "kind": "StorageVersionMigration",
+ "version": "v1alpha1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace the specified StorageVersionMigration",
+ "operationId": "replaceStoragemigrationV1alpha1StorageVersionMigration",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storagemigration_v1alpha1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "storagemigration.k8s.io",
+ "kind": "StorageVersionMigration",
+ "version": "v1alpha1"
+ }
+ }
+ },
+ "/apis/storagemigration.k8s.io/v1alpha1/storageversionmigrations/{name}/status": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "read status of the specified StorageVersionMigration",
+ "operationId": "readStoragemigrationV1alpha1StorageVersionMigrationStatus",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storagemigration_v1alpha1"
+ ],
+ "x-kubernetes-action": "get",
+ "x-kubernetes-group-version-kind": {
+ "group": "storagemigration.k8s.io",
+ "kind": "StorageVersionMigration",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "description": "name of the StorageVersionMigration",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ }
+ ],
+ "patch": {
+ "consumes": [
+ "application/json-patch+json",
+ "application/merge-patch+json",
+ "application/strategic-merge-patch+json",
+ "application/apply-patch+yaml",
+ "application/apply-patch+cbor"
+ ],
+ "description": "partially update status of the specified StorageVersionMigration",
+ "operationId": "patchStoragemigrationV1alpha1StorageVersionMigrationStatus",
+ "parameters": [
+ {
+ "$ref": "#/parameters/body-78PwaGsr"
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-7c6nTn1T"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/force-tOGGb0Yi"
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storagemigration_v1alpha1"
+ ],
+ "x-kubernetes-action": "patch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storagemigration.k8s.io",
+ "kind": "StorageVersionMigration",
+ "version": "v1alpha1"
+ }
+ },
+ "put": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "replace status of the specified StorageVersionMigration",
+ "operationId": "replaceStoragemigrationV1alpha1StorageVersionMigrationStatus",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ {
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
+ "in": "query",
+ "name": "dryRun",
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/fieldManager-Qy4HdaTW"
+ },
+ {
+ "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.",
+ "in": "query",
+ "name": "fieldValidation",
+ "type": "string",
+ "uniqueItems": true
+ }
+ ],
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ "201": {
+ "description": "Created",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.StorageVersionMigration"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storagemigration_v1alpha1"
+ ],
+ "x-kubernetes-action": "put",
+ "x-kubernetes-group-version-kind": {
+ "group": "storagemigration.k8s.io",
+ "kind": "StorageVersionMigration",
+ "version": "v1alpha1"
+ }
+ }
+ },
+ "/apis/storagemigration.k8s.io/v1alpha1/watch/storageversionmigrations": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch individual changes to a list of StorageVersionMigration. deprecated: use the 'watch' parameter with a list operation instead.",
+ "operationId": "watchStoragemigrationV1alpha1StorageVersionMigrationList",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storagemigration_v1alpha1"
+ ],
+ "x-kubernetes-action": "watchlist",
+ "x-kubernetes-group-version-kind": {
+ "group": "storagemigration.k8s.io",
+ "kind": "StorageVersionMigration",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/apis/storagemigration.k8s.io/v1alpha1/watch/storageversionmigrations/{name}": {
+ "get": {
+ "consumes": [
+ "*/*"
+ ],
+ "description": "watch changes to an object of kind StorageVersionMigration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
+ "operationId": "watchStoragemigrationV1alpha1StorageVersionMigration",
+ "produces": [
+ "application/json",
+ "application/yaml",
+ "application/vnd.kubernetes.protobuf",
+ "application/cbor",
+ "application/json;stream=watch",
+ "application/vnd.kubernetes.protobuf;stream=watch",
+ "application/cbor-seq"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "storagemigration_v1alpha1"
+ ],
+ "x-kubernetes-action": "watch",
+ "x-kubernetes-group-version-kind": {
+ "group": "storagemigration.k8s.io",
+ "kind": "StorageVersionMigration",
+ "version": "v1alpha1"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
+ },
+ {
+ "$ref": "#/parameters/continue-QfD61s0i"
+ },
+ {
+ "$ref": "#/parameters/fieldSelector-xIcQKXFG"
+ },
+ {
+ "$ref": "#/parameters/labelSelector-5Zw57w4C"
+ },
+ {
+ "$ref": "#/parameters/limit-1NfNmdNH"
+ },
+ {
+ "description": "name of the StorageVersionMigration",
+ "in": "path",
+ "name": "name",
+ "required": true,
+ "type": "string",
+ "uniqueItems": true
+ },
+ {
+ "$ref": "#/parameters/pretty-tJGM1-ng"
+ },
+ {
+ "$ref": "#/parameters/resourceVersion-5WAnf1kx"
+ },
+ {
+ "$ref": "#/parameters/resourceVersionMatch-t8XhRHeC"
+ },
+ {
+ "$ref": "#/parameters/sendInitialEvents-rLXlEK_k"
+ },
+ {
+ "$ref": "#/parameters/timeoutSeconds-yvYezaOC"
+ },
+ {
+ "$ref": "#/parameters/watch-XNNPZGbK"
+ }
+ ]
+ },
+ "/logs/": {
+ "get": {
+ "operationId": "logFileListHandler",
+ "responses": {
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "logs"
+ ]
+ }
+ },
+ "/logs/{logpath}": {
+ "get": {
+ "operationId": "logFileHandler",
+ "responses": {
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "logs"
+ ]
+ },
+ "parameters": [
+ {
+ "$ref": "#/parameters/logpath-Noq7euwC"
+ }
+ ]
+ },
+ "/openid/v1/jwks/": {
+ "get": {
+ "description": "get service account issuer OpenID JSON Web Key Set (contains public token verification keys)",
+ "operationId": "getServiceAccountIssuerOpenIDKeyset",
+ "produces": [
+ "application/jwk-set+json"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "type": "string"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "openid"
+ ]
+ }
+ },
+ "/version/": {
+ "get": {
+ "consumes": [
+ "application/json"
+ ],
+ "description": "get the version information for this server",
+ "operationId": "getCodeVersion",
+ "produces": [
+ "application/json"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.version.Info"
+ }
+ },
+ "401": {
+ "description": "Unauthorized"
+ }
+ },
+ "schemes": [
+ "https"
+ ],
+ "tags": [
+ "version"
+ ]
+ }
+ }
+ },
+ "security": [
+ {
+ "BearerToken": []
+ }
+ ],
+ "securityDefinitions": {
+ "BearerToken": {
+ "description": "Bearer Token authentication",
+ "in": "header",
+ "name": "authorization",
+ "type": "apiKey"
+ }
+ },
+ "swagger": "2.0"
+}
diff --git a/gen-apidocs/generators/html.go b/gen-apidocs/generators/html.go
index 6ea4f284d3..8fbe9c0ead 100644
--- a/gen-apidocs/generators/html.go
+++ b/gen-apidocs/generators/html.go
@@ -311,7 +311,7 @@ func (h *HTMLWriter) WriteDefinition(d *api.Definition) error {
}
func (h *HTMLWriter) WriteOperation(o *api.Operation) error {
- fn := "_" + operationFileName(o) + ".html"
+ fn := "_" + operationFileName(o) + ".html"
path := filepath.Join(api.IncludesDir, fn)
f, err := os.Create(path)
if err != nil {
@@ -322,12 +322,12 @@ func (h *HTMLWriter) WriteOperation(o *api.Operation) error {
nvg := fmt.Sprintf("%s", o.ID)
linkID := getLink(nvg)
- oGroup, oVersion, oKind, _ := o.GetGroupVersionKindSub()
- oApiVersion := api.ApiVersion(oVersion)
+ oGroup, oVersion, oKind, _ := o.GetGroupVersionKindSub()
+ oApiVersion := api.ApiVersion(oVersion)
- if len(oGroup) > 0 {
- nvg = h.gvkMarkup(oGroup, oApiVersion, oKind)
- }
+ if len(oGroup) > 0 {
+ nvg = h.gvkMarkup(oGroup, oApiVersion, oKind)
+ }
fmt.Fprintf(f, "\n", linkID)
defer fmt.Fprint(f, "
\n")
@@ -342,12 +342,11 @@ func (h *HTMLWriter) WriteOperation(o *api.Operation) error {
}
h.currentTOCItem.SubSections = append(h.currentTOCItem.SubSections, &item)
- h.WriteOperationBody(f, o, o.ID)
+ h.WriteOperationBody(f, o, o.ID)
return nil
}
-
func (h *HTMLWriter) writeSamples(w io.Writer, d *api.Definition) {
if d.Sample.Sample == "" {
return
@@ -482,25 +481,25 @@ func (h *HTMLWriter) writeResponseParams(w io.Writer, o *api.Operation) {
}
func (h *HTMLWriter) WriteOperationBody(w io.Writer, o *api.Operation, opID string) {
- if o.Definition != nil {
- // Example requests
- requests := o.GetExampleRequests()
- if len(requests) > 0 {
- h.writeOperationSample(w, true, opID, requests)
- }
- // Example responses
- responses := o.GetExampleResponses()
- if len(responses) > 0 {
- h.writeOperationSample(w, false, opID, responses)
- }
- }
-
- fmt.Fprintf(w, "%s
\n", o.Description())
- fmt.Fprintf(w, "HTTP Request
\n")
- fmt.Fprintf(w, "%s
\n", o.GetDisplayHttp())
-
- h.writeRequestParams(w, o)
- h.writeResponseParams(w, o)
+ if o.Definition != nil {
+ // Example requests
+ requests := o.GetExampleRequests()
+ if len(requests) > 0 {
+ h.writeOperationSample(w, true, opID, requests)
+ }
+ // Example responses
+ responses := o.GetExampleResponses()
+ if len(responses) > 0 {
+ h.writeOperationSample(w, false, opID, responses)
+ }
+ }
+
+ fmt.Fprintf(w, "%s
\n", o.Description())
+ fmt.Fprintf(w, "HTTP Request
\n")
+ fmt.Fprintf(w, "%s
\n", o.GetDisplayHttp())
+
+ h.writeRequestParams(w, o)
+ h.writeResponseParams(w, o)
}
func (h *HTMLWriter) WriteResource(r *api.Resource) error {
@@ -593,7 +592,7 @@ func (h *HTMLWriter) WriteResource(r *api.Resource) error {
}
ocItem.SubSections = append(ocItem.SubSections, &OPItem)
- h.WriteOperationBody(w, o, opID);
+ h.WriteOperationBody(w, o, opID)
fmt.Fprint(w, "\n")
}
diff --git a/gen-apidocs/go.mod b/gen-apidocs/go.mod
index 65ce3d3a88..6f87ac91c7 100644
--- a/gen-apidocs/go.mod
+++ b/gen-apidocs/go.mod
@@ -1,6 +1,6 @@
module github.com/kubernetes-sigs/reference-docs/gen-apidocs
-go 1.23.0
+go 1.24.0
require (
github.com/go-openapi/loads v0.22.0
@@ -9,8 +9,6 @@ require (
)
require (
- github.com/PuerkitoBio/purell v1.1.1 // indirect
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/go-openapi/analysis v0.23.0 // indirect
github.com/go-openapi/errors v0.22.0 // indirect
@@ -18,14 +16,11 @@ require (
github.com/go-openapi/jsonreference v0.21.0 // indirect
github.com/go-openapi/strfmt v0.23.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
- github.com/go-stack/stack v1.8.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/oklog/ulid v1.3.1 // indirect
go.mongodb.org/mongo-driver v1.14.0 // indirect
- golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
- golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
diff --git a/gen-apidocs/go.sum b/gen-apidocs/go.sum
index 4d79e4d03b..3b292c1676 100644
--- a/gen-apidocs/go.sum
+++ b/gen-apidocs/go.sum
@@ -1,336 +1,51 @@
-github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
-github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
-github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=
-github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
-github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=
-github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
-github.com/agnivade/levenshtein v1.0.1/go.mod h1:CURSv5d9Uaml+FovSIICkLbAUZ9S4RqaHDIsdSBg7lM=
-github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
-github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
-github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
-github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg=
-github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg=
-github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef h1:46PFijGLmAjMPwCCCo7Jf0W6f9slllCkkv7vyc1yOSg=
-github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
-github.com/aws/aws-sdk-go v1.34.28/go.mod h1:H7NKnBqNVzoTJpGfLrQkkD+ytBA93eiDYi/+8rV9s48=
-github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
-github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
-github.com/docker/go-units v0.3.3/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
-github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
-github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q=
-github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q=
-github.com/go-openapi/analysis v0.0.0-20180825180245-b006789cd277/go.mod h1:k70tL6pCuVxPJOHXQ+wIac1FUrvNkHolPie/cLEU6hI=
-github.com/go-openapi/analysis v0.17.0/go.mod h1:IowGgpVeD0vNm45So8nr+IcQ3pxVtpRoBWb8PVZO0ik=
-github.com/go-openapi/analysis v0.18.0/go.mod h1:IowGgpVeD0vNm45So8nr+IcQ3pxVtpRoBWb8PVZO0ik=
-github.com/go-openapi/analysis v0.19.2/go.mod h1:3P1osvZa9jKjb8ed2TPng3f0i/UY9snX6gxi44djMjk=
-github.com/go-openapi/analysis v0.19.4/go.mod h1:3P1osvZa9jKjb8ed2TPng3f0i/UY9snX6gxi44djMjk=
-github.com/go-openapi/analysis v0.19.5/go.mod h1:hkEAkxagaIvIP7VTn8ygJNkd4kAYON2rCu0v0ObL0AU=
-github.com/go-openapi/analysis v0.19.10/go.mod h1:qmhS3VNFxBlquFJ0RGoDtylO9y4pgTAUNE9AEEMdlJQ=
-github.com/go-openapi/analysis v0.19.16/go.mod h1:GLInF007N83Ad3m8a/CbQ5TPzdnGT7workfHwuVjNVk=
-github.com/go-openapi/analysis v0.20.0/go.mod h1:BMchjvaHDykmRMsK40iPtvyOfFdMMxlOmQr9FBZk+Og=
-github.com/go-openapi/analysis v0.20.1 h1:zdVbw8yoD4SWZeq+cWdGgquaB0W4VrsJvDJHJND/Ktc=
-github.com/go-openapi/analysis v0.20.1/go.mod h1:BMchjvaHDykmRMsK40iPtvyOfFdMMxlOmQr9FBZk+Og=
github.com/go-openapi/analysis v0.23.0 h1:aGday7OWupfMs+LbmLZG4k0MYXIANxcuBTYUC03zFCU=
github.com/go-openapi/analysis v0.23.0/go.mod h1:9mz9ZWaSlV8TvjQHLl2mUW2PbZtemkE8yA5v22ohupo=
-github.com/go-openapi/errors v0.17.0/go.mod h1:LcZQpmvG4wyF5j4IhA73wkLFQg+QJXOQHVjmcZxhka0=
-github.com/go-openapi/errors v0.18.0/go.mod h1:LcZQpmvG4wyF5j4IhA73wkLFQg+QJXOQHVjmcZxhka0=
-github.com/go-openapi/errors v0.19.2/go.mod h1:qX0BLWsyaKfvhluLejVpVNwNRdXZhEbTA4kxxpKBC94=
-github.com/go-openapi/errors v0.19.3/go.mod h1:qX0BLWsyaKfvhluLejVpVNwNRdXZhEbTA4kxxpKBC94=
-github.com/go-openapi/errors v0.19.6/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M=
-github.com/go-openapi/errors v0.19.7/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M=
-github.com/go-openapi/errors v0.19.8/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M=
-github.com/go-openapi/errors v0.19.9 h1:9SnKdGhiPZHF3ttwFMiCBEb8jQ4IDdrK+5+a0oTygA4=
-github.com/go-openapi/errors v0.19.9/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M=
github.com/go-openapi/errors v0.22.0 h1:c4xY/OLxUBSTiepAg3j/MHuAv5mJhnf53LLMWFB+u/w=
github.com/go-openapi/errors v0.22.0/go.mod h1:J3DmZScxCDufmIMsdOuDHxJbdOGC0xtUynjIx092vXE=
-github.com/go-openapi/jsonpointer v0.17.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M=
-github.com/go-openapi/jsonpointer v0.18.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M=
-github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg=
-github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg=
-github.com/go-openapi/jsonpointer v0.19.5 h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY=
-github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg=
github.com/go-openapi/jsonpointer v0.21.0 h1:YgdVicSA9vH5RiHs9TZW5oyafXZFc6+2Vc1rr/O9oNQ=
github.com/go-openapi/jsonpointer v0.21.0/go.mod h1:IUyH9l/+uyhIYQ/PXVA41Rexl+kOkAPDdXEYns6fzUY=
-github.com/go-openapi/jsonreference v0.17.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I=
-github.com/go-openapi/jsonreference v0.18.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I=
-github.com/go-openapi/jsonreference v0.19.2/go.mod h1:jMjeRr2HHw6nAVajTXJ4eiUwohSTlpa0o73RUL1owJc=
-github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8=
-github.com/go-openapi/jsonreference v0.19.5 h1:1WJP/wi4OjB4iV8KVbH73rQaoialJrqv8gitZLxGLtM=
-github.com/go-openapi/jsonreference v0.19.5/go.mod h1:RdybgQwPxbL4UEjuAruzK1x3nE69AqPYEJeo/TWfEeg=
github.com/go-openapi/jsonreference v0.21.0 h1:Rs+Y7hSXT83Jacb7kFyjn4ijOuVGSvOdF2+tg1TRrwQ=
github.com/go-openapi/jsonreference v0.21.0/go.mod h1:LmZmgsrTkVg9LG4EaHeY8cBDslNPMo06cago5JNLkm4=
-github.com/go-openapi/loads v0.17.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU=
-github.com/go-openapi/loads v0.18.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU=
-github.com/go-openapi/loads v0.19.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU=
-github.com/go-openapi/loads v0.19.2/go.mod h1:QAskZPMX5V0C2gvfkGZzJlINuP7Hx/4+ix5jWFxsNPs=
-github.com/go-openapi/loads v0.19.3/go.mod h1:YVfqhUCdahYwR3f3iiwQLhicVRvLlU/WO5WPaZvcvSI=
-github.com/go-openapi/loads v0.19.5/go.mod h1:dswLCAdonkRufe/gSUC3gN8nTSaB9uaS2es0x5/IbjY=
-github.com/go-openapi/loads v0.19.6/go.mod h1:brCsvE6j8mnbmGBh103PT/QLHfbyDxA4hsKvYBNEGVc=
-github.com/go-openapi/loads v0.19.7/go.mod h1:brCsvE6j8mnbmGBh103PT/QLHfbyDxA4hsKvYBNEGVc=
-github.com/go-openapi/loads v0.20.0/go.mod h1:2LhKquiE513rN5xC6Aan6lYOSddlL8Mp20AW9kpviM4=
-github.com/go-openapi/loads v0.20.2/go.mod h1:hTVUotJ+UonAMMZsvakEgmWKgtulweO9vYP2bQYKA/o=
-github.com/go-openapi/loads v0.20.3 h1:VnuSSPx0bbSmSLUwltC6ss45tWyWzfvIeAeCk73B6N4=
-github.com/go-openapi/loads v0.20.3/go.mod h1:r3u+N8rngPey6DHjYj9G4Wf61heNZjTQX2UjdIvUbn0=
github.com/go-openapi/loads v0.22.0 h1:ECPGd4jX1U6NApCGG1We+uEozOAvXvJSF4nnwHZ8Aco=
github.com/go-openapi/loads v0.22.0/go.mod h1:yLsaTCS92mnSAZX5WWoxszLj0u+Ojl+Zs5Stn1oF+rs=
-github.com/go-openapi/runtime v0.0.0-20180920151709-4f900dc2ade9/go.mod h1:6v9a6LTXWQCdL8k1AO3cvqx5OtZY/Y9wKTgaoP6YRfA=
-github.com/go-openapi/runtime v0.19.0/go.mod h1:OwNfisksmmaZse4+gpV3Ne9AyMOlP1lt4sK4FXt0O64=
-github.com/go-openapi/runtime v0.19.4/go.mod h1:X277bwSUBxVlCYR3r7xgZZGKVvBd/29gLDlFGtJ8NL4=
-github.com/go-openapi/runtime v0.19.15/go.mod h1:dhGWCTKRXlAfGnQG0ONViOZpjfg0m2gUt9nTQPQZuoo=
-github.com/go-openapi/runtime v0.19.16/go.mod h1:5P9104EJgYcizotuXhEuUrzVc+j1RiSjahULvYmlv98=
-github.com/go-openapi/runtime v0.19.24 h1:TqagMVlRAOTwllE/7hNKx6rQ10O6T8ZzeJdMjSTKaD4=
-github.com/go-openapi/runtime v0.19.24/go.mod h1:Lm9YGCeecBnUUkFTxPC4s1+lwrkJ0pthx8YvyjCfkgk=
-github.com/go-openapi/spec v0.17.0/go.mod h1:XkF/MOi14NmjsfZ8VtAKf8pIlbZzyoTvZsdfssdxcBI=
-github.com/go-openapi/spec v0.18.0/go.mod h1:XkF/MOi14NmjsfZ8VtAKf8pIlbZzyoTvZsdfssdxcBI=
-github.com/go-openapi/spec v0.19.2/go.mod h1:sCxk3jxKgioEJikev4fgkNmwS+3kuYdJtcsZsD5zxMY=
-github.com/go-openapi/spec v0.19.3/go.mod h1:FpwSN1ksY1eteniUU7X0N/BgJ7a4WvBFVA8Lj9mJglo=
-github.com/go-openapi/spec v0.19.6/go.mod h1:Hm2Jr4jv8G1ciIAo+frC/Ft+rR2kQDh8JHKHb3gWUSk=
-github.com/go-openapi/spec v0.19.8/go.mod h1:Hm2Jr4jv8G1ciIAo+frC/Ft+rR2kQDh8JHKHb3gWUSk=
-github.com/go-openapi/spec v0.19.15/go.mod h1:+81FIL1JwC5P3/Iuuozq3pPE9dXdIEGxFutcFKaVbmU=
-github.com/go-openapi/spec v0.20.0/go.mod h1:+81FIL1JwC5P3/Iuuozq3pPE9dXdIEGxFutcFKaVbmU=
-github.com/go-openapi/spec v0.20.1/go.mod h1:93x7oh+d+FQsmsieroS4cmR3u0p/ywH649a3qwC9OsQ=
-github.com/go-openapi/spec v0.20.3 h1:uH9RQ6vdyPSs2pSy9fL8QPspDF2AMIMPtmK5coSSjtQ=
-github.com/go-openapi/spec v0.20.3/go.mod h1:gG4F8wdEDN+YPBMVnzE85Rbhf+Th2DTvA9nFPQ5AYEg=
github.com/go-openapi/spec v0.21.0 h1:LTVzPc3p/RzRnkQqLRndbAzjY0d0BCL72A6j3CdL9ZY=
github.com/go-openapi/spec v0.21.0/go.mod h1:78u6VdPw81XU44qEWGhtr982gJ5BWg2c0I5XwVMotYk=
-github.com/go-openapi/strfmt v0.17.0/go.mod h1:P82hnJI0CXkErkXi8IKjPbNBM6lV6+5pLP5l494TcyU=
-github.com/go-openapi/strfmt v0.18.0/go.mod h1:P82hnJI0CXkErkXi8IKjPbNBM6lV6+5pLP5l494TcyU=
-github.com/go-openapi/strfmt v0.19.0/go.mod h1:+uW+93UVvGGq2qGaZxdDeJqSAqBqBdl+ZPMF/cC8nDY=
-github.com/go-openapi/strfmt v0.19.2/go.mod h1:0yX7dbo8mKIvc3XSKp7MNfxw4JytCfCD6+bY1AVL9LU=
-github.com/go-openapi/strfmt v0.19.3/go.mod h1:0yX7dbo8mKIvc3XSKp7MNfxw4JytCfCD6+bY1AVL9LU=
-github.com/go-openapi/strfmt v0.19.4/go.mod h1:eftuHTlB/dI8Uq8JJOyRlieZf+WkkxUuk0dgdHXr2Qk=
-github.com/go-openapi/strfmt v0.19.5/go.mod h1:eftuHTlB/dI8Uq8JJOyRlieZf+WkkxUuk0dgdHXr2Qk=
-github.com/go-openapi/strfmt v0.19.11/go.mod h1:UukAYgTaQfqJuAFlNxxMWNvMYiwiXtLsF2VwmoFtbtc=
-github.com/go-openapi/strfmt v0.20.0/go.mod h1:UukAYgTaQfqJuAFlNxxMWNvMYiwiXtLsF2VwmoFtbtc=
-github.com/go-openapi/strfmt v0.20.2 h1:6XZL+fF4VZYFxKQGLAUB358hOrRh/wS51uWEtlONADE=
-github.com/go-openapi/strfmt v0.20.2/go.mod h1:43urheQI9dNtE5lTZQfuFJvjYJKPrxicATpEfZwHUNk=
github.com/go-openapi/strfmt v0.23.0 h1:nlUS6BCqcnAk0pyhi9Y+kdDVZdZMHfEKQiS4HaMgO/c=
github.com/go-openapi/strfmt v0.23.0/go.mod h1:NrtIpfKtWIygRkKVsxh7XQMDQW5HKQl6S5ik2elW+K4=
-github.com/go-openapi/swag v0.17.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg=
-github.com/go-openapi/swag v0.18.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg=
-github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk=
-github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk=
-github.com/go-openapi/swag v0.19.7/go.mod h1:ao+8BpOPyKdpQz3AOJfbeEVpLmWAvlT1IfTe5McPyhY=
-github.com/go-openapi/swag v0.19.9/go.mod h1:ao+8BpOPyKdpQz3AOJfbeEVpLmWAvlT1IfTe5McPyhY=
-github.com/go-openapi/swag v0.19.12/go.mod h1:eFdyEBkTdoAf/9RXBvj4cr1nH7GD8Kzo5HTt47gr72M=
-github.com/go-openapi/swag v0.19.13/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ=
-github.com/go-openapi/swag v0.19.14/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ=
-github.com/go-openapi/swag v0.19.15 h1:D2NRCBzS9/pEY3gP9Nl8aDqGUcPFrwG2p+CNFrLyrCM=
-github.com/go-openapi/swag v0.19.15/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ=
github.com/go-openapi/swag v0.23.0 h1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+GrE=
github.com/go-openapi/swag v0.23.0/go.mod h1:esZ8ITTYEsH1V2trKHjAN8Ai7xHb8RV+YSZ577vPjgQ=
-github.com/go-openapi/validate v0.18.0/go.mod h1:Uh4HdOzKt19xGIGm1qHf/ofbX1YQ4Y+MYsct2VUrAJ4=
-github.com/go-openapi/validate v0.19.2/go.mod h1:1tRCw7m3jtI8eNWEEliiAqUIcBztB2KDnRCRMUi7GTA=
-github.com/go-openapi/validate v0.19.3/go.mod h1:90Vh6jjkTn+OT1Eefm0ZixWNFjhtOH7vS9k0lo6zwJo=
-github.com/go-openapi/validate v0.19.10/go.mod h1:RKEZTUWDkxKQxN2jDT7ZnZi2bhZlbNMAuKvKB+IaGx8=
-github.com/go-openapi/validate v0.19.12/go.mod h1:Rzou8hA/CBw8donlS6WNEUQupNvUZ0waH08tGe6kAQ4=
-github.com/go-openapi/validate v0.19.15/go.mod h1:tbn/fdOwYHgrhPBzidZfJC2MIVvs9GA7monOmWBbeCI=
-github.com/go-openapi/validate v0.20.1/go.mod h1:b60iJT+xNNLfaQJUqLI7946tYiFEOuE9E4k54HpKcJ0=
-github.com/go-openapi/validate v0.20.2 h1:AhqDegYV3J3iQkMPJSXkvzymHKMTw0BST3RK3hTT4ts=
-github.com/go-openapi/validate v0.20.2/go.mod h1:e7OJoKNgd0twXZwIn0A43tHbvIcr/rZIVCbJBpTUoY0=
-github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
-github.com/go-stack/stack v1.8.0 h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=
-github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
-github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd/go.mod h1:4duuawTqi2wkkpB4ePgWMaai6/Kc6WEz83bhFwpHzj0=
-github.com/gobuffalo/depgen v0.0.0-20190329151759-d478694a28d3/go.mod h1:3STtPUQYuzV0gBVOY3vy6CfMm/ljR4pABfrTeHNLHUY=
-github.com/gobuffalo/depgen v0.1.0/go.mod h1:+ifsuy7fhi15RWncXQQKjWS9JPkdah5sZvtHc2RXGlg=
-github.com/gobuffalo/envy v1.6.15/go.mod h1:n7DRkBerg/aorDM8kbduw5dN3oXGswK5liaSCx4T5NI=
-github.com/gobuffalo/envy v1.7.0/go.mod h1:n7DRkBerg/aorDM8kbduw5dN3oXGswK5liaSCx4T5NI=
-github.com/gobuffalo/flect v0.1.0/go.mod h1:d2ehjJqGOH/Kjqcoz+F7jHTBbmDb38yXA598Hb50EGs=
-github.com/gobuffalo/flect v0.1.1/go.mod h1:8JCgGVbRjJhVgD6399mQr4fx5rRfGKVzFjbj6RE/9UI=
-github.com/gobuffalo/flect v0.1.3/go.mod h1:8JCgGVbRjJhVgD6399mQr4fx5rRfGKVzFjbj6RE/9UI=
-github.com/gobuffalo/genny v0.0.0-20190329151137-27723ad26ef9/go.mod h1:rWs4Z12d1Zbf19rlsn0nurr75KqhYp52EAGGxTbBhNk=
-github.com/gobuffalo/genny v0.0.0-20190403191548-3ca520ef0d9e/go.mod h1:80lIj3kVJWwOrXWWMRzzdhW3DsrdjILVil/SFKBzF28=
-github.com/gobuffalo/genny v0.1.0/go.mod h1:XidbUqzak3lHdS//TPu2OgiFB+51Ur5f7CSnXZ/JDvo=
-github.com/gobuffalo/genny v0.1.1/go.mod h1:5TExbEyY48pfunL4QSXxlDOmdsD44RRq4mVZ0Ex28Xk=
-github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211/go.mod h1:vEHJk/E9DmhejeLeNt7UVvlSGv3ziL+djtTr3yyzcOw=
-github.com/gobuffalo/gogen v0.0.0-20190315121717-8f38393713f5/go.mod h1:V9QVDIxsgKNZs6L2IYiGR8datgMhB577vzTDqypH360=
-github.com/gobuffalo/gogen v0.1.0/go.mod h1:8NTelM5qd8RZ15VjQTFkAW6qOMx5wBbW4dSCS3BY8gg=
-github.com/gobuffalo/gogen v0.1.1/go.mod h1:y8iBtmHmGc4qa3urIyo1shvOD8JftTtfcKi+71xfDNE=
-github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2/go.mod h1:QdxcLw541hSGtBnhUc4gaNIXRjiDppFGaDqzbrBd3v8=
-github.com/gobuffalo/mapi v1.0.1/go.mod h1:4VAGh89y6rVOvm5A8fKFxYG+wIW6LO1FMTG9hnKStFc=
-github.com/gobuffalo/mapi v1.0.2/go.mod h1:4VAGh89y6rVOvm5A8fKFxYG+wIW6LO1FMTG9hnKStFc=
-github.com/gobuffalo/packd v0.0.0-20190315124812-a385830c7fc0/go.mod h1:M2Juc+hhDXf/PnmBANFCqx4DM3wRbgDvnVWeG2RIxq4=
-github.com/gobuffalo/packd v0.1.0/go.mod h1:M2Juc+hhDXf/PnmBANFCqx4DM3wRbgDvnVWeG2RIxq4=
-github.com/gobuffalo/packr/v2 v2.0.9/go.mod h1:emmyGweYTm6Kdper+iywB6YK5YzuKchGtJQZ0Odn4pQ=
-github.com/gobuffalo/packr/v2 v2.2.0/go.mod h1:CaAwI0GPIAv+5wKLtv8Afwl+Cm78K/I/VCm/3ptBN+0=
-github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754/go.mod h1:HhnNqWY95UYwwW3uSASeV7vtgYkT2t16hJgV3AEPUpw=
-github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
-github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
-github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
-github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
-github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
-github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
-github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
-github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
-github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
-github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg=
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
-github.com/karrick/godirwalk v1.8.0/go.mod h1:H5KPZjojv4lE+QYImBI8xVtrBRgYrIVsaRPx4tDPEn4=
-github.com/karrick/godirwalk v1.10.3/go.mod h1:RoGL9dQei4vP9ilrpETWE8CLOZ1kiN0LhBygSwrAsHA=
-github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00=
-github.com/klauspost/compress v1.9.5/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A=
-github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
-github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
-github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
-github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
-github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA=
-github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
+github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
+github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
-github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
-github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
-github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
-github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
-github.com/mailru/easyjson v0.7.1/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs=
-github.com/mailru/easyjson v0.7.6 h1:8yTIVnZgCoiM1TgqoeTl+LfU5Jg6/xL3QhGQnimLYnA=
-github.com/mailru/easyjson v0.7.6/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
-github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2/go.mod h1:Ld9puTsIW75CHf65OeIOkyKbteujpZVXDpWK6YGZbxE=
-github.com/markbates/safe v1.0.1/go.mod h1:nAqgmRi7cY2nqMc92/bSEeQA+R4OheNU2T1kNSCBdG0=
-github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
-github.com/mitchellh/mapstructure v1.3.2/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
-github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
-github.com/mitchellh/mapstructure v1.4.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
-github.com/mitchellh/mapstructure v1.4.1 h1:CpVNEelQCZBooIPDn+AR3NpivK/TIKU8bDxdASFVQag=
-github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
-github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc=
-github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
-github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
-github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
-github.com/pelletier/go-toml v1.4.0/go.mod h1:PN7xzY2wHTK0K9p34ErDQMlFxa51Fk0OUruD3k1mMwo=
-github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE=
-github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
-github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
-github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
-github.com/rogpeppe/go-internal v1.1.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
-github.com/rogpeppe/go-internal v1.2.2/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
-github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
-github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
-github.com/sirupsen/logrus v1.4.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
-github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
-github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
-github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ=
-github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
-github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
-github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
-github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
-github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
-github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
-github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
-github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
-github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
-github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
-github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
-github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
-github.com/vektah/gqlparser v1.1.2/go.mod h1:1ycwN7Ij5njmMkPPAOaRFY4rET2Enx7IkVv3vaXspKw=
-github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
-github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs=
-github.com/xdg-go/stringprep v1.0.2/go.mod h1:8F9zXuvzgwmyT5DUm4GUfZGDdT3W+LCvS6+da4O5kxM=
-github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c/go.mod h1:lB8K/P019DLNhemzwFU4jHLhdvlE6uDZjXFejJXr49I=
-github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc/go.mod h1:Jhud4/sHMO4oL310DaZAKk9ZaJ08SJfe+sJh0HrGL1Y=
-github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d/go.mod h1:rHwXgn7JulP+udvsHwJoVG1YGAP6VLg4y9I5dyZdqmA=
-go.mongodb.org/mongo-driver v1.0.3/go.mod h1:u7ryQJ+DOzQmeO7zB6MHyr8jkEQvC8vH7qLUO4lqsUM=
-go.mongodb.org/mongo-driver v1.1.1/go.mod h1:u7ryQJ+DOzQmeO7zB6MHyr8jkEQvC8vH7qLUO4lqsUM=
-go.mongodb.org/mongo-driver v1.3.0/go.mod h1:MSWZXKOynuguX+JSvwP8i+58jYCXxbia8HS3gZBapIE=
-go.mongodb.org/mongo-driver v1.3.4/go.mod h1:MSWZXKOynuguX+JSvwP8i+58jYCXxbia8HS3gZBapIE=
-go.mongodb.org/mongo-driver v1.4.3/go.mod h1:WcMNYLx/IlOxLe6JRJiv2uXuCz6zBLndR4SoGjYphSc=
-go.mongodb.org/mongo-driver v1.4.4/go.mod h1:WcMNYLx/IlOxLe6JRJiv2uXuCz6zBLndR4SoGjYphSc=
-go.mongodb.org/mongo-driver v1.4.6/go.mod h1:WcMNYLx/IlOxLe6JRJiv2uXuCz6zBLndR4SoGjYphSc=
-go.mongodb.org/mongo-driver v1.5.1 h1:9nOVLGDfOaZ9R0tBumx/BcuqkbFpyTCU2r/Po7A2azI=
-go.mongodb.org/mongo-driver v1.5.1/go.mod h1:gRXCHX4Jo7J0IJ1oDQyUxF7jfy19UfxniMS4xxMmUqw=
+github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
+github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
+github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
+github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
go.mongodb.org/mongo-driver v1.14.0 h1:P98w8egYRjYe3XDjxhYJagTokP/H6HzlsnojRgZRd80=
go.mongodb.org/mongo-driver v1.14.0/go.mod h1:Vzb0Mk/pa7e6cWw85R4F/endUC3u0U9jGcNU603k65c=
-golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
-golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
-golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
-golang.org/x/crypto v0.0.0-20190422162423-af44ce270edf/go.mod h1:WFFai1msRO1wXaEeE5yQxYXgSfI8pQAWXbQop6sCtWE=
-golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
-golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
-golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
-golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
-golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
-golang.org/x/net v0.0.0-20181005035420-146acd28ed58/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
-golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
-golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
-golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
-golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/net v0.0.0-20200602114024-627f9648deb9/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
-golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
-golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
-golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
-golang.org/x/net v0.0.0-20210119194325-5f4716e94777 h1:003p0dJM77cxMSyCPFphvZf/Y5/NXf5fzg6ufd1/Oew=
-golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
-golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.0.0-20190412183630-56d357773e84/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
-golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
-golang.org/x/sys v0.0.0-20190321052220-f7bb7a8bee54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20190419153524-e8e3143a4f4a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20190531175056-4c3a928424d2/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
-golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
-golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
-golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
-golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
-golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
-golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
-golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
-golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
-golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
-golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
-golang.org/x/tools v0.0.0-20190125232054-d66bd3c5d5a6/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
-golang.org/x/tools v0.0.0-20190329151228-23e29df326fe/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
-golang.org/x/tools v0.0.0-20190416151739-9c9e1878f421/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
-golang.org/x/tools v0.0.0-20190420181800-aa740d480789/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
-golang.org/x/tools v0.0.0-20190531172133-b3315ee88b7d/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
-golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
-golang.org/x/tools v0.0.0-20190617190820-da514acc4774/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
-golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
-gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
-gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU=
-gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
-gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
-gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
-gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
-gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
-gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
-gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
+gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
+gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
-gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
-gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
-gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
-gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=
-gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=