Uses of Class
io.fabric8.knative.sources.v1beta1.PingSourceSpec
-
Packages that use PingSourceSpec Package Description io.fabric8.knative.sources.v1beta1 -
-
Uses of PingSourceSpec in io.fabric8.knative.sources.v1beta1
Subclasses of PingSourceSpec in io.fabric8.knative.sources.v1beta1 Modifier and Type Class Description classEditablePingSourceSpecMethods in io.fabric8.knative.sources.v1beta1 that return PingSourceSpec Modifier and Type Method Description PingSourceSpecPingSourceFluent. buildSpec()PingSourceSpecPingSourceFluentImpl. buildSpec()PingSourceSpecPingSource. getSpec()PingSourceSpecPingSourceFluent. getSpec()Deprecated.PingSourceSpecPingSourceFluentImpl. getSpec()Deprecated.Methods in io.fabric8.knative.sources.v1beta1 with parameters of type PingSourceSpec Modifier and Type Method Description PingSourceFluent.SpecNested<A>PingSourceFluent. editOrNewSpecLike(PingSourceSpec item)PingSourceFluent.SpecNested<A>PingSourceFluentImpl. editOrNewSpecLike(PingSourceSpec item)voidPingSource. setSpec(PingSourceSpec spec)PingSourceFluent.SpecNested<A>PingSourceFluent. withNewSpecLike(PingSourceSpec item)PingSourceFluent.SpecNested<A>PingSourceFluentImpl. withNewSpecLike(PingSourceSpec item)APingSourceFluent. withSpec(PingSourceSpec spec)APingSourceFluentImpl. withSpec(PingSourceSpec spec)Constructors in io.fabric8.knative.sources.v1beta1 with parameters of type PingSourceSpec Constructor Description EditablePingSource(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, PingSourceSpec spec, PingSourceStatus status)PingSource(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, PingSourceSpec spec, PingSourceStatus status)PingSourceSpecBuilder(PingSourceSpec instance)PingSourceSpecBuilder(PingSourceSpecFluent<?> fluent, PingSourceSpec instance)PingSourceSpecBuilder(PingSourceSpecFluent<?> fluent, PingSourceSpec instance, Boolean validationEnabled)PingSourceSpecBuilder(PingSourceSpec instance, Boolean validationEnabled)PingSourceSpecFluentImpl(PingSourceSpec instance)
-