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
-
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
Modifier and Type Method Description NamespaceListbuild()booleanequals(Object o)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, withNewMetadataLikeMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
NamespaceListBuilder
public NamespaceListBuilder() -
NamespaceListBuilder
-
NamespaceListBuilder
-
NamespaceListBuilder
-
NamespaceListBuilder
-
NamespaceListBuilder
public NamespaceListBuilder(NamespaceListFluent<?> fluent, NamespaceList instance, Boolean validationEnabled) -
NamespaceListBuilder
-
NamespaceListBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<NamespaceList>
-
equals
- Overrides:
equalsin classNamespaceListFluentImpl<NamespaceListBuilder>
-