Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
PersistentVolumeConfigDetails |
PersistentVolumeConfigDetails.Builder.build() |
PersistentVolumeConfigDetails |
UpdateClusterOptionsDetails.getPersistentVolumeConfig() |
PersistentVolumeConfigDetails |
ClusterCreateOptions.getPersistentVolumeConfig() |
Modifier and Type | Method and Description |
---|---|
PersistentVolumeConfigDetails.Builder |
PersistentVolumeConfigDetails.Builder.copy(PersistentVolumeConfigDetails model) |
UpdateClusterOptionsDetails.Builder |
UpdateClusterOptionsDetails.Builder.persistentVolumeConfig(PersistentVolumeConfigDetails persistentVolumeConfig) |
ClusterCreateOptions.Builder |
ClusterCreateOptions.Builder.persistentVolumeConfig(PersistentVolumeConfigDetails persistentVolumeConfig) |
Constructor and Description |
---|
ClusterCreateOptions(List<String> serviceLbSubnetIds,
KubernetesNetworkConfig kubernetesNetworkConfig,
AddOnOptions addOns,
AdmissionControllerOptions admissionControllerOptions,
PersistentVolumeConfigDetails persistentVolumeConfig,
ServiceLbConfigDetails serviceLbConfig,
OpenIdConnectTokenAuthenticationConfig openIdConnectTokenAuthenticationConfig,
OpenIdConnectDiscovery openIdConnectDiscovery)
Deprecated.
|
UpdateClusterOptionsDetails(AdmissionControllerOptions admissionControllerOptions,
PersistentVolumeConfigDetails persistentVolumeConfig,
ServiceLbConfigDetails serviceLbConfig,
OpenIdConnectTokenAuthenticationConfig openIdConnectTokenAuthenticationConfig,
OpenIdConnectDiscovery openIdConnectDiscovery)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.