Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RequiredKinds are Camel K kinds used by YAKS for materializing integrations. // They must be present on the cluster. RequiredKinds = []GroupVersionKindResource{ { GroupVersionKind: schema.GroupVersionKind{ Kind: "Integration", Group: "camel.apache.org", Version: "v1", }, Resource: "integrations", }, } )
Functions ¶
func IsInstalled ¶
IsInstalled returns true if we are connected to a cluster with Camel K installed
This method should not be called from the operator, as it might require permissions that are not available.
Types ¶
type GroupVersionKindResource ¶
type GroupVersionKindResource struct { schema.GroupVersionKind Resource string }
GroupVersionKindResource --.
Click to show internal directories.
Click to hide internal directories.