APIServerAccessProfile interface
Access profile for the Fleet hub API server.
Properties
| enable |
Whether to create the Fleet hub as a private cluster or not. |
| enable |
Whether to enable apiserver vnet integration for the Fleet hub or not. |
| subnet |
The subnet to be used when apiserver vnet integration is enabled. It is required when creating a new Fleet with BYO vnet. |
Property Details
enablePrivateCluster
Whether to create the Fleet hub as a private cluster or not.
enablePrivateCluster?: boolean
Property Value
boolean
enableVnetIntegration
Whether to enable apiserver vnet integration for the Fleet hub or not.
enableVnetIntegration?: boolean
Property Value
boolean
subnetId
The subnet to be used when apiserver vnet integration is enabled. It is required when creating a new Fleet with BYO vnet.
subnetId?: string
Property Value
string