Uses of Class
io.fabric8.openshift.api.model.operator.v1alpha1.DelegatedAuthentication
-
Packages that use DelegatedAuthentication Package Description io.fabric8.openshift.api.model.operator.v1alpha1 -
-
Uses of DelegatedAuthentication in io.fabric8.openshift.api.model.operator.v1alpha1
Methods in io.fabric8.openshift.api.model.operator.v1alpha1 that return DelegatedAuthentication Modifier and Type Method Description DelegatedAuthenticationDelegatedAuthenticationBuilder. build()DelegatedAuthenticationGenericOperatorConfigFluent. buildAuthentication()DelegatedAuthenticationGenericOperatorConfig. getAuthentication()GenericOperatorConfig provides information to configure an operatorMethods in io.fabric8.openshift.api.model.operator.v1alpha1 with parameters of type DelegatedAuthentication Modifier and Type Method Description protected voidDelegatedAuthenticationFluent. copyInstance(DelegatedAuthentication instance)GenericOperatorConfigFluent.AuthenticationNested<A>GenericOperatorConfigFluent. editOrNewAuthenticationLike(DelegatedAuthentication item)voidGenericOperatorConfig. setAuthentication(DelegatedAuthentication authentication)GenericOperatorConfig provides information to configure an operatorAGenericOperatorConfigFluent. withAuthentication(DelegatedAuthentication authentication)GenericOperatorConfigFluent.AuthenticationNested<A>GenericOperatorConfigFluent. withNewAuthenticationLike(DelegatedAuthentication item)Constructors in io.fabric8.openshift.api.model.operator.v1alpha1 with parameters of type DelegatedAuthentication Constructor Description DelegatedAuthenticationBuilder(DelegatedAuthentication instance)DelegatedAuthenticationBuilder(DelegatedAuthenticationFluent<?> fluent, DelegatedAuthentication instance)DelegatedAuthenticationFluent(DelegatedAuthentication instance)GenericOperatorConfig(String apiVersion, DelegatedAuthentication authentication, DelegatedAuthorization authorization, String kind, io.fabric8.openshift.api.model.config.v1.LeaderElection leaderElection, io.fabric8.openshift.api.model.config.v1.HTTPServingInfo servingInfo)
-