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)
Click to show internal directories.
Click to hide internal directories.