nodes

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deleter

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

func New

func New(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 ReplicaSpec

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

type Status

type Status struct {
	OwnerID string `yaml:"ownerID"`
}

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