Documentation
¶
Overview ¶
Package xr provides library functions for working with XRs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyCRDDefaults ¶
func ApplyCRDDefaults(xr map[string]any, apiVersion string, crd extv1.CustomResourceDefinition) error
ApplyCRDDefaults sets default values on the XR based on the CRD schema. Callers starting from an XRD should prefer ApplyXRDDefaults; this is the lower-level routine for callers that already have a CRD in hand.
func ApplyXRDDefaults ¶
func ApplyXRDDefaults(xr *unstructured.Unstructured, xrdef *apiextensionsv1.CompositeResourceDefinition) error
ApplyXRDDefaults applies default values from an XRD's openAPIV3Schema to an XR. The XR is mutated in place. This is the canonical XRD-defaulting entry point for the cli; downstream commands and tools (e.g. `crossplane render xr --xrd`) call into this function rather than re-implementing the schema-defaulting routine.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.