Class AuthenticationListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.AuthenticationListFluent<AuthenticationListBuilder>
-
- io.fabric8.openshift.api.model.config.v1.AuthenticationListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AuthenticationList>,io.fabric8.kubernetes.api.builder.Visitable<AuthenticationListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AuthenticationList,AuthenticationListBuilder>
public class AuthenticationListBuilder extends AuthenticationListFluent<AuthenticationListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AuthenticationList,AuthenticationListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.AuthenticationListFluent
AuthenticationListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description AuthenticationListBuilder()AuthenticationListBuilder(AuthenticationList instance)AuthenticationListBuilder(AuthenticationListFluent<?> fluent)AuthenticationListBuilder(AuthenticationListFluent<?> fluent, AuthenticationList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.AuthenticationListFluent
addAllToItems, addNewItem, addNewItemLike, addToAdditionalProperties, addToAdditionalProperties, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, copyInstance, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getAdditionalProperties, getApiVersion, getKind, getMetadata, hasAdditionalProperties, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withAdditionalProperties, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AuthenticationListBuilder
public AuthenticationListBuilder()
-
AuthenticationListBuilder
public AuthenticationListBuilder(AuthenticationListFluent<?> fluent)
-
AuthenticationListBuilder
public AuthenticationListBuilder(AuthenticationListFluent<?> fluent, AuthenticationList instance)
-
AuthenticationListBuilder
public AuthenticationListBuilder(AuthenticationList instance)
-
-
Method Detail
-
build
public AuthenticationList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AuthenticationList>
-
-