Documentation
¶
Index ¶
- func AddToScheme(scheme *runtime.Scheme)
- func OpenStreamsFromFiles(filenames []string) ([]io.ReadCloser, error)
- func Parse(filenames []string, useStdin bool) ([]map[string]interface{}, error)
- func ParseKokiNativeObject(obj interface{}) (interface{}, error)
- func ParseSingleKubeNative(obj map[string]interface{}) (runtime.Object, error)
- func ParseSingleKubeNativeFromBytes(data []byte) (runtime.Object, error)
- func ParseStreams(streams []io.ReadCloser) ([]map[string]interface{}, error)
- func UnparseKokiNativeObject(kokiObj interface{}) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToScheme ¶
func OpenStreamsFromFiles ¶
func OpenStreamsFromFiles(filenames []string) ([]io.ReadCloser, error)
func ParseKokiNativeObject ¶
func ParseKokiNativeObject(obj interface{}) (interface{}, error)
func ParseSingleKubeNative ¶
func ParseStreams ¶
func ParseStreams(streams []io.ReadCloser) ([]map[string]interface{}, error)
parses each stream into a go object and closes the stream once done
func UnparseKokiNativeObject ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.