Documentation ¶
Index ¶
Constants ¶
View Source
const ( GroupName = "messaging.knative.dev" // SubscribableDuckVersionAnnotation is the annotation we use to declare // which Subscribable duck version type we conform to. SubscribableDuckVersionAnnotation = "messaging.knative.dev/subscribable" )
Variables ¶
View Source
var ( // SubscriptionssResource represents a Knative Subscription SubscriptionsResource = schema.GroupResource{ Group: GroupName, Resource: "subscriptions", } // ChannelsResource represents a Knative Channel ChannelsResource = schema.GroupResource{ Group: GroupName, Resource: "channels", } // InMemoryChannelsResource represents a Knative Channel InMemoryChannelsResource = schema.GroupResource{ Group: GroupName, Resource: "inmemorychannels", } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package config holds the typed objects that define the schemas for ConfigMap objects that pertain to our API objects.
|
Package config holds the typed objects that define the schemas for ConfigMap objects that pertain to our API objects. |
Package v1alpha1 is the v1alpha1 version of the API.
|
Package v1alpha1 is the v1alpha1 version of the API. |
Package v1beta1 is the v1beta1 version of the API.
|
Package v1beta1 is the v1beta1 version of the API. |
Click to show internal directories.
Click to hide internal directories.