ConnectedKubernetesClient Class

Azure Connected Cluster Resource Provider API for adopting any Kubernetes Cluster.

Inheritance
builtins.object
ConnectedKubernetesClient

Constructor

ConnectedKubernetesClient(credential: TokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The ID of the target subscription.

base_url
str
default value: None

Service URL

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

connected_cluster
<xref:connected_kubernetes_client.operations.ConnectedClusterOperations>

ConnectedClusterOperations operations

operations
<xref:connected_kubernetes_client.operations.Operations>

Operations operations

Methods

close

close

close() -> None