Documentation ¶
Index ¶
- Constants
- func ConvertReferenceAPIContract(ctx context.Context, c client.Client, ref *corev1.ObjectReference) error
- func FuzzTestFunc(scheme *runtime.Scheme, hub conversion.Hub, dst conversion.Convertible, ...) func(*testing.T)
- func GetFuzzer(scheme *runtime.Scheme, funcs ...fuzzer.FuzzerFuncs) *fuzz.Fuzzer
- func MarshalData(src metav1.Object, dst metav1.Object) error
- func UnmarshalData(from metav1.Object, to interface{}) (bool, error)
Constants ¶
View Source
const (
DataAnnotation = "cluster.x-k8s.io/conversion-data"
)
Variables ¶
This section is empty.
Functions ¶
func ConvertReferenceAPIContract ¶ added in v0.3.0
func ConvertReferenceAPIContract(ctx context.Context, c client.Client, ref *corev1.ObjectReference) error
ConvertReferenceAPIContract takes a client and object reference, queries the API Server for the Custom Resource Definition and looks which one is the stored version available.
The object passed as input is modified in place if an updated compatible version is found.
func FuzzTestFunc ¶ added in v0.3.0
func FuzzTestFunc(scheme *runtime.Scheme, hub conversion.Hub, dst conversion.Convertible, funcs ...fuzzer.FuzzerFuncs) func(*testing.T)
FuzzTestFunc returns a new testing function to be used in tests to make sure conversions between the Hub version of an object and an older version aren't lossy.
func MarshalData ¶ added in v0.3.0
MarshalData stores the source object as json data in the destination object annotations map. It ignores the metadata of the source object.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.