Package-level declarations
Types
Link copied to clipboard
data class ConnectedClusterIdentityResponse(val principalId: String, val tenantId: String, val type: String)
Identity for the connected cluster.
Link copied to clipboard
The credential result response.
Link copied to clipboard
data class GetConnectedClusterResult(val agentPublicKeyCertificate: String, val agentVersion: String, val connectivityStatus: String, val distribution: String? = null, val id: String, val identity: ConnectedClusterIdentityResponse, val infrastructure: String? = null, val kubernetesVersion: String, val lastConnectivityTime: String, val location: String, val managedIdentityCertificateExpirationTime: String, val name: String, val offering: String, val provisioningState: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val totalCoreCount: Int, val totalNodeCount: Int, val type: String)
Represents a connected cluster.
Link copied to clipboard
data class HybridConnectionConfigResponse(val expirationTime: Double, val hybridConnectionName: String, val relay: String, val token: String)
Contains the REP (rendezvous endpoint) and “Sender” access token.
Link copied to clipboard
data class ListConnectedClusterUserCredentialResult(val hybridConnectionConfig: HybridConnectionConfigResponse, val kubeconfigs: List<CredentialResultResponse>)
The list of credential result response.
Link copied to clipboard
data class ListConnectedClusterUserCredentialsResult(val hybridConnectionConfig: HybridConnectionConfigResponse, val kubeconfigs: List<CredentialResultResponse>)
The list of credential result response.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.