Versions in this module Expand all Collapse all v0 v0.5.4 Dec 18, 2023 Changes in this version + func ContextWithClusterInfo(ctx context.Context, n *ClusterInfo) context.Context + type ClusterInfo struct + Images []string + Nodes []*ClusterNode + func FromContext(ctx context.Context) *ClusterInfo + func (v ClusterInfo) RuntimeDoc(names ...string) ([]string, bool) + func (v ClusterInfo) SupportedPlatforms() []string + type ClusterNode struct + ExternalIP string + Hostname string + InternalIP string + Role string + func (v ClusterNode) RuntimeDoc(names ...string) ([]string, bool) + type Provider struct + func (n *Provider) Init(ctx context.Context) error + func (n *Provider) InjectContext(ctx context.Context) context.Context