Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PluginName is the name of the plugin and used at several places PluginName = "node-remediation-console-plugin" // ServiceName is the name of the console plugin Service and must match the name of the Service in /bundle/manifests! ServiceName = "node-healthcheck-node-remediation-console-plugin" // ServicePort is the port of the console plugin Service and must match the port of the Service in /bundle/manifests! ServicePort = 9443 )
Variables ¶
This section is empty.
Functions ¶
func CreateOrUpdatePlugin ¶
func CreateOrUpdatePlugin(ctx context.Context, cl client.Client, caps cluster.Capabilities, namespace string, log logr.Logger) error
CreateOrUpdatePlugin creates or updates the resources needed for the remediation console plugin. HEADS UP: consider cleanup of old resources in case of name changes or removals!
TODO image reference to console plugin in CSV?
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.