Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RawExtensionCodec ¶
type RawExtensionCodec struct {
// contains filtered or unexported fields
}
func NewRawExtensionCodec ¶
func NewRawExtensionCodec(scheme *runtime.Scheme) *RawExtensionCodec
func (*RawExtensionCodec) DecodeRaw ¶
func (rc *RawExtensionCodec) DecodeRaw(rawObj runtime.RawExtension, into runtime.Object) error
func (*RawExtensionCodec) EncodeRaw ¶
func (rc *RawExtensionCodec) EncodeRaw(obj runtime.Object) (*runtime.RawExtension, error)
Click to show internal directories.
Click to hide internal directories.