Package io.fabric8.kubernetes.api.model
Class NamespaceListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.NamespaceListFluentImpl<NamespaceListBuilder>
-
- io.fabric8.kubernetes.api.model.NamespaceListBuilder
-
- All Implemented Interfaces:
Builder<NamespaceList>,Fluent<NamespaceListBuilder>,Visitable<NamespaceListBuilder>,VisitableBuilder<NamespaceList,NamespaceListBuilder>,NamespaceListFluent<NamespaceListBuilder>
public class NamespaceListBuilder extends NamespaceListFluentImpl<NamespaceListBuilder> implements VisitableBuilder<NamespaceList,NamespaceListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.NamespaceListFluentImpl
NamespaceListFluentImpl.ItemsNestedImpl<N>, NamespaceListFluentImpl.MetadataNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NamespaceListFluent
NamespaceListFluent.ItemsNested<N>, NamespaceListFluent.MetadataNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description NamespaceListBuilder()NamespaceListBuilder(NamespaceList instance)NamespaceListBuilder(NamespaceListFluent<?> fluent)NamespaceListBuilder(NamespaceListFluent<?> fluent, NamespaceList instance)NamespaceListBuilder(NamespaceListFluent<?> fluent, NamespaceList instance, Boolean validationEnabled)NamespaceListBuilder(NamespaceListFluent<?> fluent, Boolean validationEnabled)NamespaceListBuilder(NamespaceList instance, Boolean validationEnabled)NamespaceListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamespaceListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.kubernetes.api.model.NamespaceListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, buildMetadata, editFirstItem, editItem, editLastItem, editMatchingItem, editMetadata, editOrNewMetadata, editOrNewMetadataLike, 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, withNewMetadata, withNewMetadataLike
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
NamespaceListBuilder
public NamespaceListBuilder()
-
NamespaceListBuilder
public NamespaceListBuilder(Boolean validationEnabled)
-
NamespaceListBuilder
public NamespaceListBuilder(NamespaceListFluent<?> fluent)
-
NamespaceListBuilder
public NamespaceListBuilder(NamespaceListFluent<?> fluent, Boolean validationEnabled)
-
NamespaceListBuilder
public NamespaceListBuilder(NamespaceListFluent<?> fluent, NamespaceList instance)
-
NamespaceListBuilder
public NamespaceListBuilder(NamespaceListFluent<?> fluent, NamespaceList instance, Boolean validationEnabled)
-
NamespaceListBuilder
public NamespaceListBuilder(NamespaceList instance)
-
NamespaceListBuilder
public NamespaceListBuilder(NamespaceList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public NamespaceList build()
- Specified by:
buildin interfaceBuilder<NamespaceList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classNamespaceListFluentImpl<NamespaceListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classNamespaceListFluentImpl<NamespaceListBuilder>
-
-