Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentNodePlan ¶
type File ¶
type File struct { Content string `json:"content,omitempty"` Name string `json:"name,omitempty"` Path string `json:"path,omitempty"` }
Name would be `ca.pem`, Path would be `/etc/kubernetes/ssl`, Contents is base64 encoded
type Instruction ¶
type NodePlan ¶
type NodePlan struct { Files []File `json:"files,omitempty"` Instructions []Instruction `json:"instructions,omitempty"` }
type NodePlanPosition ¶
type NodePlanPosition struct {
AppliedChecksum string `json:"appliedChecksum,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.