Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNodeUpConfigBuilder ¶
func NewNodeUpConfigBuilder(cluster *kops.Cluster, assetBuilder *assets.AssetBuilder, nodeAssets map[architectures.Architecture][]*assets.MirroredAsset, encryptionConfigSecretHash string) (model.NodeUpConfigBuilder, error)
Types ¶
type FileAssets ¶
type FileAssets struct { // Assets is a list of sources for files (primarily when not using everything containerized) // Formats: // raw url: http://... or https://... // url with hash: <hex>@http://... or <hex>@https://... Assets map[architectures.Architecture][]*assets.MirroredAsset // NodeUpAssets are the assets for downloading nodeup NodeUpAssets map[architectures.Architecture]*assets.MirroredAsset Cluster *kops.Cluster }
func (*FileAssets) AddFileAssets ¶
func (c *FileAssets) AddFileAssets(assetBuilder *assets.AssetBuilder) error
AddFileAssets adds the file assets within the assetBuilder
Click to show internal directories.
Click to hide internal directories.