| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
MasterAuthorizedNetworksConfig |
MasterAuthorizedNetworksConfig.clone() |
MasterAuthorizedNetworksConfig |
ClusterUpdate.getDesiredMasterAuthorizedNetworksConfig()
The desired configuration options for master authorized networks feature.
|
MasterAuthorizedNetworksConfig |
Cluster.getMasterAuthorizedNetworksConfig()
The configuration options for master authorized networks feature.
|
MasterAuthorizedNetworksConfig |
MasterAuthorizedNetworksConfig.set(String fieldName,
Object value) |
MasterAuthorizedNetworksConfig |
MasterAuthorizedNetworksConfig.setCidrBlocks(List<CidrBlock> cidrBlocks)
cidr_blocks define up to 50 external networks that could access Kubernetes master through
HTTPS.
|
MasterAuthorizedNetworksConfig |
MasterAuthorizedNetworksConfig.setEnabled(Boolean enabled)
Whether or not master authorized networks is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig desiredMasterAuthorizedNetworksConfig)
The desired configuration options for master authorized networks feature.
|
Cluster |
Cluster.setMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig masterAuthorizedNetworksConfig)
The configuration options for master authorized networks feature.
|
Copyright © 2011–2020 Google. All rights reserved.