Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalK8SResources ¶
MarshalK8SResources marshals every field of a struct into a k8s resource YAML.
func MarshalK8SResourcesList ¶
MarshalK8SResourcesList marshals every element of a slice into a k8s resource YAML.
func UnmarshalK8SResources ¶
UnmarshalK8SResources takes YAML and converts it into a k8s resources struct.
Types ¶
type ConfigMaps ¶
ConfigMaps represent a list of k8s ConfigMap.
func (ConfigMaps) Marshal ¶
func (s ConfigMaps) Marshal() ([]byte, error)
Marshal marshals config maps into multiple YAML documents.
Click to show internal directories.
Click to hide internal directories.