Versions in this module Expand all Collapse all v0 v0.0.3 Oct 18, 2023 Changes in this version + var KataDeploy = template.Must(template.New("kata-deploy.yaml").Parse(dedent.Dedent(...))) + var NodeFeatureDiscovery = template.Must(template.New("node-feature-discovery.yaml").Parse(dedent.Dedent(...))) + func DeployKataTasks(d *DeployPluginsModule) []task.Interface + func DeployNodeFeatureDiscoveryTasks(d *DeployPluginsModule) []task.Interface + type ApplyKataDeployManifests struct + func (a *ApplyKataDeployManifests) Execute(runtime connector.Runtime) error + type ApplyNodeFeatureDiscoveryManifests struct + func (a *ApplyNodeFeatureDiscoveryManifests) Execute(runtime connector.Runtime) error + type DeployPluginsModule struct + func (d *DeployPluginsModule) Init()