Class ContainerSourceListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.sources.v1beta1.ContainerSourceListFluentImpl<ContainerSourceListBuilder>
-
- io.fabric8.knative.sources.v1beta1.ContainerSourceListBuilder
-
- All Implemented Interfaces:
ContainerSourceListFluent<ContainerSourceListBuilder>,io.fabric8.kubernetes.api.builder.Builder<ContainerSourceList>,io.fabric8.kubernetes.api.builder.Fluent<ContainerSourceListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<ContainerSourceListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ContainerSourceList,ContainerSourceListBuilder>
public class ContainerSourceListBuilder extends ContainerSourceListFluentImpl<ContainerSourceListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ContainerSourceList,ContainerSourceListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.knative.sources.v1beta1.ContainerSourceListFluentImpl
ContainerSourceListFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.knative.sources.v1beta1.ContainerSourceListFluent
ContainerSourceListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description ContainerSourceListBuilder()ContainerSourceListBuilder(ContainerSourceList instance)ContainerSourceListBuilder(ContainerSourceListFluent<?> fluent)ContainerSourceListBuilder(ContainerSourceListFluent<?> fluent, ContainerSourceList instance)ContainerSourceListBuilder(ContainerSourceListFluent<?> fluent, ContainerSourceList instance, Boolean validationEnabled)ContainerSourceListBuilder(ContainerSourceListFluent<?> fluent, Boolean validationEnabled)ContainerSourceListBuilder(ContainerSourceList instance, Boolean validationEnabled)ContainerSourceListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableContainerSourceListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.knative.sources.v1beta1.ContainerSourceListFluentImpl
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
-
ContainerSourceListBuilder
public ContainerSourceListBuilder()
-
ContainerSourceListBuilder
public ContainerSourceListBuilder(Boolean validationEnabled)
-
ContainerSourceListBuilder
public ContainerSourceListBuilder(ContainerSourceListFluent<?> fluent)
-
ContainerSourceListBuilder
public ContainerSourceListBuilder(ContainerSourceListFluent<?> fluent, Boolean validationEnabled)
-
ContainerSourceListBuilder
public ContainerSourceListBuilder(ContainerSourceListFluent<?> fluent, ContainerSourceList instance)
-
ContainerSourceListBuilder
public ContainerSourceListBuilder(ContainerSourceListFluent<?> fluent, ContainerSourceList instance, Boolean validationEnabled)
-
ContainerSourceListBuilder
public ContainerSourceListBuilder(ContainerSourceList instance)
-
ContainerSourceListBuilder
public ContainerSourceListBuilder(ContainerSourceList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public EditableContainerSourceList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ContainerSourceList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classContainerSourceListFluentImpl<ContainerSourceListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classContainerSourceListFluentImpl<ContainerSourceListBuilder>
-
-