Documentation
¶
Index ¶
- func ConvertEitherStreamsToKube(eitherStreams []io.ReadCloser) ([]interface{}, error)
- func ConvertKokiMaps(objs []map[string]interface{}) ([]interface{}, error)
- func ConvertKokiStreams(kokiStreams []io.ReadCloser) ([]interface{}, error)
- func ConvertKubeMaps(objs []map[string]interface{}) ([]interface{}, error)
- func ConvertKubeStreams(kubeStreams []io.ReadCloser) ([]interface{}, error)
- func WriteObjsToJSONStream(objs []interface{}, jsonStream io.Writer) error
- func WriteObjsToYamlStream(objs []interface{}, yamlStream io.Writer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertEitherStreamsToKube ¶
func ConvertEitherStreamsToKube(eitherStreams []io.ReadCloser) ([]interface{}, error)
ConvertEitherStreamsToKube either Koki or Kube to just Kube objects.
func ConvertKokiMaps ¶ added in v0.3.0
func ConvertKokiStreams ¶
func ConvertKokiStreams(kokiStreams []io.ReadCloser) ([]interface{}, error)
ConvertKokiStreams to Kube objects.
func ConvertKubeMaps ¶ added in v0.3.0
func ConvertKubeStreams ¶
func ConvertKubeStreams(kubeStreams []io.ReadCloser) ([]interface{}, error)
ConvertKubeStreams to Koki objects.
func WriteObjsToJSONStream ¶
func WriteObjsToYamlStream ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.