Documentation ¶
Index ¶
- func DecodeValue(value string) (string, error)
- func EncodeValue(value string) string
- func Filter(rels []*release.Release, namespace, name string) (*release.Release, bool)
- func MergeValues(values []string, rawValues string, vType string) (map[string]interface{}, error)
- func SafeEncodeValue(value string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeValue ¶
DecodeValue will use base64 decoding
func MergeValues ¶
MergeValues merges values from values and rawValues values: can specify multiple or separate values: key1=val1,key2=val2 rawValues: json format or yaml format
func SafeEncodeValue ¶
SafeEncodeValue will use base64 encoding
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.