v1

package
v0.11.8 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KubeConfig

type KubeConfig struct {
	Metadata core.Metadata
	// the actual kubeconfig
	Config api.Config
	// expected to be used as an identifier string for a cluster
	// stored as the key for the kubeconfig data in a kubernetes secret
	Cluster string
}

represents a kubernetes rest.Config for a local or remote cluster multicluster RestConfigs are a custom solo-kit resource which are parsed from kubernetes secrets

func (*KubeConfig) Clone

func (c *KubeConfig) Clone() *KubeConfig

func (*KubeConfig) Equal

func (c *KubeConfig) Equal(that interface{}) bool

func (*KubeConfig) GetMetadata

func (c *KubeConfig) GetMetadata() core.Metadata

func (*KubeConfig) SetMetadata

func (c *KubeConfig) SetMetadata(meta core.Metadata)

Jump to

Keyboard shortcuts

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