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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.OpenAPI.API.ExtensionsV1beta1

Contents

Description

 
Synopsis

Operations

ExtensionsV1beta1

createNamespacedDaemonSet

createNamespacedDaemonSet Source #

Arguments

:: (Consumes CreateNamespacedDaemonSet contentType, MimeRender contentType V1beta1DaemonSet) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1DaemonSet

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedDaemonSet contentType V1beta1DaemonSet accept 
POST /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets

create a DaemonSet

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedDaemonSet Source #

Instances
Produces CreateNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces CreateNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDaemonSet 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.ExtensionsV1beta1

HasBodyParam CreateNamespacedDaemonSet V1beta1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

createNamespacedDeployment

createNamespacedDeployment Source #

Arguments

:: (Consumes CreateNamespacedDeployment contentType, MimeRender contentType ExtensionsV1beta1Deployment) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1Deployment

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedDeployment contentType ExtensionsV1beta1Deployment accept 
POST /apis/extensions/v1beta1/namespaces/{namespace}/deployments

create a Deployment

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedDeployment Source #

Instances
Produces CreateNamespacedDeployment MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces CreateNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDeployment 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.ExtensionsV1beta1

HasBodyParam CreateNamespacedDeployment ExtensionsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

createNamespacedDeploymentRollback

createNamespacedDeploymentRollback Source #

Arguments

:: (Consumes CreateNamespacedDeploymentRollback contentType, MimeRender contentType ExtensionsV1beta1DeploymentRollback) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1DeploymentRollback

"body"

-> Name

"name" - name of the DeploymentRollback

-> Namespace

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

-> KubernetesRequest CreateNamespacedDeploymentRollback contentType V1Status accept 
POST /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback

create rollback of a Deployment

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedDeploymentRollback Source #

Instances
Produces CreateNamespacedDeploymentRollback MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces CreateNamespacedDeploymentRollback MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDeploymentRollback Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDeploymentRollback 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.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDeploymentRollback 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.ExtensionsV1beta1

HasBodyParam CreateNamespacedDeploymentRollback ExtensionsV1beta1DeploymentRollback Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

createNamespacedIngress

createNamespacedIngress Source #

Arguments

:: (Consumes CreateNamespacedIngress contentType, MimeRender contentType ExtensionsV1beta1Ingress) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1Ingress

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedIngress contentType ExtensionsV1beta1Ingress accept 
POST /apis/extensions/v1beta1/namespaces/{namespace}/ingresses

create an Ingress

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedIngress Source #

Instances
Produces CreateNamespacedIngress MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces CreateNamespacedIngress MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam CreateNamespacedIngress 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.ExtensionsV1beta1

HasBodyParam CreateNamespacedIngress ExtensionsV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

createNamespacedNetworkPolicy

createNamespacedNetworkPolicy Source #

Arguments

:: (Consumes CreateNamespacedNetworkPolicy contentType, MimeRender contentType V1beta1NetworkPolicy) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1NetworkPolicy

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedNetworkPolicy contentType V1beta1NetworkPolicy accept 
POST /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies

create a NetworkPolicy

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedNetworkPolicy Source #

Instances
Produces CreateNamespacedNetworkPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces CreateNamespacedNetworkPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam CreateNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasBodyParam CreateNamespacedNetworkPolicy V1beta1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

createNamespacedReplicaSet

createNamespacedReplicaSet Source #

Arguments

:: (Consumes CreateNamespacedReplicaSet contentType, MimeRender contentType V1beta1ReplicaSet) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1ReplicaSet

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedReplicaSet contentType V1beta1ReplicaSet accept 
POST /apis/extensions/v1beta1/namespaces/{namespace}/replicasets

create a ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedReplicaSet Source #

Instances
Produces CreateNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces CreateNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam CreateNamespacedReplicaSet 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.ExtensionsV1beta1

HasBodyParam CreateNamespacedReplicaSet V1beta1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

createPodSecurityPolicy

createPodSecurityPolicy Source #

Arguments

:: (Consumes CreatePodSecurityPolicy contentType, MimeRender contentType ExtensionsV1beta1PodSecurityPolicy) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1PodSecurityPolicy

"body"

-> KubernetesRequest CreatePodSecurityPolicy contentType ExtensionsV1beta1PodSecurityPolicy accept 
POST /apis/extensions/v1beta1/podsecuritypolicies

create a PodSecurityPolicy

AuthMethod: AuthApiKeyBearerToken

data CreatePodSecurityPolicy Source #

Instances
Produces CreatePodSecurityPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces CreatePodSecurityPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreatePodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreatePodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam CreatePodSecurityPolicy 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.ExtensionsV1beta1

HasBodyParam CreatePodSecurityPolicy ExtensionsV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteCollectionNamespacedDaemonSet

deleteCollectionNamespacedDaemonSet Source #

Arguments

:: Consumes DeleteCollectionNamespacedDaemonSet contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets

delete collection of DaemonSet

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedDaemonSet Source #

Instances
Produces DeleteCollectionNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteCollectionNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedDaemonSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteCollectionNamespacedDeployment

deleteCollectionNamespacedDeployment Source #

Arguments

:: Consumes DeleteCollectionNamespacedDeployment contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedDeployment contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/deployments

delete collection of Deployment

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedDeployment Source #

Instances
Produces DeleteCollectionNamespacedDeployment MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteCollectionNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteCollectionNamespacedIngress

deleteCollectionNamespacedIngress Source #

Arguments

:: Consumes DeleteCollectionNamespacedIngress contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedIngress contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/ingresses

delete collection of Ingress

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedIngress Source #

Instances
Produces DeleteCollectionNamespacedIngress MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteCollectionNamespacedIngress MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedIngress V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteCollectionNamespacedNetworkPolicy

deleteCollectionNamespacedNetworkPolicy Source #

Arguments

:: Consumes DeleteCollectionNamespacedNetworkPolicy contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies

delete collection of NetworkPolicy

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedNetworkPolicy Source #

Instances
Produces DeleteCollectionNamespacedNetworkPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteCollectionNamespacedNetworkPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedNetworkPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteCollectionNamespacedReplicaSet

deleteCollectionNamespacedReplicaSet Source #

Arguments

:: Consumes DeleteCollectionNamespacedReplicaSet contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets

delete collection of ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedReplicaSet Source #

Instances
Produces DeleteCollectionNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteCollectionNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedReplicaSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteCollectionPodSecurityPolicy

deleteCollectionPodSecurityPolicy Source #

Arguments

:: Consumes DeleteCollectionPodSecurityPolicy contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType V1Status accept 
DELETE /apis/extensions/v1beta1/podsecuritypolicies

delete collection of PodSecurityPolicy

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionPodSecurityPolicy Source #

Instances
Produces DeleteCollectionPodSecurityPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteCollectionPodSecurityPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionPodSecurityPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteNamespacedDaemonSet

deleteNamespacedDaemonSet Source #

Arguments

:: Consumes DeleteNamespacedDaemonSet contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the DaemonSet

-> Namespace

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

-> KubernetesRequest DeleteNamespacedDaemonSet contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}

delete a DaemonSet

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedDaemonSet Source #

Instances
Produces DeleteNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDaemonSet 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.ExtensionsV1beta1

HasBodyParam DeleteNamespacedDaemonSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteNamespacedDeployment

deleteNamespacedDeployment Source #

Arguments

:: Consumes DeleteNamespacedDeployment contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Deployment

-> Namespace

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

-> KubernetesRequest DeleteNamespacedDeployment contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}

delete a Deployment

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedDeployment Source #

Instances
Produces DeleteNamespacedDeployment MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDeployment 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.ExtensionsV1beta1

HasBodyParam DeleteNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteNamespacedIngress

deleteNamespacedIngress Source #

Arguments

:: Consumes DeleteNamespacedIngress contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Ingress

-> Namespace

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

-> KubernetesRequest DeleteNamespacedIngress contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}

delete an Ingress

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedIngress Source #

Instances
Produces DeleteNamespacedIngress MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteNamespacedIngress MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedIngress 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.ExtensionsV1beta1

HasBodyParam DeleteNamespacedIngress V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteNamespacedNetworkPolicy

deleteNamespacedNetworkPolicy Source #

Arguments

:: Consumes DeleteNamespacedNetworkPolicy contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the NetworkPolicy

-> Namespace

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

-> KubernetesRequest DeleteNamespacedNetworkPolicy contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}

delete a NetworkPolicy

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedNetworkPolicy Source #

Instances
Produces DeleteNamespacedNetworkPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteNamespacedNetworkPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasBodyParam DeleteNamespacedNetworkPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteNamespacedReplicaSet

deleteNamespacedReplicaSet Source #

Arguments

:: Consumes DeleteNamespacedReplicaSet contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ReplicaSet

-> Namespace

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

-> KubernetesRequest DeleteNamespacedReplicaSet contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}

delete a ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedReplicaSet Source #

Instances
Produces DeleteNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedReplicaSet 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.ExtensionsV1beta1

HasBodyParam DeleteNamespacedReplicaSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deletePodSecurityPolicy

deletePodSecurityPolicy Source #

Arguments

:: Consumes DeletePodSecurityPolicy contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodSecurityPolicy

-> KubernetesRequest DeletePodSecurityPolicy contentType V1Status accept 
DELETE /apis/extensions/v1beta1/podsecuritypolicies/{name}

delete a PodSecurityPolicy

AuthMethod: AuthApiKeyBearerToken

data DeletePodSecurityPolicy Source #

Instances
Produces DeletePodSecurityPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeletePodSecurityPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy 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.ExtensionsV1beta1

HasBodyParam DeletePodSecurityPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

getAPIResources

getAPIResources Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept 
GET /apis/extensions/v1beta1/

get available resources

AuthMethod: AuthApiKeyBearerToken

listDaemonSetForAllNamespaces

listDaemonSetForAllNamespaces Source #

GET /apis/extensions/v1beta1/daemonsets

list or watch objects of kind DaemonSet

AuthMethod: AuthApiKeyBearerToken

data ListDaemonSetForAllNamespaces Source #

Instances
Produces ListDaemonSetForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListDaemonSetForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listDeploymentForAllNamespaces

listDeploymentForAllNamespaces Source #

GET /apis/extensions/v1beta1/deployments

list or watch objects of kind Deployment

AuthMethod: AuthApiKeyBearerToken

data ListDeploymentForAllNamespaces Source #

Instances
Produces ListDeploymentForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListDeploymentForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listIngressForAllNamespaces

listIngressForAllNamespaces Source #

GET /apis/extensions/v1beta1/ingresses

list or watch objects of kind Ingress

AuthMethod: AuthApiKeyBearerToken

data ListIngressForAllNamespaces Source #

Instances
Produces ListIngressForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListIngressForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listNamespacedDaemonSet

listNamespacedDaemonSet Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedDaemonSet MimeNoContent V1beta1DaemonSetList accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets

list or watch objects of kind DaemonSet

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedDaemonSet Source #

Instances
Produces ListNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listNamespacedDeployment

listNamespacedDeployment Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedDeployment MimeNoContent ExtensionsV1beta1DeploymentList accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments

list or watch objects of kind Deployment

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedDeployment Source #

Instances
Produces ListNamespacedDeployment MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDeployment AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listNamespacedIngress

listNamespacedIngress Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedIngress MimeNoContent ExtensionsV1beta1IngressList accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses

list or watch objects of kind Ingress

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedIngress Source #

Instances
Produces ListNamespacedIngress MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListNamespacedIngress MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listNamespacedNetworkPolicy

listNamespacedNetworkPolicy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedNetworkPolicy MimeNoContent V1beta1NetworkPolicyList accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies

list or watch objects of kind NetworkPolicy

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedNetworkPolicy Source #

Instances
Produces ListNamespacedNetworkPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListNamespacedNetworkPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listNamespacedReplicaSet

listNamespacedReplicaSet Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedReplicaSet MimeNoContent V1beta1ReplicaSetList accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets

list or watch objects of kind ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedReplicaSet Source #

Instances
Produces ListNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet 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.ExtensionsV1beta1