Class AuthenticationListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.AuthenticationListFluentImpl<AuthenticationListBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.AuthenticationListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AuthenticationList>,io.fabric8.kubernetes.api.builder.Fluent<AuthenticationListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<AuthenticationListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AuthenticationList,AuthenticationListBuilder>,AuthenticationListFluent<AuthenticationListBuilder>
public class AuthenticationListBuilder extends AuthenticationListFluentImpl<AuthenticationListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AuthenticationList,AuthenticationListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.v1.AuthenticationListFluentImpl
AuthenticationListFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.AuthenticationListFluent
AuthenticationListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description AuthenticationListBuilder()AuthenticationListBuilder(AuthenticationList instance)AuthenticationListBuilder(AuthenticationListFluent<?> fluent)AuthenticationListBuilder(AuthenticationListFluent<?> fluent, AuthenticationList instance)AuthenticationListBuilder(AuthenticationListFluent<?> fluent, AuthenticationList instance, Boolean validationEnabled)AuthenticationListBuilder(AuthenticationListFluent<?> fluent, Boolean validationEnabled)AuthenticationListBuilder(AuthenticationList instance, Boolean validationEnabled)AuthenticationListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.AuthenticationListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withApiVersion, withItems, withItems, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
AuthenticationListBuilder
public AuthenticationListBuilder()
-
AuthenticationListBuilder
public AuthenticationListBuilder(Boolean validationEnabled)
-
AuthenticationListBuilder
public AuthenticationListBuilder(AuthenticationListFluent<?> fluent)
-
AuthenticationListBuilder
public AuthenticationListBuilder(AuthenticationListFluent<?> fluent, Boolean validationEnabled)
-
AuthenticationListBuilder
public AuthenticationListBuilder(AuthenticationListFluent<?> fluent, AuthenticationList instance)
-
AuthenticationListBuilder
public AuthenticationListBuilder(AuthenticationListFluent<?> fluent, AuthenticationList instance, Boolean validationEnabled)
-
AuthenticationListBuilder
public AuthenticationListBuilder(AuthenticationList instance)
-
AuthenticationListBuilder
public AuthenticationListBuilder(AuthenticationList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public AuthenticationList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AuthenticationList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAuthenticationListFluentImpl<AuthenticationListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAuthenticationListFluentImpl<AuthenticationListBuilder>
-
-