clusterinterregator

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterInterregator

type ClusterInterregator interface {
	GetProvider() providers.ProviderType
	GetClusterName() string
	GetWorkspace() string
	GetDatacenter() string
}

func NewClusterInterregator

func NewClusterInterregator(nodes []v1.Node) ClusterInterregator

type ClusterProviderInterregator

type ClusterProviderInterregator interface {
	IsTypeOf([]v1.Node) bool
	GetProvider([]v1.Node) providers.ProviderType
	GetClusterName([]v1.Node) string
	GetWorkspace([]v1.Node) string
	GetDatacenter([]v1.Node) string
}

Jump to

Keyboard shortcuts

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