Documentation
¶
Index ¶
Constants ¶
View Source
const UpgradeDescription = "Kubernetes deprecated API upgrade - DO NOT rollback from this version"
UpgradeDescription is description of why release was upgraded
Variables ¶
This section is empty.
Functions ¶
func ReplaceManifestUnSupportedAPIs ¶ added in v0.0.6
func ReplaceManifestUnSupportedAPIs(origManifest, mapFile string, kubeConfig KubeConfig) (string, error)
ReplaceManifestUnSupportedAPIs returns a release manifest with deprecated or removed Kubernetes APIs updated to supported APIs
Types ¶
type KubeConfig ¶
KubeConfig are the Kubernetes configuration settings
type MapOptions ¶ added in v0.0.5
type MapOptions struct { DryRun bool KubeConfig KubeConfig MapFile string ReleaseName string ReleaseNamespace string StorageType string TillerOutCluster bool }
MapOptions are the options for mapping deprecated APIs in a release
Click to show internal directories.
Click to hide internal directories.