| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityServiceConfig |
IdentityServiceConfig.clone() |
IdentityServiceConfig |
ClusterUpdate.getDesiredIdentityServiceConfig()
The desired Identity Service component configuration.
|
IdentityServiceConfig |
Cluster.getIdentityServiceConfig()
Configuration for Identity Service component.
|
IdentityServiceConfig |
IdentityServiceConfig.set(String fieldName,
Object value) |
IdentityServiceConfig |
IdentityServiceConfig.setEnabled(Boolean enabled)
Whether to enable the Identity Service component
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredIdentityServiceConfig(IdentityServiceConfig desiredIdentityServiceConfig)
The desired Identity Service component configuration.
|
Cluster |
Cluster.setIdentityServiceConfig(IdentityServiceConfig identityServiceConfig)
Configuration for Identity Service component.
|
Copyright © 2011–2023 Google. All rights reserved.