Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfirmToProceed ¶
func ConfirmToProceed() bool
func ConvertToEnvVarName ¶
ConvertToEnvVarName converts the given text into a usable env var removing any special chars with '_' and transforming text to upper case
func GetSHAfromConfigmap ¶
GetSHAfromConfigmap generate SHA for a configmap
func InterfaceSlice ¶
func InterfaceSlice(slice interface{}) []interface{}
InterfaceSlice converts an interface to an interface array
Types ¶
type Config ¶
type Config struct { Namespace string ResourceName string ResourceAnnotations map[string]string Annotation string SHAValue string Type string }
Config contains rolling upgrade configuration parameters
type ObjectMeta ¶
type ObjectMeta struct {
meta_v1.ObjectMeta
}
func ToObjectMeta ¶
func ToObjectMeta(kubernetesObject interface{}) ObjectMeta
Click to show internal directories.
Click to hide internal directories.