Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RequiredKinds are Strimzi kinds used by YAKS for materializing integrations. // They must be present on the cluster. RequiredKinds = []GroupVersionKindResource{ { GroupVersionKind: schema.GroupVersionKind{ Kind: "KafkaTopic", Group: "kafka.strimzi.io", Version: "v1beta2", }, Resource: "kafkatopics", }, } )
Functions ¶
func IsInstalled ¶
IsInstalled returns true if we are connected to a cluster with Strimzi 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.