Documentation ¶
Index ¶
Constants ¶
View Source
const ( // GroupName is the group of the API. GroupName = "operator.knative.dev" // KindKnativeEventing is the Kind of Knative Eventing in a GVK context. KindKnativeEventing = "KnativeEventing" // KindKnativeServing is the Kind of Knative Serving in a GVK context. KindKnativeServing = "KnativeServing" )
Variables ¶
View Source
var ( // KnativeServingResource respresents a Knative Serving KnativeServingResource = schema.GroupResource{ Group: GroupName, Resource: "knativeservings", } // KnativeServingResource respresents a Knative Serving KnativeEventingResource = schema.GroupResource{ Group: GroupName, Resource: "knativeeventings", } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package base contains the common base functions and types for all APIs +k8s:deepcopy-gen=package
|
Package base contains the common base functions and types for all APIs +k8s:deepcopy-gen=package |
Package v1beta1 contains API Schema definitions for the serving v1beta1 API group +k8s:deepcopy-gen=package,register +groupName=operator.knative.dev
|
Package v1beta1 contains API Schema definitions for the serving v1beta1 API group +k8s:deepcopy-gen=package,register +groupName=operator.knative.dev |
Click to show internal directories.
Click to hide internal directories.