Documentation ¶
Index ¶
- func BytesToObjects[T client.Object](bs ...[]byte) ([]client.Object, error)
- func BytesToUnstructured(bs ...[]byte) ([]client.Object, error)
- func MustParseToObjects[T client.Object, I any](inputs ...I) []client.Object
- func MustParseToUnstructured[T any](inputs ...T) []client.Object
- func ReadersToObjects[T client.Object](rs ...io.Reader) ([]client.Object, error)
- func ReadersToUnstructured(rs ...io.Reader) ([]client.Object, error)
- func StringsToObjects[T client.Object](strs ...string) ([]client.Object, error)
- func StringsToUnstructured(strs ...string) ([]client.Object, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustParseToObjects ¶
func MustParseToUnstructured ¶
func ReadersToObjects ¶
func StringsToObjects ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.