Uses of Class
io.fabric8.openshift.api.model.operator.v1.AuthenticationSpec
-
Packages that use AuthenticationSpec Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of AuthenticationSpec in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return AuthenticationSpec Modifier and Type Method Description AuthenticationSpecAuthenticationSpecBuilder. build()AuthenticationSpecAuthenticationFluent. buildSpec()AuthenticationSpecAuthentication. getSpec()Authentication provides information to configure an operator to manage authentication.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type AuthenticationSpec Modifier and Type Method Description protected voidAuthenticationSpecFluent. copyInstance(AuthenticationSpec instance)AuthenticationFluent.SpecNested<A>AuthenticationFluent. editOrNewSpecLike(AuthenticationSpec item)voidAuthentication. setSpec(AuthenticationSpec spec)Authentication provides information to configure an operator to manage authentication.AuthenticationFluent.SpecNested<A>AuthenticationFluent. withNewSpecLike(AuthenticationSpec item)AAuthenticationFluent. withSpec(AuthenticationSpec spec)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type AuthenticationSpec Constructor Description Authentication(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, AuthenticationSpec spec, AuthenticationStatus status)AuthenticationSpecBuilder(AuthenticationSpec instance)AuthenticationSpecBuilder(AuthenticationSpecFluent<?> fluent, AuthenticationSpec instance)AuthenticationSpecFluent(AuthenticationSpec instance)
-