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