messaging

package
v0.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2022 License: Apache-2.0 Imports: 1 Imported by: 27

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 (
	// SubscriptionsResource 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 v1 is the v1 version of the API.
Package v1 is the v1 version of the API.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL