ClusterProfile interface
ClusterProfile represents a cluster profile.
Properties
domain | The domain for the cluster. |
fips |
If FIPS validated crypto modules are used |
pull |
The pull secret for the cluster. |
resource |
The ID of the cluster resource group. |
version | The version of the cluster. |
Property Details
domain
The domain for the cluster.
domain?: string
Property Value
string
fipsValidatedModules
If FIPS validated crypto modules are used
fipsValidatedModules?: string
Property Value
string
pullSecret
The pull secret for the cluster.
pullSecret?: string
Property Value
string
resourceGroupId
The ID of the cluster resource group.
resourceGroupId?: string
Property Value
string
version
The version of the cluster.
version?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript