Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterMeta ¶
type ClusterMeta struct {
// contains filtered or unexported fields
}
ClusterMeta contains some cluster meta and can be used to compute some more cluster metadata See: NewClusterMeta
func NewClusterMeta ¶
func NewClusterMeta(name string) *ClusterMeta
NewClusterMeta returns a new cluster meta
func (*ClusterMeta) ClusterLabel ¶
func (c *ClusterMeta) ClusterLabel() string
ClusterLabel returns the docker object label that will be applied to cluster "node" containers
func (*ClusterMeta) KubeConfigPath ¶
func (c *ClusterMeta) KubeConfigPath() string
KubeConfigPath returns the path to where the Kubeconfig would be placed by kind based on the configuration.
Click to show internal directories.
Click to hide internal directories.