Documentation ¶
Index ¶
- type Skuba
- func (s *Skuba) Bootstrap(master00IP string, master00Name string) (*gexec.Session, error)
- func (s *Skuba) ClusterName() string
- func (s *Skuba) GetClient() (*clientset.Clientset, error)
- func (s *Skuba) Init() (*gexec.Session, error)
- func (s *Skuba) JoinNode(nodeIP string, nodeName string, nodeRole string) (*gexec.Session, error)
- func (s *Skuba) RemoveNode(nodeName string) (*gexec.Session, error)
- func (s *Skuba) ResetNode(nodeIP string) (*gexec.Session, error)
- func (s *Skuba) Status() (*gexec.Session, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Skuba ¶
type Skuba struct {
// contains filtered or unexported fields
}
func NewSkubaFromEnv ¶
NewSkubaFromEnv builds a Skuba reading values from environment variables
func (*Skuba) ClusterName ¶
func (*Skuba) RemoveNode ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.