Documentation ¶
Overview ¶
Package intevents contains API versions for internal use by other resources.
Index ¶
Constants ¶
View Source
const ( GroupName = "internal.events.cloud.google.com" // SourceLabelKey is the label name used to identify the source that owns a PS or Topic. SourceLabelKey = "events.cloud.google.com/source-name" // ChannelLabelKey is the label name used to identify the channel that owns a PS or Topic. ChannelLabelKey = "events.cloud.google.com/channel-name" )
Variables ¶
View Source
var ( // PullSubscriptionsResource represents a PullSubscription. PullSubscriptionsResource = schema.GroupResource{ Group: GroupName, Resource: "pullsubscriptions", } // TopicsResource represents a Topic. TopicsResource = schema.GroupResource{ Group: GroupName, Resource: "topics", } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package v1alpha1 defines internal types in internal.events.cloud.google.com/v1alpha1 for use by other resources.
|
Package v1alpha1 defines internal types in internal.events.cloud.google.com/v1alpha1 for use by other resources. |
Package v1beta1 defines internal types in internal.events.cloud.google.com/v1beta1 for use by other resources.
|
Package v1beta1 defines internal types in internal.events.cloud.google.com/v1beta1 for use by other resources. |
Click to show internal directories.
Click to hide internal directories.