Resources specifies Patch & Transform resource templates.
Type
CRD
Group
pt.fn.crossplane.io
Version
v1beta1
apiVersion: pt.fn.crossplane.io/v1beta1
kind: Resources
Environment represents the Composition environment.
THIS IS AN ALPHA FIELD. Do not use it in production. It may be changed or removed without notice.
Patches is a list of environment patches that are executed before a composition's resources are composed. These patches are between the XR and the Environment. Either from the Environment to the XR, or vice versa.
Combine is the patch configuration for a CombineFromComposite, CombineToComposite patch.
String declares that input variables should be combined into a single string, using the relevant settings for formatting purposes.
Variables are the list of variables whose values will be retrieved and combined.
Policy configures the specifics of patching behaviour.
Transforms are the list of functions that are used as a FIFO pipe for the input to be transformed.
Match is a more complex version of Map that matches a list of patterns.
PatchSets define a named set of patches that may be included by any resource. PatchSets cannot themselves refer to other PatchSets.
Patches will be applied as an overlay to the base resource.
Combine is the patch configuration for a CombineFromComposite, CombineToComposite patch.
String declares that input variables should be combined into a single string, using the relevant settings for formatting purposes.
Variables are the list of variables whose values will be retrieved and combined.
Policy configures the specifics of patching behaviour.
Transforms are the list of functions that are used as a FIFO pipe for the input to be transformed.
Match is a more complex version of Map that matches a list of patterns.
Resources is a list of resource templates that will be used when a composite resource is created.
ConnectionDetails lists the propagation secret keys from this composed resource to the composition instance connection secret.
Patches to and from the composed resource.
Combine is the patch configuration for a CombineFromComposite, CombineToComposite patch.
String declares that input variables should be combined into a single string, using the relevant settings for formatting purposes.
Variables are the list of variables whose values will be retrieved and combined.
Policy configures the specifics of patching behaviour.
Transforms are the list of functions that are used as a FIFO pipe for the input to be transformed.
Match is a more complex version of Map that matches a list of patterns.
ReadinessChecks allows users to define custom readiness checks. All checks have to return true in order for resource to be considered ready. The default readiness check is to have the "Ready" condition to be "True".