Documentation ¶
Index ¶
- func NewPingSource(name, namespace string, o ...PingSourceOption) *v1beta2.PingSource
- func WithInitPingSourceConditions(s *v1beta2.PingSource)
- func WithPingSourceCloudEventAttributes(s *v1beta2.PingSource)
- func WithPingSourceDeleted(c *v1beta2.PingSource)
- func WithPingSourceDeployed(s *v1beta2.PingSource)
- func WithPingSourceSinkNotFound(s *v1beta2.PingSource)
- type PingSourceOption
- func WithPingSource(uid string) PingSourceOption
- func WithPingSourceFinalizers(finalizers ...string) PingSourceOption
- func WithPingSourceObjectMetaGeneration(generation int64) PingSourceOption
- func WithPingSourceSink(uri *apis.URL) PingSourceOption
- func WithPingSourceSpec(spec v1beta2.PingSourceSpec) PingSourceOption
- func WithPingSourceStatusObservedGeneration(generation int64) PingSourceOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPingSource ¶
func NewPingSource(name, namespace string, o ...PingSourceOption) *v1beta2.PingSource
NewPingSource creates a PingSource with PingSourceOption.
func WithInitPingSourceConditions ¶
func WithInitPingSourceConditions(s *v1beta2.PingSource)
func WithPingSourceCloudEventAttributes ¶
func WithPingSourceCloudEventAttributes(s *v1beta2.PingSource)
func WithPingSourceDeleted ¶
func WithPingSourceDeleted(c *v1beta2.PingSource)
func WithPingSourceDeployed ¶
func WithPingSourceDeployed(s *v1beta2.PingSource)
func WithPingSourceSinkNotFound ¶
func WithPingSourceSinkNotFound(s *v1beta2.PingSource)
Types ¶
type PingSourceOption ¶
type PingSourceOption func(*v1beta2.PingSource)
PingSourceOption enables further configuration of a CronJob.
func WithPingSource ¶
func WithPingSource(uid string) PingSourceOption
func WithPingSourceFinalizers ¶
func WithPingSourceFinalizers(finalizers ...string) PingSourceOption
func WithPingSourceObjectMetaGeneration ¶
func WithPingSourceObjectMetaGeneration(generation int64) PingSourceOption
func WithPingSourceSink ¶
func WithPingSourceSink(uri *apis.URL) PingSourceOption
func WithPingSourceSpec ¶
func WithPingSourceSpec(spec v1beta2.PingSourceSpec) PingSourceOption
func WithPingSourceStatusObservedGeneration ¶
func WithPingSourceStatusObservedGeneration(generation int64) PingSourceOption
Click to show internal directories.
Click to hide internal directories.