Documentation ¶
Index ¶
Constants ¶
View Source
const ( GroupName = "eventing.knative.dev" // BrokerLabelKey is the label key on Triggers and Subscriptions // to indicate to which Broker they belong to. BrokerLabelKey = GroupName + "/broker" // BrokerClassKey is the annotation key on Brokers to indicate // which Controller is responsible for them. BrokerClassKey = GroupName + "/broker.class" // ScopeAnnotationKey is the annotation key to indicate // the scope of the component handling a given resource. // Valid values are: cluster, namespace, resource. ScopeAnnotationKey = GroupName + "/scope" )
Variables ¶
View Source
var ( // TriggersResource represents a Knative Trigger TriggersResource = schema.GroupResource{ Group: GroupName, Resource: "triggers", } // BrokersResource represents a Knative Broker BrokersResource = schema.GroupResource{ Group: GroupName, Resource: "brokers", } // EventTypesResource represents a Knative EventType EventTypesResource = schema.GroupResource{ Group: GroupName, Resource: "eventtypes", } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.