Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
ServiceLbConfigDetails |
ServiceLbConfigDetails.Builder.build() |
ServiceLbConfigDetails |
UpdateClusterOptionsDetails.getServiceLbConfig() |
ServiceLbConfigDetails |
ClusterCreateOptions.getServiceLbConfig() |
Modifier and Type | Method and Description |
---|---|
ServiceLbConfigDetails.Builder |
ServiceLbConfigDetails.Builder.copy(ServiceLbConfigDetails model) |
UpdateClusterOptionsDetails.Builder |
UpdateClusterOptionsDetails.Builder.serviceLbConfig(ServiceLbConfigDetails serviceLbConfig) |
ClusterCreateOptions.Builder |
ClusterCreateOptions.Builder.serviceLbConfig(ServiceLbConfigDetails serviceLbConfig) |
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.