Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNodeUpConfigBuilder ¶
func NewNodeUpConfigBuilder(cluster *kops.Cluster, assetBuilder *assets.AssetBuilder, encryptionConfigSecretHash string) (model.NodeUpConfigBuilder, error)
Types ¶
type KubernetesFileAssets ¶ added in v1.31.0
type KubernetesFileAssets struct { // KubernetesFileAssets are the assets for downloading Kubernetes binaries KubernetesFileAssets map[architectures.Architecture][]*assets.MirroredAsset }
KubernetesFileAssets are the assets for downloading Kubernetes binaries
func BuildKubernetesFileAssets ¶ added in v1.31.0
func BuildKubernetesFileAssets(ig model.InstanceGroup, assetBuilder *assets.AssetBuilder) (*KubernetesFileAssets, error)
BuildKubernetesFileAssets returns the Kubernetes file assets for the given cluster
type NodeUpAssets ¶ added in v1.31.0
type NodeUpAssets struct { // NodeUpAssets are the assets for downloading nodeup NodeUpAssets map[architectures.Architecture]*assets.MirroredAsset }
NodeUpAssets are the assets for downloading nodeup
func BuildNodeUpAssets ¶ added in v1.31.0
func BuildNodeUpAssets(ctx context.Context, assetBuilder *assets.AssetBuilder) (*NodeUpAssets, error)
Click to show internal directories.
Click to hide internal directories.