8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
542 lines
24 KiB
JSON
542 lines
24 KiB
JSON
{
|
|
"swaggerVersion": "1.2",
|
|
"apiVersion": "authorization.k8s.io/v1beta1",
|
|
"basePath": "https://10.10.10.10:6443",
|
|
"resourcePath": "/apis/authorization.k8s.io/v1beta1",
|
|
"info": {
|
|
"title": "",
|
|
"description": ""
|
|
},
|
|
"apis": [
|
|
{
|
|
"path": "/apis/authorization.k8s.io/v1beta1/namespaces/{namespace}/localsubjectaccessreviews",
|
|
"description": "API at /apis/authorization.k8s.io/v1beta1",
|
|
"operations": [
|
|
{
|
|
"type": "v1beta1.LocalSubjectAccessReview",
|
|
"method": "POST",
|
|
"summary": "create a LocalSubjectAccessReview",
|
|
"nickname": "createNamespacedLocalSubjectAccessReview",
|
|
"parameters": [
|
|
{
|
|
"type": "string",
|
|
"paramType": "query",
|
|
"name": "pretty",
|
|
"description": "If 'true', then the output is pretty printed.",
|
|
"required": false,
|
|
"allowMultiple": false
|
|
},
|
|
{
|
|
"type": "v1beta1.LocalSubjectAccessReview",
|
|
"paramType": "body",
|
|
"name": "body",
|
|
"description": "",
|
|
"required": true,
|
|
"allowMultiple": false
|
|
},
|
|
{
|
|
"type": "string",
|
|
"paramType": "path",
|
|
"name": "namespace",
|
|
"description": "object name and auth scope, such as for teams and projects",
|
|
"required": true,
|
|
"allowMultiple": false
|
|
}
|
|
],
|
|
"responseMessages": [
|
|
{
|
|
"code": 200,
|
|
"message": "OK",
|
|
"responseModel": "v1beta1.LocalSubjectAccessReview"
|
|
}
|
|
],
|
|
"produces": [
|
|
"application/json",
|
|
"application/yaml",
|
|
"application/vnd.kubernetes.protobuf"
|
|
],
|
|
"consumes": [
|
|
"*/*"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"path": "/apis/authorization.k8s.io/v1beta1/selfsubjectaccessreviews",
|
|
"description": "API at /apis/authorization.k8s.io/v1beta1",
|
|
"operations": [
|
|
{
|
|
"type": "v1beta1.SelfSubjectAccessReview",
|
|
"method": "POST",
|
|
"summary": "create a SelfSubjectAccessReview",
|
|
"nickname": "createSelfSubjectAccessReview",
|
|
"parameters": [
|
|
{
|
|
"type": "string",
|
|
"paramType": "query",
|
|
"name": "pretty",
|
|
"description": "If 'true', then the output is pretty printed.",
|
|
"required": false,
|
|
"allowMultiple": false
|
|
},
|
|
{
|
|
"type": "v1beta1.SelfSubjectAccessReview",
|
|
"paramType": "body",
|
|
"name": "body",
|
|
"description": "",
|
|
"required": true,
|
|
"allowMultiple": false
|
|
}
|
|
],
|
|
"responseMessages": [
|
|
{
|
|
"code": 200,
|
|
"message": "OK",
|
|
"responseModel": "v1beta1.SelfSubjectAccessReview"
|
|
}
|
|
],
|
|
"produces": [
|
|
"application/json",
|
|
"application/yaml",
|
|
"application/vnd.kubernetes.protobuf"
|
|
],
|
|
"consumes": [
|
|
"*/*"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"path": "/apis/authorization.k8s.io/v1beta1/subjectaccessreviews",
|
|
"description": "API at /apis/authorization.k8s.io/v1beta1",
|
|
"operations": [
|
|
{
|
|
"type": "v1beta1.SubjectAccessReview",
|
|
"method": "POST",
|
|
"summary": "create a SubjectAccessReview",
|
|
"nickname": "createSubjectAccessReview",
|
|
"parameters": [
|
|
{
|
|
"type": "string",
|
|
"paramType": "query",
|
|
"name": "pretty",
|
|
"description": "If 'true', then the output is pretty printed.",
|
|
"required": false,
|
|
"allowMultiple": false
|
|
},
|
|
{
|
|
"type": "v1beta1.SubjectAccessReview",
|
|
"paramType": "body",
|
|
"name": "body",
|
|
"description": "",
|
|
"required": true,
|
|
"allowMultiple": false
|
|
}
|
|
],
|
|
"responseMessages": [
|
|
{
|
|
"code": 200,
|
|
"message": "OK",
|
|
"responseModel": "v1beta1.SubjectAccessReview"
|
|
}
|
|
],
|
|
"produces": [
|
|
"application/json",
|
|
"application/yaml",
|
|
"application/vnd.kubernetes.protobuf"
|
|
],
|
|
"consumes": [
|
|
"*/*"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"path": "/apis/authorization.k8s.io/v1beta1",
|
|
"description": "API at /apis/authorization.k8s.io/v1beta1",
|
|
"operations": [
|
|
{
|
|
"type": "v1.APIResourceList",
|
|
"method": "GET",
|
|
"summary": "get available resources",
|
|
"nickname": "getAPIResources",
|
|
"parameters": [],
|
|
"produces": [
|
|
"application/json",
|
|
"application/yaml",
|
|
"application/vnd.kubernetes.protobuf"
|
|
],
|
|
"consumes": [
|
|
"application/json",
|
|
"application/yaml",
|
|
"application/vnd.kubernetes.protobuf"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"models": {
|
|
"v1beta1.LocalSubjectAccessReview": {
|
|
"id": "v1beta1.LocalSubjectAccessReview",
|
|
"description": "LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.",
|
|
"required": [
|
|
"spec"
|
|
],
|
|
"properties": {
|
|
"kind": {
|
|
"type": "string",
|
|
"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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
|
|
},
|
|
"apiVersion": {
|
|
"type": "string",
|
|
"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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
|
|
},
|
|
"metadata": {
|
|
"$ref": "v1.ObjectMeta"
|
|
},
|
|
"spec": {
|
|
"$ref": "v1beta1.SubjectAccessReviewSpec",
|
|
"description": "Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted."
|
|
},
|
|
"status": {
|
|
"$ref": "v1beta1.SubjectAccessReviewStatus",
|
|
"description": "Status is filled in by the server and indicates whether the request is allowed or not"
|
|
}
|
|
}
|
|
},
|
|
"v1.ObjectMeta": {
|
|
"id": "v1.ObjectMeta",
|
|
"description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
|
|
},
|
|
"generateName": {
|
|
"type": "string",
|
|
"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 NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#idempotency"
|
|
},
|
|
"namespace": {
|
|
"type": "string",
|
|
"description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"
|
|
},
|
|
"selfLink": {
|
|
"type": "string",
|
|
"description": "SelfLink is a URL representing this object. Populated by the system. Read-only."
|
|
},
|
|
"uid": {
|
|
"type": "string",
|
|
"description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
|
|
},
|
|
"resourceVersion": {
|
|
"type": "string",
|
|
"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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency"
|
|
},
|
|
"generation": {
|
|
"type": "integer",
|
|
"format": "int64",
|
|
"description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."
|
|
},
|
|
"creationTimestamp": {
|
|
"type": "string",
|
|
"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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
|
|
},
|
|
"deletionTimestamp": {
|
|
"type": "string",
|
|
"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 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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
|
|
},
|
|
"deletionGracePeriodSeconds": {
|
|
"type": "integer",
|
|
"format": "int64",
|
|
"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."
|
|
},
|
|
"labels": {
|
|
"type": "object",
|
|
"description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"
|
|
},
|
|
"annotations": {
|
|
"type": "object",
|
|
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"
|
|
},
|
|
"ownerReferences": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "v1.OwnerReference"
|
|
},
|
|
"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."
|
|
},
|
|
"finalizers": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"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."
|
|
},
|
|
"clusterName": {
|
|
"type": "string",
|
|
"description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."
|
|
}
|
|
}
|
|
},
|
|
"v1.OwnerReference": {
|
|
"id": "v1.OwnerReference",
|
|
"description": "OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.",
|
|
"required": [
|
|
"apiVersion",
|
|
"kind",
|
|
"name",
|
|
"uid"
|
|
],
|
|
"properties": {
|
|
"apiVersion": {
|
|
"type": "string",
|
|
"description": "API version of the referent."
|
|
},
|
|
"kind": {
|
|
"type": "string",
|
|
"description": "Kind of the referent. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
|
|
},
|
|
"uid": {
|
|
"type": "string",
|
|
"description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
|
|
},
|
|
"controller": {
|
|
"type": "boolean",
|
|
"description": "If true, this reference points to the managing controller."
|
|
}
|
|
}
|
|
},
|
|
"v1beta1.SubjectAccessReviewSpec": {
|
|
"id": "v1beta1.SubjectAccessReviewSpec",
|
|
"description": "SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set",
|
|
"properties": {
|
|
"resourceAttributes": {
|
|
"$ref": "v1beta1.ResourceAttributes",
|
|
"description": "ResourceAuthorizationAttributes describes information for a resource access request"
|
|
},
|
|
"nonResourceAttributes": {
|
|
"$ref": "v1beta1.NonResourceAttributes",
|
|
"description": "NonResourceAttributes describes information for a non-resource access request"
|
|
},
|
|
"user": {
|
|
"type": "string",
|
|
"description": "User is the user you're testing for. If you specify \"User\" but not \"Group\", then is it interpreted as \"What if User were not a member of any groups"
|
|
},
|
|
"group": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"description": "Groups is the groups you're testing for."
|
|
},
|
|
"extra": {
|
|
"type": "object",
|
|
"description": "Extra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here."
|
|
}
|
|
}
|
|
},
|
|
"v1beta1.ResourceAttributes": {
|
|
"id": "v1beta1.ResourceAttributes",
|
|
"description": "ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface",
|
|
"properties": {
|
|
"namespace": {
|
|
"type": "string",
|
|
"description": "Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces \"\" (empty) is defaulted for LocalSubjectAccessReviews \"\" (empty) is empty for cluster-scoped resources \"\" (empty) means \"all\" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview"
|
|
},
|
|
"verb": {
|
|
"type": "string",
|
|
"description": "Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. \"*\" means all."
|
|
},
|
|
"group": {
|
|
"type": "string",
|
|
"description": "Group is the API Group of the Resource. \"*\" means all."
|
|
},
|
|
"version": {
|
|
"type": "string",
|
|
"description": "Version is the API Version of the Resource. \"*\" means all."
|
|
},
|
|
"resource": {
|
|
"type": "string",
|
|
"description": "Resource is one of the existing resource types. \"*\" means all."
|
|
},
|
|
"subresource": {
|
|
"type": "string",
|
|
"description": "Subresource is one of the existing resource types. \"\" means none."
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"description": "Name is the name of the resource being requested for a \"get\" or deleted for a \"delete\". \"\" (empty) means all."
|
|
}
|
|
}
|
|
},
|
|
"v1beta1.NonResourceAttributes": {
|
|
"id": "v1beta1.NonResourceAttributes",
|
|
"description": "NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface",
|
|
"properties": {
|
|
"path": {
|
|
"type": "string",
|
|
"description": "Path is the URL path of the request"
|
|
},
|
|
"verb": {
|
|
"type": "string",
|
|
"description": "Verb is the standard HTTP verb"
|
|
}
|
|
}
|
|
},
|
|
"v1beta1.SubjectAccessReviewStatus": {
|
|
"id": "v1beta1.SubjectAccessReviewStatus",
|
|
"description": "SubjectAccessReviewStatus",
|
|
"required": [
|
|
"allowed"
|
|
],
|
|
"properties": {
|
|
"allowed": {
|
|
"type": "boolean",
|
|
"description": "Allowed is required. True if the action would be allowed, false otherwise."
|
|
},
|
|
"reason": {
|
|
"type": "string",
|
|
"description": "Reason is optional. It indicates why a request was allowed or denied."
|
|
},
|
|
"evaluationError": {
|
|
"type": "string",
|
|
"description": "EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request."
|
|
}
|
|
}
|
|
},
|
|
"v1beta1.SelfSubjectAccessReview": {
|
|
"id": "v1beta1.SelfSubjectAccessReview",
|
|
"description": "SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means \"in all namespaces\". Self is a special case, because users should always be able to check whether they can perform an action",
|
|
"required": [
|
|
"spec"
|
|
],
|
|
"properties": {
|
|
"kind": {
|
|
"type": "string",
|
|
"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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
|
|
},
|
|
"apiVersion": {
|
|
"type": "string",
|
|
"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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
|
|
},
|
|
"metadata": {
|
|
"$ref": "v1.ObjectMeta"
|
|
},
|
|
"spec": {
|
|
"$ref": "v1beta1.SelfSubjectAccessReviewSpec",
|
|
"description": "Spec holds information about the request being evaluated. user and groups must be empty"
|
|
},
|
|
"status": {
|
|
"$ref": "v1beta1.SubjectAccessReviewStatus",
|
|
"description": "Status is filled in by the server and indicates whether the request is allowed or not"
|
|
}
|
|
}
|
|
},
|
|
"v1beta1.SelfSubjectAccessReviewSpec": {
|
|
"id": "v1beta1.SelfSubjectAccessReviewSpec",
|
|
"description": "SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set",
|
|
"properties": {
|
|
"resourceAttributes": {
|
|
"$ref": "v1beta1.ResourceAttributes",
|
|
"description": "ResourceAuthorizationAttributes describes information for a resource access request"
|
|
},
|
|
"nonResourceAttributes": {
|
|
"$ref": "v1beta1.NonResourceAttributes",
|
|
"description": "NonResourceAttributes describes information for a non-resource access request"
|
|
}
|
|
}
|
|
},
|
|
"v1beta1.SubjectAccessReview": {
|
|
"id": "v1beta1.SubjectAccessReview",
|
|
"description": "SubjectAccessReview checks whether or not a user or group can perform an action.",
|
|
"required": [
|
|
"spec"
|
|
],
|
|
"properties": {
|
|
"kind": {
|
|
"type": "string",
|
|
"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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
|
|
},
|
|
"apiVersion": {
|
|
"type": "string",
|
|
"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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
|
|
},
|
|
"metadata": {
|
|
"$ref": "v1.ObjectMeta"
|
|
},
|
|
"spec": {
|
|
"$ref": "v1beta1.SubjectAccessReviewSpec",
|
|
"description": "Spec holds information about the request being evaluated"
|
|
},
|
|
"status": {
|
|
"$ref": "v1beta1.SubjectAccessReviewStatus",
|
|
"description": "Status is filled in by the server and indicates whether the request is allowed or not"
|
|
}
|
|
}
|
|
},
|
|
"v1.APIResourceList": {
|
|
"id": "v1.APIResourceList",
|
|
"description": "APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.",
|
|
"required": [
|
|
"groupVersion",
|
|
"resources"
|
|
],
|
|
"properties": {
|
|
"kind": {
|
|
"type": "string",
|
|
"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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
|
|
},
|
|
"apiVersion": {
|
|
"type": "string",
|
|
"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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
|
|
},
|
|
"groupVersion": {
|
|
"type": "string",
|
|
"description": "groupVersion is the group and version this APIResourceList is for."
|
|
},
|
|
"resources": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "v1.APIResource"
|
|
},
|
|
"description": "resources contains the name of the resources and if they are namespaced."
|
|
}
|
|
}
|
|
},
|
|
"v1.APIResource": {
|
|
"id": "v1.APIResource",
|
|
"description": "APIResource specifies the name of a resource and whether it is namespaced.",
|
|
"required": [
|
|
"name",
|
|
"namespaced",
|
|
"kind",
|
|
"verbs"
|
|
],
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"description": "name is the name of the resource."
|
|
},
|
|
"namespaced": {
|
|
"type": "boolean",
|
|
"description": "namespaced indicates if a resource is namespaced or not."
|
|
},
|
|
"kind": {
|
|
"type": "string",
|
|
"description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')"
|
|
},
|
|
"verbs": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|