Documentation
¶
Index ¶
Constants ¶
View Source
const (
RKEContainerNameLabel = "io.rancher.rke.container.name"
CattleProcessNameLabel = "io.cattle.process.name"
)
Variables ¶
This section is empty.
Functions ¶
func ExecutePlan ¶
func ExecutePlan(ctx context.Context, nodeConfig *NodeConfig, writeCertOnly bool) error
Types ¶
type NodeConfig ¶
type NodeConfig struct {
ClusterName string `json:"clusterName"`
Certs string `json:"certs"`
Processes map[string]v3.Process `json:"processes"`
Files []v3.File `json:"files"`
}
Click to show internal directories.
Click to hide internal directories.