nodes

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ProviderIdFormat = "claudie://%s"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Deleter

type Deleter struct {
	// contains filtered or unexported fields
}

func NewDeleter added in v0.2.2

func NewDeleter(masterNodes, workerNodes []string, cluster *pb.K8Scluster) *Deleter

New returns new Deleter struct, used for node deletion from a k8s cluster masterNodes - master nodes to DELETE workerNodes - worker nodes to DELETE

func (*Deleter) DeleteNodes

func (d *Deleter) DeleteNodes() (*pb.K8Scluster, error)

DeleteNodes deletes nodes specified in d.masterNodes and d.workerNodes return nil if successful, error otherwise

type K8sList

type K8sList[T any] struct {
	Items []T `yaml:"items"`
}

type LonghornReplica

type LonghornReplica struct {
	Metadata Metadata    `yaml:"metadata"`
	Status   Status      `yaml:"status"`
	Spec     ReplicaSpec `yaml:"spec"`
}

type LonghornVolume

type LonghornVolume struct {
	Metadata Metadata   `yaml:"metadata"`
	Spec     VolumeSpec `yaml:"spec"`
}

type Metadata

type Metadata struct {
	Name string `yaml:"name"`
}

type Patcher added in v0.2.2

type Patcher struct {
	// contains filtered or unexported fields
}

func NewPatcher added in v0.2.2

func NewPatcher(cluster *pb.K8Scluster) *Patcher

func (*Patcher) PatchProviderID added in v0.2.2

func (p *Patcher) PatchProviderID(logger zerolog.Logger) error

type ReplicaSpec

type ReplicaSpec struct {
	VolumeName string `yaml:"volumeName"`
}

type Status

type Status struct {
	OwnerID      string `yaml:"ownerID"`
	CurrentState string `yaml:"currentState"`
	Started      bool   `yaml:"started"`
}

type VolumeSpec

type VolumeSpec struct {
	NumberOfReplicas int `yaml:"numberOfReplicas"`
}

Jump to

Keyboard shortcuts

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