Documentation ¶
Index ¶
- func CreateObject(kind, extensionType, subType, extensionVersion string) interface{}
- func Marshal(v interface{}) ([]byte, error)
- func MarshalToResource(r runtime.Object, s interface{}) error
- func MustRegister(kind, extensionType, subType, extensionVersion string, v interface{})
- func Register(kind, extensionType, subType, extensionVersion string, v interface{}) error
- func Unmarshal(kind, extensionType, subType string, data []byte) (interface{}, error)
- func UnmarshalFromResource(subType string, r runtime.Object) (interface{}, error)
- func UnmarshalFromResourceInto(r runtime.Object, into interface{}) error
- func UnmarshalInto(data []byte, into interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateObject ¶
func CreateObject(kind, extensionType, subType, extensionVersion string) interface{}
func MarshalToResource ¶
func MustRegister ¶
func MustRegister(kind, extensionType, subType, extensionVersion string, v interface{})
func UnmarshalFromResource ¶
func UnmarshalInto ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.