operations

package
v0.0.0-...-421f950 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2025 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BootstrapAdditionalMasterNode

func BootstrapAdditionalMasterNode(
	ctx context.Context,
	kubeCl *client.KubernetesClient,
	cfg *config.MetaConfig,
	index int,
	cloudConfig string,
	isConverge bool,
	terraformContext *terraform.TerraformContext,
) (*terraform.PipelineOutputs, error)

func BootstrapAdditionalNode

func BootstrapAdditionalNode(
	ctx context.Context,
	kubeCl *client.KubernetesClient,
	cfg *config.MetaConfig,
	index int,
	step, nodeGroupName, cloudConfig string,
	isConverge bool,
	terraformContext *terraform.TerraformContext,
) error

func BootstrapAdditionalNodeForParallelRun

func BootstrapAdditionalNodeForParallelRun(
	ctx context.Context,
	kubeCl *client.KubernetesClient,
	cfg *config.MetaConfig,
	index int,
	step, nodeGroupName, cloudConfig string,
	isConverge bool,
	terraformContext *terraform.TerraformContext,
	runnerLogger log.Logger,
) error

func BootstrapSequentialTerraNodes

func BootstrapSequentialTerraNodes(ctx context.Context, kubeCl *client.KubernetesClient, metaConfig *config.MetaConfig, terraNodeGroups []config.TerraNodeGroupSpec, terraformContext *terraform.TerraformContext) error

func Edit

func Edit(data []byte) ([]byte, error)

func IsSequentialNodesBootstrap

func IsSequentialNodesBootstrap() bool

func NodeName

func NodeName(cfg *config.MetaConfig, nodeGroupName string, index int) string

func ParallelBootstrapAdditionalNodes

func ParallelBootstrapAdditionalNodes(
	ctx context.Context,
	kubeCl *client.KubernetesClient,
	cfg *config.MetaConfig,
	nodesIndexToCreate []int,
	step, nodeGroupName, cloudConfig string,
	isConverge bool,
	terraformContext *terraform.TerraformContext,
	ngLogger log.Logger,
	saveLogToBuffer bool,
) ([]string, error)

func ParallelCreateNodeGroup

func ParallelCreateNodeGroup(
	ctx context.Context,
	kubeCl *client.KubernetesClient,
	metaConfig *config.MetaConfig,
	terraNodeGroups []config.TerraNodeGroupSpec,
	terraformContext *terraform.TerraformContext,
) error

func SecretEdit

func SecretEdit(kubeCl *client.KubernetesClient, name string, Namespace string, secret string, dataKey string) error

Types

type ConvergeExporter

type ConvergeExporter struct {
	MetricsPath   string
	ListenAddress string
	CheckInterval time.Duration

	GaugeMetrics   map[string]*prometheus.GaugeVec
	CounterMetrics map[string]*prometheus.CounterVec
	// contains filtered or unexported fields
}

func NewConvergeExporter

func NewConvergeExporter(address, path string, interval time.Duration) *ConvergeExporter

func (*ConvergeExporter) Start

func (c *ConvergeExporter) Start(ctx context.Context)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL