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()AuthenticationSpecAuthenticationFluentImpl. buildSpec()AuthenticationSpecAuthentication. getSpec()AuthenticationSpecAuthenticationFluent. getSpec()Deprecated.AuthenticationSpecAuthenticationFluentImpl. getSpec()Deprecated.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type AuthenticationSpec Modifier and Type Method Description AuthenticationFluent.SpecNested<A>AuthenticationFluent. editOrNewSpecLike(AuthenticationSpec item)AuthenticationFluent.SpecNested<A>AuthenticationFluentImpl. editOrNewSpecLike(AuthenticationSpec item)voidAuthentication. setSpec(AuthenticationSpec spec)AuthenticationFluent.SpecNested<A>AuthenticationFluent. withNewSpecLike(AuthenticationSpec item)AuthenticationFluent.SpecNested<A>AuthenticationFluentImpl. withNewSpecLike(AuthenticationSpec item)AAuthenticationFluent. withSpec(AuthenticationSpec spec)AAuthenticationFluentImpl. 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)AuthenticationSpecBuilder(AuthenticationSpecFluent<?> fluent, AuthenticationSpec instance, Boolean validationEnabled)AuthenticationSpecBuilder(AuthenticationSpec instance, Boolean validationEnabled)AuthenticationSpecFluentImpl(AuthenticationSpec instance)
-