Documentation ¶
Index ¶
- func Convert_runtime_Object_To_runtime_RawExtension(c runtime.ObjectConvertor, in *runtime.Object, out *runtime.RawExtension, ...) error
- func Convert_runtime_RawExtension_To_runtime_Object(c runtime.ObjectConvertor, in *runtime.RawExtension, out *runtime.Object, ...) error
- func DecodeNestedRawExtensionOrUnknown(d runtime.Decoder, ext *runtime.RawExtension)
- func EncodeNestedRawExtension(e runtime.Encoder, ext *runtime.RawExtension) error
- func GetFieldLabelConversionFunc(supportedLabels map[string]string, overrideLabels map[string]string) func(label, value string) (string, string, error)
- func LegacyMetaV1FieldSelectorConversionWithName(label, value string) (string, string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Convert_runtime_Object_To_runtime_RawExtension ¶
func Convert_runtime_Object_To_runtime_RawExtension(c runtime.ObjectConvertor, in *runtime.Object, out *runtime.RawExtension, s conversion.Scope) error
Convert_runtime_Object_To_runtime_RawExtension attempts to convert runtime.Objects to the appropriate target, returning an error if there is insufficient information on the conversion scope to determine the target version.
func Convert_runtime_RawExtension_To_runtime_Object ¶
func Convert_runtime_RawExtension_To_runtime_Object(c runtime.ObjectConvertor, in *runtime.RawExtension, out *runtime.Object, s conversion.Scope) error
Convert_runtime_RawExtension_To_runtime_Object attempts to convert an incoming object into the appropriate output type.
func DecodeNestedRawExtensionOrUnknown ¶
func DecodeNestedRawExtensionOrUnknown(d runtime.Decoder, ext *runtime.RawExtension)
DecodeNestedRawExtensionOrUnknown
func EncodeNestedRawExtension ¶
func EncodeNestedRawExtension(e runtime.Encoder, ext *runtime.RawExtension) error
EncodeNestedRawExtension will encode the object in the RawExtension (if not nil) or return an error.
func GetFieldLabelConversionFunc ¶
func GetFieldLabelConversionFunc(supportedLabels map[string]string, overrideLabels map[string]string) func(label, value string) (string, string, error)
GetFieldLabelConversionFunc returns a field label conversion func, which does the following: * returns overrideLabels[label], value, nil if the specified label exists in the overrideLabels map * returns label, value, nil if the specified label exists as a key in the supportedLabels map (values in this map are unused, it is intended to be a prototypical label/value map) * otherwise, returns an error
Types ¶
This section is empty.