Class PingSourceSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.sources.v1beta1.PingSourceSpecFluentImpl<PingSourceSpecBuilder>
-
- io.fabric8.knative.sources.v1beta1.PingSourceSpecBuilder
-
- All Implemented Interfaces:
PingSourceSpecFluent<PingSourceSpecBuilder>,io.fabric8.kubernetes.api.builder.Builder<PingSourceSpec>,io.fabric8.kubernetes.api.builder.Fluent<PingSourceSpecBuilder>,io.fabric8.kubernetes.api.builder.Visitable<PingSourceSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<PingSourceSpec,PingSourceSpecBuilder>
public class PingSourceSpecBuilder extends PingSourceSpecFluentImpl<PingSourceSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PingSourceSpec,PingSourceSpecBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.knative.sources.v1beta1.PingSourceSpecFluentImpl
PingSourceSpecFluentImpl.CeOverridesNestedImpl<N>, PingSourceSpecFluentImpl.SinkNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.knative.sources.v1beta1.PingSourceSpecFluent
PingSourceSpecFluent.CeOverridesNested<N>, PingSourceSpecFluent.SinkNested<N>
-
-
Constructor Summary
Constructors Constructor Description PingSourceSpecBuilder()PingSourceSpecBuilder(PingSourceSpec instance)PingSourceSpecBuilder(PingSourceSpecFluent<?> fluent)PingSourceSpecBuilder(PingSourceSpecFluent<?> fluent, PingSourceSpec instance)PingSourceSpecBuilder(PingSourceSpecFluent<?> fluent, PingSourceSpec instance, Boolean validationEnabled)PingSourceSpecBuilder(PingSourceSpecFluent<?> fluent, Boolean validationEnabled)PingSourceSpecBuilder(PingSourceSpec instance, Boolean validationEnabled)PingSourceSpecBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditablePingSourceSpecbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.knative.sources.v1beta1.PingSourceSpecFluentImpl
buildCeOverrides, buildSink, editCeOverrides, editOrNewCeOverrides, editOrNewCeOverridesLike, editOrNewSink, editOrNewSinkLike, editSink, getCeOverrides, getJsonData, getSchedule, getSink, getTimezone, hasCeOverrides, hasJsonData, hasSchedule, hasSink, hasTimezone, withCeOverrides, withJsonData, withNewCeOverrides, withNewCeOverridesLike, withNewJsonData, withNewJsonData, withNewJsonData, withNewSchedule, withNewSchedule, withNewSchedule, withNewSink, withNewSinkLike, withNewTimezone, withNewTimezone, withNewTimezone, withSchedule, withSink, withTimezone
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
PingSourceSpecBuilder
public PingSourceSpecBuilder()
-
PingSourceSpecBuilder
public PingSourceSpecBuilder(Boolean validationEnabled)
-
PingSourceSpecBuilder
public PingSourceSpecBuilder(PingSourceSpecFluent<?> fluent)
-
PingSourceSpecBuilder
public PingSourceSpecBuilder(PingSourceSpecFluent<?> fluent, Boolean validationEnabled)
-
PingSourceSpecBuilder
public PingSourceSpecBuilder(PingSourceSpecFluent<?> fluent, PingSourceSpec instance)
-
PingSourceSpecBuilder
public PingSourceSpecBuilder(PingSourceSpecFluent<?> fluent, PingSourceSpec instance, Boolean validationEnabled)
-
PingSourceSpecBuilder
public PingSourceSpecBuilder(PingSourceSpec instance)
-
PingSourceSpecBuilder
public PingSourceSpecBuilder(PingSourceSpec instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public EditablePingSourceSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<PingSourceSpec>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classPingSourceSpecFluentImpl<PingSourceSpecBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPingSourceSpecFluentImpl<PingSourceSpecBuilder>
-
-