| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceExternalIPsConfig |
ServiceExternalIPsConfig.clone() |
ServiceExternalIPsConfig |
ClusterUpdate.getDesiredServiceExternalIpsConfig()
ServiceExternalIPsConfig specifies the config for the use of Services with ExternalIPs field.
|
ServiceExternalIPsConfig |
NetworkConfig.getServiceExternalIpsConfig()
ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.
|
ServiceExternalIPsConfig |
ServiceExternalIPsConfig.set(String fieldName,
Object value) |
ServiceExternalIPsConfig |
ServiceExternalIPsConfig.setEnabled(Boolean enabled)
Whether Services with ExternalIPs field are allowed or not.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredServiceExternalIpsConfig(ServiceExternalIPsConfig desiredServiceExternalIpsConfig)
ServiceExternalIPsConfig specifies the config for the use of Services with ExternalIPs field.
|
NetworkConfig |
NetworkConfig.setServiceExternalIpsConfig(ServiceExternalIPsConfig serviceExternalIpsConfig)
ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.
|
Copyright © 2011–2022 Google. All rights reserved.