Class DeploymentListBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.apps.DeploymentListFluentImpl<DeploymentListBuilder>
io.fabric8.kubernetes.api.model.apps.DeploymentListBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<DeploymentList>,io.fabric8.kubernetes.api.builder.Fluent<DeploymentListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<DeploymentListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentList,DeploymentListBuilder>,DeploymentListFluent<DeploymentListBuilder>
public class DeploymentListBuilder extends DeploymentListFluentImpl<DeploymentListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentList,DeploymentListBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.apps.DeploymentListFluentImpl
DeploymentListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.apps.DeploymentListFluent
DeploymentListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DeploymentListBuilder()DeploymentListBuilder(DeploymentList instance)DeploymentListBuilder(DeploymentListFluent<?> fluent)DeploymentListBuilder(DeploymentListFluent<?> fluent, DeploymentList instance)DeploymentListBuilder(DeploymentListFluent<?> fluent, DeploymentList instance, Boolean validationEnabled)DeploymentListBuilder(DeploymentListFluent<?> fluent, Boolean validationEnabled)DeploymentListBuilder(DeploymentList instance, Boolean validationEnabled)DeploymentListBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description DeploymentListbuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.apps.DeploymentListFluentImpl
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, withNewMetadataMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
DeploymentListBuilder
public DeploymentListBuilder() -
DeploymentListBuilder
-
DeploymentListBuilder
-
DeploymentListBuilder
-
DeploymentListBuilder
-
DeploymentListBuilder
public DeploymentListBuilder(DeploymentListFluent<?> fluent, DeploymentList instance, Boolean validationEnabled) -
DeploymentListBuilder
-
DeploymentListBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<DeploymentList>
-
equals
- Overrides:
equalsin classDeploymentListFluentImpl<DeploymentListBuilder>
-