Documentation ¶
Index ¶
- func ChannelName(customObject v1alpha1.ChartConfig) string
- func ChartName(customObject v1alpha1.ChartConfig) string
- func ConfigMapName(customObject v1alpha1.ChartConfig) string
- func ConfigMapNamespace(customObject v1alpha1.ChartConfig) string
- func CordonReason(customObject v1alpha1.ChartConfig) string
- func CordonUntil(customObject v1alpha1.ChartConfig) string
- func HasDeleteCROnlyAnnotation(customObject v1alpha1.ChartConfig) bool
- func IsCordoned(customObject v1alpha1.ChartConfig) bool
- func IsEmptyValueError(err error) bool
- func IsWrongTypeError(err error) bool
- func Namespace(customObject v1alpha1.ChartConfig) string
- func ReleaseName(customObject v1alpha1.ChartConfig) string
- func ReleaseStatus(customObject v1alpha1.ChartConfig) string
- func SecretName(customObject v1alpha1.ChartConfig) string
- func SecretNamespace(customObject v1alpha1.ChartConfig) string
- func ToCustomObject(v interface{}) (v1alpha1.ChartConfig, error)
- func UserConfigMapName(customObject v1alpha1.ChartConfig) string
- func UserConfigMapNamespace(customObject v1alpha1.ChartConfig) string
- func VersionBundleVersion(customObject v1alpha1.ChartConfig) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChannelName ¶
func ChannelName(customObject v1alpha1.ChartConfig) string
func ChartName ¶
func ChartName(customObject v1alpha1.ChartConfig) string
func ConfigMapName ¶
func ConfigMapName(customObject v1alpha1.ChartConfig) string
func ConfigMapNamespace ¶
func ConfigMapNamespace(customObject v1alpha1.ChartConfig) string
func CordonReason ¶ added in v0.9.2
func CordonReason(customObject v1alpha1.ChartConfig) string
func CordonUntil ¶ added in v0.9.2
func CordonUntil(customObject v1alpha1.ChartConfig) string
func HasDeleteCROnlyAnnotation ¶ added in v0.9.2
func HasDeleteCROnlyAnnotation(customObject v1alpha1.ChartConfig) bool
func IsCordoned ¶ added in v0.9.2
func IsCordoned(customObject v1alpha1.ChartConfig) bool
func IsEmptyValueError ¶
IsEmptyValueError asserts emptyValueError.
func IsWrongTypeError ¶
IsWrongTypeError asserts wrongTypeError.
func Namespace ¶
func Namespace(customObject v1alpha1.ChartConfig) string
func ReleaseName ¶
func ReleaseName(customObject v1alpha1.ChartConfig) string
func ReleaseStatus ¶
func ReleaseStatus(customObject v1alpha1.ChartConfig) string
func SecretName ¶
func SecretName(customObject v1alpha1.ChartConfig) string
func SecretNamespace ¶
func SecretNamespace(customObject v1alpha1.ChartConfig) string
func ToCustomObject ¶
func ToCustomObject(v interface{}) (v1alpha1.ChartConfig, error)
ToCustomObject converts value to v1alpha1.ChartConfig and returns it or error if type does not match.
func UserConfigMapName ¶
func UserConfigMapName(customObject v1alpha1.ChartConfig) string
func UserConfigMapNamespace ¶
func UserConfigMapNamespace(customObject v1alpha1.ChartConfig) string
func VersionBundleVersion ¶
func VersionBundleVersion(customObject v1alpha1.ChartConfig) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.