kubernetes-client-core-0.1.0.1: Auto-generated kubernetes-client-core API Client

Safe HaskellNone
LanguageHaskell2010

Kubernetes.OpenAPI.API.RbacAuthorizationV1

Contents

Description

 
Synopsis

Operations

RbacAuthorizationV1

createClusterRole

createClusterRole Source #

Arguments

:: (Consumes CreateClusterRole contentType, MimeRender contentType V1ClusterRole) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ClusterRole

"body"

-> KubernetesRequest CreateClusterRole contentType V1ClusterRole accept 
POST /apis/rbac.authorization.k8s.io/v1/clusterroles

create a ClusterRole

AuthMethod: AuthApiKeyBearerToken

data CreateClusterRole Source #

Instances
Produces CreateClusterRole MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces CreateClusterRole MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces CreateClusterRole MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

MimeType mtype => Consumes CreateClusterRole mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateClusterRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest CreateClusterRole contentType res accept -> Pretty -> KubernetesRequest CreateClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest CreateClusterRole contentType res accept -> Pretty -> KubernetesRequest CreateClusterRole contentType res accept Source #

HasOptionalParam CreateClusterRole FieldManager Source #

Optional Param "fieldManager" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateClusterRole DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest CreateClusterRole contentType res accept -> DryRun -> KubernetesRequest CreateClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest CreateClusterRole contentType res accept -> DryRun -> KubernetesRequest CreateClusterRole contentType res accept Source #

HasBodyParam CreateClusterRole V1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes CreateClusterRole contentType, MimeRender contentType V1ClusterRole) => KubernetesRequest CreateClusterRole contentType res accept -> V1ClusterRole -> KubernetesRequest CreateClusterRole contentType res accept Source #

createClusterRoleBinding

createClusterRoleBinding Source #

Arguments

:: (Consumes CreateClusterRoleBinding contentType, MimeRender contentType V1ClusterRoleBinding) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ClusterRoleBinding

"body"

-> KubernetesRequest CreateClusterRoleBinding contentType V1ClusterRoleBinding accept 
POST /apis/rbac.authorization.k8s.io/v1/clusterrolebindings

create a ClusterRoleBinding

AuthMethod: AuthApiKeyBearerToken

data CreateClusterRoleBinding Source #

Instances
Produces CreateClusterRoleBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces CreateClusterRoleBinding MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces CreateClusterRoleBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

MimeType mtype => Consumes CreateClusterRoleBinding mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateClusterRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateClusterRoleBinding FieldManager Source #

Optional Param "fieldManager" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateClusterRoleBinding DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam CreateClusterRoleBinding V1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

createNamespacedRole

createNamespacedRole Source #

Arguments

:: (Consumes CreateNamespacedRole contentType, MimeRender contentType V1Role) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Role

"body"

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest CreateNamespacedRole contentType V1Role accept 
POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles

create a Role

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedRole Source #

Instances
Produces CreateNamespacedRole MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces CreateNamespacedRole MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces CreateNamespacedRole MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

MimeType mtype => Consumes CreateNamespacedRole mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRole FieldManager Source #

Optional Param "fieldManager" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRole DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam CreateNamespacedRole V1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes CreateNamespacedRole contentType, MimeRender contentType V1Role) => KubernetesRequest CreateNamespacedRole contentType res accept -> V1Role -> KubernetesRequest CreateNamespacedRole contentType res accept Source #

createNamespacedRoleBinding

createNamespacedRoleBinding Source #

Arguments

:: (Consumes CreateNamespacedRoleBinding contentType, MimeRender contentType V1RoleBinding) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1RoleBinding

"body"

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest CreateNamespacedRoleBinding contentType V1RoleBinding accept 
POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings

create a RoleBinding

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedRoleBinding Source #

Instances
Produces CreateNamespacedRoleBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces CreateNamespacedRoleBinding MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces CreateNamespacedRoleBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

MimeType mtype => Consumes CreateNamespacedRoleBinding mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRoleBinding FieldManager Source #

Optional Param "fieldManager" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRoleBinding DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam CreateNamespacedRoleBinding V1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

deleteClusterRole

deleteClusterRole Source #

Arguments

:: Consumes DeleteClusterRole contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ClusterRole

-> KubernetesRequest DeleteClusterRole contentType V1Status accept 
DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

delete a ClusterRole

AuthMethod: AuthApiKeyBearerToken

data DeleteClusterRole Source #

Instances
Produces DeleteClusterRole MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteClusterRole MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteClusterRole MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

MimeType mtype => Consumes DeleteClusterRole mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRole PropagationPolicy Source #

Optional Param "propagationPolicy" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> Pretty -> KubernetesRequest DeleteClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> Pretty -> KubernetesRequest DeleteClusterRole contentType res accept Source #

HasOptionalParam DeleteClusterRole OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRole GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRole DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRole contentType res accept Source #

HasBodyParam DeleteClusterRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes DeleteClusterRole contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteClusterRole contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteClusterRole contentType res accept Source #

deleteClusterRoleBinding

deleteClusterRoleBinding Source #

Arguments

:: Consumes DeleteClusterRoleBinding contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ClusterRoleBinding

-> KubernetesRequest DeleteClusterRoleBinding contentType V1Status accept 
DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}

delete a ClusterRoleBinding

AuthMethod: AuthApiKeyBearerToken

data DeleteClusterRoleBinding Source #

Instances
Produces DeleteClusterRoleBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteClusterRoleBinding MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteClusterRoleBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

MimeType mtype => Consumes DeleteClusterRoleBinding mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRoleBinding PropagationPolicy Source #

Optional Param "propagationPolicy" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRoleBinding OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRoleBinding GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRoleBinding DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteClusterRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

deleteCollectionClusterRole

deleteCollectionClusterRole Source #

DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles

delete collection of ClusterRole

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionClusterRole Source #

Instances
Produces DeleteCollectionClusterRole MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteCollectionClusterRole MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteCollectionClusterRole MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole Limit Source #

Optional Param "limit" - 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. The 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole Continue Source #

Optional Param "continue" - 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". This 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

deleteCollectionClusterRoleBinding

deleteCollectionClusterRoleBinding Source #

DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings

delete collection of ClusterRoleBinding

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionClusterRoleBinding Source #

Instances
Produces DeleteCollectionClusterRoleBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteCollectionClusterRoleBinding MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteCollectionClusterRoleBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding Limit Source #

Optional Param "limit" - 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. The 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding Continue Source #

Optional Param "continue" - 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". This 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

deleteCollectionNamespacedRole

deleteCollectionNamespacedRole Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest DeleteCollectionNamespacedRole MimeNoContent V1Status accept 
DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles

delete collection of Role

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedRole Source #

Instances
Produces DeleteCollectionNamespacedRole MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteCollectionNamespacedRole MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteCollectionNamespacedRole MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole Limit Source #

Optional Param "limit" - 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. The 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole Continue Source #

Optional Param "continue" - 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". This 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

deleteCollectionNamespacedRoleBinding

deleteCollectionNamespacedRoleBinding Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest DeleteCollectionNamespacedRoleBinding MimeNoContent V1Status accept 
DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings

delete collection of RoleBinding

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedRoleBinding Source #

Instances
Produces DeleteCollectionNamespacedRoleBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteCollectionNamespacedRoleBinding MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteCollectionNamespacedRoleBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding Limit Source #

Optional Param "limit" - 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. The 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding Continue Source #

Optional Param "continue" - 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". This 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

deleteNamespacedRole

deleteNamespacedRole Source #

Arguments

:: Consumes DeleteNamespacedRole contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Role

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest DeleteNamespacedRole contentType V1Status accept 
DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}

delete a Role

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedRole Source #

Instances
Produces DeleteNamespacedRole MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteNamespacedRole MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteNamespacedRole MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

MimeType mtype => Consumes DeleteNamespacedRole mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRole PropagationPolicy Source #

Optional Param "propagationPolicy" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRole OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRole GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRole DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteNamespacedRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

deleteNamespacedRoleBinding

deleteNamespacedRoleBinding Source #

Arguments

:: Consumes DeleteNamespacedRoleBinding contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the RoleBinding

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest DeleteNamespacedRoleBinding contentType V1Status accept 
DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}

delete a RoleBinding

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedRoleBinding Source #

Instances
Produces DeleteNamespacedRoleBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteNamespacedRoleBinding MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces DeleteNamespacedRoleBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

MimeType mtype => Consumes DeleteNamespacedRoleBinding mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRoleBinding PropagationPolicy Source #

Optional Param "propagationPolicy" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRoleBinding OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRoleBinding GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRoleBinding DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteNamespacedRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

getAPIResources

getAPIResources Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept 
GET /apis/rbac.authorization.k8s.io/v1/

get available resources

AuthMethod: AuthApiKeyBearerToken

listClusterRole

listClusterRole Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest ListClusterRole MimeNoContent V1ClusterRoleList accept 
GET /apis/rbac.authorization.k8s.io/v1/clusterroles

list or watch objects of kind ClusterRole

AuthMethod: AuthApiKeyBearerToken

data ListClusterRole Source #

Instances
Produces ListClusterRole MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListClusterRole MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListClusterRole MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListClusterRole MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListClusterRole MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRole Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> Watch -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> Watch -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRole TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> TimeoutSeconds -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> TimeoutSeconds -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRole ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> Pretty -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> Pretty -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRole Limit Source #

Optional Param "limit" - 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. The 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> Limit -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> Limit -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRole LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> LabelSelector -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> LabelSelector -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRole FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> FieldSelector -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> FieldSelector -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRole Continue Source #

Optional Param "continue" - 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". This 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> Continue -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> Continue -> KubernetesRequest ListClusterRole contentType res accept Source #

listClusterRoleBinding

listClusterRoleBinding Source #

GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings

list or watch objects of kind ClusterRoleBinding

AuthMethod: AuthApiKeyBearerToken

data ListClusterRoleBinding Source #

Instances
Produces ListClusterRoleBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListClusterRoleBinding MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListClusterRoleBinding MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListClusterRoleBinding MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListClusterRoleBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRoleBinding Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRoleBinding TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRoleBinding ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRoleBinding Limit Source #

Optional Param "limit" - 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. The 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRoleBinding LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRoleBinding FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRoleBinding Continue Source #

Optional Param "continue" - 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". This 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

listNamespacedRole

listNamespacedRole Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ListNamespacedRole MimeNoContent V1RoleList accept 
GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles

list or watch objects of kind Role

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedRole Source #

Instances
Produces ListNamespacedRole MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListNamespacedRole MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListNamespacedRole MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListNamespacedRole MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListNamespacedRole MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Watch -> KubernetesRequest ListNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Watch -> KubernetesRequest ListNamespacedRole contentType res accept Source #

HasOptionalParam ListNamespacedRole TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Pretty -> KubernetesRequest ListNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Pretty -> KubernetesRequest ListNamespacedRole contentType res accept Source #

HasOptionalParam ListNamespacedRole Limit Source #

Optional Param "limit" - 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. The 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Limit -> KubernetesRequest ListNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Limit -> KubernetesRequest ListNamespacedRole contentType res accept Source #

HasOptionalParam ListNamespacedRole LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole Continue Source #

Optional Param "continue" - 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". This 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Continue -> KubernetesRequest ListNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Continue -> KubernetesRequest ListNamespacedRole contentType res accept Source #

listNamespacedRoleBinding

listNamespacedRoleBinding Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ListNamespacedRoleBinding MimeNoContent V1RoleBindingList accept 
GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings

list or watch objects of kind RoleBinding

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedRoleBinding Source #

Instances
Produces ListNamespacedRoleBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListNamespacedRoleBinding MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListNamespacedRoleBinding MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListNamespacedRoleBinding MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListNamespacedRoleBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding Limit Source #

Optional Param "limit" - 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. The 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding Continue Source #

Optional Param "continue" - 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". This 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

listRoleBindingForAllNamespaces

listRoleBindingForAllNamespaces Source #

GET /apis/rbac.authorization.k8s.io/v1/rolebindings

list or watch objects of kind RoleBinding

AuthMethod: AuthApiKeyBearerToken

data ListRoleBindingForAllNamespaces Source #

Instances
Produces ListRoleBindingForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListRoleBindingForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListRoleBindingForAllNamespaces MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListRoleBindingForAllNamespaces MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListRoleBindingForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces Limit Source #

Optional Param "limit" - 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. The 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces Continue Source #

Optional Param "continue" - 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". This 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

listRoleForAllNamespaces

listRoleForAllNamespaces Source #

GET /apis/rbac.authorization.k8s.io/v1/roles

list or watch objects of kind Role

AuthMethod: AuthApiKeyBearerToken

data ListRoleForAllNamespaces Source #

Instances
Produces ListRoleForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListRoleForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListRoleForAllNamespaces MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListRoleForAllNamespaces MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ListRoleForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces Limit Source #

Optional Param "limit" - 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. The 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces Continue Source #

Optional Param "continue" - 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". This 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

patchClusterRole

patchClusterRole Source #

Arguments

:: (Consumes PatchClusterRole contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ClusterRole

-> KubernetesRequest PatchClusterRole contentType V1ClusterRole accept 
PATCH /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

partially update the specified ClusterRole

AuthMethod: AuthApiKeyBearerToken

data PatchClusterRole Source #

Instances
Produces PatchClusterRole MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces PatchClusterRole MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces PatchClusterRole MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Consumes PatchClusterRole MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Consumes PatchClusterRole MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Consumes PatchClusterRole MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchClusterRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> Pretty -> KubernetesRequest PatchClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> Pretty -> KubernetesRequest PatchClusterRole contentType res accept Source #

HasOptionalParam PatchClusterRole Force Source #

Optional Param "force" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> Force -> KubernetesRequest PatchClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> Force -> KubernetesRequest PatchClusterRole contentType res accept Source #

HasOptionalParam PatchClusterRole FieldManager Source #

Optional Param "fieldManager" - 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).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRole contentType res accept Source #

HasOptionalParam PatchClusterRole DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> DryRun -> KubernetesRequest PatchClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> DryRun -> KubernetesRequest PatchClusterRole contentType res accept Source #

HasBodyParam PatchClusterRole Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes PatchClusterRole contentType, MimeRender contentType Body) => KubernetesRequest PatchClusterRole contentType res accept -> Body -> KubernetesRequest PatchClusterRole contentType res accept Source #

patchClusterRoleBinding

patchClusterRoleBinding Source #

Arguments

:: (Consumes PatchClusterRoleBinding contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ClusterRoleBinding

-> KubernetesRequest PatchClusterRoleBinding contentType V1ClusterRoleBinding accept 
PATCH /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}

partially update the specified ClusterRoleBinding

AuthMethod: AuthApiKeyBearerToken

data PatchClusterRoleBinding Source #

Instances
Produces PatchClusterRoleBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces PatchClusterRoleBinding MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces PatchClusterRoleBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Consumes PatchClusterRoleBinding MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Consumes PatchClusterRoleBinding MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Consumes PatchClusterRoleBinding MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchClusterRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchClusterRoleBinding Force Source #

Optional Param "force" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchClusterRoleBinding FieldManager Source #

Optional Param "fieldManager" - 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).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchClusterRoleBinding DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam PatchClusterRoleBinding Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes PatchClusterRoleBinding contentType, MimeRender contentType Body) => KubernetesRequest PatchClusterRoleBinding contentType res accept -> Body -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source #

patchNamespacedRole

patchNamespacedRole Source #

Arguments

:: (Consumes PatchNamespacedRole contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Role

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedRole contentType V1Role accept 
PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}

partially update the specified Role

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedRole Source #

Instances
Produces PatchNamespacedRole MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces PatchNamespacedRole MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces PatchNamespacedRole MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Consumes PatchNamespacedRole MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Consumes PatchNamespacedRole MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Consumes PatchNamespacedRole MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchNamespacedRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

HasOptionalParam PatchNamespacedRole Force Source #

Optional Param "force" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> Force -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> Force -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

HasOptionalParam PatchNamespacedRole FieldManager Source #

Optional Param "fieldManager" - 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).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchNamespacedRole DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

HasBodyParam PatchNamespacedRole Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes PatchNamespacedRole contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedRole contentType res accept -> Body -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

patchNamespacedRoleBinding

patchNamespacedRoleBinding Source #

Arguments

:: (Consumes PatchNamespacedRoleBinding contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the RoleBinding

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedRoleBinding contentType V1RoleBinding accept 
PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}

partially update the specified RoleBinding

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedRoleBinding Source #

Instances
Produces PatchNamespacedRoleBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces PatchNamespacedRoleBinding MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces PatchNamespacedRoleBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Consumes PatchNamespacedRoleBinding MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Consumes PatchNamespacedRoleBinding MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Consumes PatchNamespacedRoleBinding MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchNamespacedRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchNamespacedRoleBinding Force Source #

Optional Param "force" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchNamespacedRoleBinding FieldManager Source #

Optional Param "fieldManager" - 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).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchNamespacedRoleBinding DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam PatchNamespacedRoleBinding Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

readClusterRole

readClusterRole Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ClusterRole

-> KubernetesRequest ReadClusterRole MimeNoContent V1ClusterRole accept 
GET /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

read the specified ClusterRole

AuthMethod: AuthApiKeyBearerToken

data ReadClusterRole Source #

Instances
Produces ReadClusterRole MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ReadClusterRole MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ReadClusterRole MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReadClusterRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ReadClusterRole contentType res accept -> Pretty -> KubernetesRequest ReadClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ReadClusterRole contentType res accept -> Pretty -> KubernetesRequest ReadClusterRole contentType res accept Source #

readClusterRoleBinding

readClusterRoleBinding Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ClusterRoleBinding

-> KubernetesRequest ReadClusterRoleBinding MimeNoContent V1ClusterRoleBinding accept 
GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}

read the specified ClusterRoleBinding

AuthMethod: AuthApiKeyBearerToken

data ReadClusterRoleBinding Source #

Instances
Produces ReadClusterRoleBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ReadClusterRoleBinding MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ReadClusterRoleBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReadClusterRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

readNamespacedRole

readNamespacedRole Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Role

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedRole MimeNoContent V1Role accept 
GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}

read the specified Role

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedRole Source #

Instances
Produces ReadNamespacedRole MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ReadNamespacedRole MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ReadNamespacedRole MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReadNamespacedRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedRole contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedRole contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedRole contentType res accept Source #

readNamespacedRoleBinding

readNamespacedRoleBinding Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the RoleBinding

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedRoleBinding MimeNoContent V1RoleBinding accept 
GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}

read the specified RoleBinding

AuthMethod: AuthApiKeyBearerToken

replaceClusterRole

replaceClusterRole Source #

Arguments

:: (Consumes ReplaceClusterRole contentType, MimeRender contentType V1ClusterRole) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ClusterRole

"body"

-> Name

"name" - name of the ClusterRole

-> KubernetesRequest ReplaceClusterRole contentType V1ClusterRole accept 
PUT /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

replace the specified ClusterRole

AuthMethod: AuthApiKeyBearerToken

data ReplaceClusterRole Source #

Instances
Produces ReplaceClusterRole MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ReplaceClusterRole MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ReplaceClusterRole MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

MimeType mtype => Consumes ReplaceClusterRole mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceClusterRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceClusterRole contentType res accept -> Pretty -> KubernetesRequest ReplaceClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceClusterRole contentType res accept -> Pretty -> KubernetesRequest ReplaceClusterRole contentType res accept Source #

HasOptionalParam ReplaceClusterRole FieldManager Source #

Optional Param "fieldManager" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceClusterRole DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceClusterRole contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceClusterRole contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRole contentType res accept Source #

HasBodyParam ReplaceClusterRole V1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes ReplaceClusterRole contentType, MimeRender contentType V1ClusterRole) => KubernetesRequest ReplaceClusterRole contentType res accept -> V1ClusterRole -> KubernetesRequest ReplaceClusterRole contentType res accept Source #

replaceClusterRoleBinding

replaceClusterRoleBinding Source #

Arguments

:: (Consumes ReplaceClusterRoleBinding contentType, MimeRender contentType V1ClusterRoleBinding) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ClusterRoleBinding

"body"

-> Name

"name" - name of the ClusterRoleBinding

-> KubernetesRequest ReplaceClusterRoleBinding contentType V1ClusterRoleBinding accept 
PUT /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}

replace the specified ClusterRoleBinding

AuthMethod: AuthApiKeyBearerToken

data ReplaceClusterRoleBinding Source #

Instances
Produces ReplaceClusterRoleBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ReplaceClusterRoleBinding MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ReplaceClusterRoleBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

MimeType mtype => Consumes ReplaceClusterRoleBinding mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceClusterRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceClusterRoleBinding FieldManager Source #

Optional Param "fieldManager" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceClusterRoleBinding DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam ReplaceClusterRoleBinding V1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

replaceNamespacedRole

replaceNamespacedRole Source #

Arguments

:: (Consumes ReplaceNamespacedRole contentType, MimeRender contentType V1Role) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Role

"body"

-> Name

"name" - name of the Role

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedRole contentType V1Role accept 
PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}

replace the specified Role

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedRole Source #

Instances
Produces ReplaceNamespacedRole MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ReplaceNamespacedRole MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ReplaceNamespacedRole MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

MimeType mtype => Consumes ReplaceNamespacedRole mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRole FieldManager Source #

Optional Param "fieldManager" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRole DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam ReplaceNamespacedRole V1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes ReplaceNamespacedRole contentType, MimeRender contentType V1Role) => KubernetesRequest ReplaceNamespacedRole contentType res accept -> V1Role -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source #

replaceNamespacedRoleBinding

replaceNamespacedRoleBinding Source #

Arguments

:: (Consumes ReplaceNamespacedRoleBinding contentType, MimeRender contentType V1RoleBinding) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1RoleBinding

"body"

-> Name

"name" - name of the RoleBinding

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedRoleBinding contentType V1RoleBinding accept 
PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}

replace the specified RoleBinding

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedRoleBinding Source #

Instances
Produces ReplaceNamespacedRoleBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ReplaceNamespacedRoleBinding MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Produces ReplaceNamespacedRoleBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

MimeType mtype => Consumes ReplaceNamespacedRoleBinding mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRoleBinding FieldManager Source #

Optional Param "fieldManager" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRoleBinding DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam ReplaceNamespacedRoleBinding V1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1