Class PingSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.sources.v1beta1.PingSourceFluentImpl<PingSourceBuilder>
-
- io.fabric8.knative.sources.v1beta1.PingSourceBuilder
-
- All Implemented Interfaces:
PingSourceFluent<PingSourceBuilder>,io.fabric8.kubernetes.api.builder.Builder<PingSource>,io.fabric8.kubernetes.api.builder.Fluent<PingSourceBuilder>,io.fabric8.kubernetes.api.builder.Visitable<PingSourceBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<PingSource,PingSourceBuilder>
public class PingSourceBuilder extends PingSourceFluentImpl<PingSourceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PingSource,PingSourceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.knative.sources.v1beta1.PingSourceFluentImpl
PingSourceFluentImpl.MetadataNestedImpl<N>, PingSourceFluentImpl.SpecNestedImpl<N>, PingSourceFluentImpl.StatusNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.knative.sources.v1beta1.PingSourceFluent
PingSourceFluent.MetadataNested<N>, PingSourceFluent.SpecNested<N>, PingSourceFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description PingSourceBuilder()PingSourceBuilder(PingSource instance)PingSourceBuilder(PingSourceFluent<?> fluent)PingSourceBuilder(PingSourceFluent<?> fluent, PingSource instance)PingSourceBuilder(PingSourceFluent<?> fluent, PingSource instance, Boolean validationEnabled)PingSourceBuilder(PingSourceFluent<?> fluent, Boolean validationEnabled)PingSourceBuilder(PingSource instance, Boolean validationEnabled)PingSourceBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditablePingSourcebuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.knative.sources.v1beta1.PingSourceFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
PingSourceBuilder
public PingSourceBuilder()
-
PingSourceBuilder
public PingSourceBuilder(Boolean validationEnabled)
-
PingSourceBuilder
public PingSourceBuilder(PingSourceFluent<?> fluent)
-
PingSourceBuilder
public PingSourceBuilder(PingSourceFluent<?> fluent, Boolean validationEnabled)
-
PingSourceBuilder
public PingSourceBuilder(PingSourceFluent<?> fluent, PingSource instance)
-
PingSourceBuilder
public PingSourceBuilder(PingSourceFluent<?> fluent, PingSource instance, Boolean validationEnabled)
-
PingSourceBuilder
public PingSourceBuilder(PingSource instance)
-
PingSourceBuilder
public PingSourceBuilder(PingSource instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public EditablePingSource build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<PingSource>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classPingSourceFluentImpl<PingSourceBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPingSourceFluentImpl<PingSourceBuilder>
-
-