Package io.fabric8.kubernetes.api.model
Class ComponentStatusListBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ComponentStatusListFluentImpl<ComponentStatusListBuilder>
io.fabric8.kubernetes.api.model.ComponentStatusListBuilder
- All Implemented Interfaces:
Builder<ComponentStatusList>,Fluent<ComponentStatusListBuilder>,Visitable<ComponentStatusListBuilder>,VisitableBuilder<ComponentStatusList,ComponentStatusListBuilder>,ComponentStatusListFluent<ComponentStatusListBuilder>
public class ComponentStatusListBuilder extends ComponentStatusListFluentImpl<ComponentStatusListBuilder> implements VisitableBuilder<ComponentStatusList,ComponentStatusListBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ComponentStatusListFluentImpl
ComponentStatusListFluentImpl.ItemsNestedImpl<N>, ComponentStatusListFluentImpl.MetadataNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ComponentStatusListFluent
ComponentStatusListFluent.ItemsNested<N>, ComponentStatusListFluent.MetadataNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description ComponentStatusListBuilder()ComponentStatusListBuilder(ComponentStatusList instance)ComponentStatusListBuilder(ComponentStatusListFluent<?> fluent)ComponentStatusListBuilder(ComponentStatusListFluent<?> fluent, ComponentStatusList instance)ComponentStatusListBuilder(ComponentStatusListFluent<?> fluent, ComponentStatusList instance, Boolean validationEnabled)ComponentStatusListBuilder(ComponentStatusListFluent<?> fluent, Boolean validationEnabled)ComponentStatusListBuilder(ComponentStatusList instance, Boolean validationEnabled)ComponentStatusListBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description ComponentStatusListbuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.ComponentStatusListFluentImpl
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
-
ComponentStatusListBuilder
public ComponentStatusListBuilder() -
ComponentStatusListBuilder
-
ComponentStatusListBuilder
-
ComponentStatusListBuilder
-
ComponentStatusListBuilder
public ComponentStatusListBuilder(ComponentStatusListFluent<?> fluent, ComponentStatusList instance) -
ComponentStatusListBuilder
public ComponentStatusListBuilder(ComponentStatusListFluent<?> fluent, ComponentStatusList instance, Boolean validationEnabled) -
ComponentStatusListBuilder
-
ComponentStatusListBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<ComponentStatusList>
-
equals
- Overrides:
equalsin classComponentStatusListFluentImpl<ComponentStatusListBuilder>
-