Uses of Class
com.oracle.bmc.containerengine.model.OpenIdConnectTokenAuthenticationConfig
-
Packages that use OpenIdConnectTokenAuthenticationConfig Package Description com.oracle.bmc.containerengine.model -
-
Uses of OpenIdConnectTokenAuthenticationConfig in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return OpenIdConnectTokenAuthenticationConfig Modifier and Type Method Description OpenIdConnectTokenAuthenticationConfig
OpenIdConnectTokenAuthenticationConfig.Builder. build()
OpenIdConnectTokenAuthenticationConfig
ClusterCreateOptions. getOpenIdConnectTokenAuthenticationConfig()
OpenIdConnectTokenAuthenticationConfig
UpdateClusterOptionsDetails. getOpenIdConnectTokenAuthenticationConfig()
Methods in com.oracle.bmc.containerengine.model with parameters of type OpenIdConnectTokenAuthenticationConfig Modifier and Type Method Description OpenIdConnectTokenAuthenticationConfig.Builder
OpenIdConnectTokenAuthenticationConfig.Builder. copy(OpenIdConnectTokenAuthenticationConfig model)
ClusterCreateOptions.Builder
ClusterCreateOptions.Builder. openIdConnectTokenAuthenticationConfig(OpenIdConnectTokenAuthenticationConfig openIdConnectTokenAuthenticationConfig)
UpdateClusterOptionsDetails.Builder
UpdateClusterOptionsDetails.Builder. openIdConnectTokenAuthenticationConfig(OpenIdConnectTokenAuthenticationConfig openIdConnectTokenAuthenticationConfig)
Constructors in com.oracle.bmc.containerengine.model with parameters of type OpenIdConnectTokenAuthenticationConfig Constructor Description ClusterCreateOptions(List<String> serviceLbSubnetIds, List<ClusterCreateOptions.IpFamilies> ipFamilies, 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.
-