Package-level declarations

Types

Link copied to clipboard
data class CustomLocationAuthentication(val type: String? = null, val value: String)
Link copied to clipboard
data class GetCustomLocationAuthentication(val type: String, val value: String)
Link copied to clipboard
data class GetCustomLocationResult(val authentications: List<GetCustomLocationAuthentication>, val clusterExtensionIds: List<String>, val displayName: String, val hostResourceId: String, val hostType: String, val id: String, val location: String, val name: String, val namespace: String, val resourceGroupName: String)

A collection of values returned by getCustomLocation.