Documentation ¶
Index ¶
- func MapStringInterfaceToMapStringString(interfaceMap map[string]interface{}) (map[string]string, error)
- func MapStringStringToMapStringInterface(stringMap map[string]string) (map[string]interface{}, error)
- func MarshalBytes(res resources.Resource) ([]byte, error)
- func MarshalBytesEmitZeroValues(res resources.Resource) ([]byte, error)
- func MarshalMap(from resources.Resource) (map[string]interface{}, error)
- func MarshalMapEmitZeroValues(from resources.Resource) (map[string]interface{}, error)
- func MarshalYAML(res resources.Resource) ([]byte, error)
- func UnmarshalBytes(data []byte, into resources.Resource) error
- func UnmarshalMap(m map[string]interface{}, into resources.Resource) error
- func UnmarshalYAML(data []byte, into resources.Resource) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapStringInterfaceToMapStringString ¶
func MapStringInterfaceToMapStringString(interfaceMap map[string]interface{}) (map[string]string, error)
reverse of previous
func MapStringStringToMapStringInterface ¶
func MapStringStringToMapStringInterface(stringMap map[string]string) (map[string]interface{}, error)
ilackarms: help come up with a better name for this please values in stringMap are yaml encoded or error used by configmap resource client
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.