Versions in this module Expand all Collapse all v1 v1.11.0 Dec 24, 2018 v1.10.0 Aug 16, 2018 Changes in this version + var RewriteManifests = featureflag.New("RewriteManifests", featureflag.Bool(true)) + type AssetBuilder struct + AssetsLocation *kops.Assets + ContainerAssets []*ContainerAsset + FileAssets []*FileAsset + KubernetesVersion semver.Version + Phase string + func NewAssetBuilder(cluster *kops.Cluster, phase string) *AssetBuilder + func (a *AssetBuilder) RemapFileAndSHA(fileURL *url.URL) (*url.URL, *hashing.Hash, error) + func (a *AssetBuilder) RemapFileAndSHAValue(fileURL *url.URL, shaValue string) (*url.URL, error) + func (a *AssetBuilder) RemapImage(image string) (string, error) + func (a *AssetBuilder) RemapManifest(data []byte) ([]byte, error) + type ContainerAsset struct + CanonicalLocation string + DockerImage string + type FileAsset struct + CanonicalFileURL *url.URL + FileURL *url.URL + SHAValue string