Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Framework ¶
type Framework struct { Storage store.Interface Config *api.PharmerConfig ClusterName string }
func (*Framework) Invoke ¶
func (f *Framework) Invoke() *Invocation
type Invocation ¶
type Invocation struct { Credential *credentialInvocation Cluster *clusterInvocation SSH *sshInvocation NG *nodeGroupInvocaton // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.