Class AuthenticationBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.AuthenticationFluent<AuthenticationBuilder>
-
- io.fabric8.openshift.api.model.config.v1.AuthenticationBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Authentication>,io.fabric8.kubernetes.api.builder.Visitable<AuthenticationBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<Authentication,AuthenticationBuilder>
public class AuthenticationBuilder extends AuthenticationFluent<AuthenticationBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Authentication,AuthenticationBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.AuthenticationFluent
AuthenticationFluent.MetadataNested<N>, AuthenticationFluent.SpecNested<N>, AuthenticationFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description AuthenticationBuilder()AuthenticationBuilder(Authentication instance)AuthenticationBuilder(AuthenticationFluent<?> fluent)AuthenticationBuilder(AuthenticationFluent<?> fluent, Authentication instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Authenticationbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.AuthenticationFluent
addToAdditionalProperties, addToAdditionalProperties, buildMetadata, buildSpec, buildStatus, copyInstance, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getAdditionalProperties, getApiVersion, getKind, hasAdditionalProperties, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AuthenticationBuilder
public AuthenticationBuilder()
-
AuthenticationBuilder
public AuthenticationBuilder(AuthenticationFluent<?> fluent)
-
AuthenticationBuilder
public AuthenticationBuilder(AuthenticationFluent<?> fluent, Authentication instance)
-
AuthenticationBuilder
public AuthenticationBuilder(Authentication instance)
-
-
Method Detail
-
build
public Authentication build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<Authentication>
-
-