label

package
v0.176.0 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 6 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

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

func New

func New(clusterName string, service Service, eksAPI awsapi.EKS) *Manager

func (*Manager) Get

func (m *Manager) Get(ctx context.Context, nodeGroupName string) ([]Summary, error)

func (*Manager) Set

func (m *Manager) Set(ctx context.Context, nodeGroupName string, labels map[string]string) error

func (*Manager) Unset

func (m *Manager) Unset(ctx context.Context, nodeGroupName string, labels []string) error

type Service

type Service interface {
	GetLabels(ctx context.Context, nodeGroupName string) (map[string]string, error)
	UpdateLabels(ctx context.Context, nodeGroupName string, labelsToAdd map[string]string, labelsToRemove []string) error
}

type Summary

type Summary struct {
	Cluster   string
	NodeGroup string
	Labels    map[string]string
}

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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