cert-manager/deploy/crds
SpectralHiss e7f29f8bb3 UTF8Value -> utf8Value in CRD JSON schema
* Still following Go standard with UTF8Value for struct field name

Signed-off-by: SpectralHiss <houssem.elfekih@jetstack.io>
2023-12-20 08:30:54 +00:00
..
crd-certificaterequests.yaml run make update-crds 2023-09-01 12:21:42 +02:00
crd-certificates.yaml UTF8Value -> utf8Value in CRD JSON schema 2023-12-20 08:30:54 +00:00
crd-challenges.yaml upgrade dependencies 2023-09-12 11:38:10 +02:00
crd-clusterissuers.yaml Add x509 v3 CA Issuers Extension 2023-11-16 12:45:16 -06:00
crd-issuers.yaml Add x509 v3 CA Issuers Extension 2023-11-16 12:45:16 -06:00
crd-orders.yaml Remove leftover cainjector annotations from our CRDs 2022-05-09 17:24:30 +01:00
README.md

CRDs source directory

Warning

: if you are an end-user, you do NOT need to use the files in this directory. These files are for development purposes only.

This directory contains 'source code' used to build our CustomResourceDefinition resources in a way that can be consumed by all our different deployment methods.

This package exposes a number of different Bazel targets:

  • templates: the Helm templates for the CRD manifests
  • crds: the templated CRD manifests (after running helm template)
  • crd.templated: for each CRD type, the one CRD after running helm template
  • templated_files: a filegroup containing all of the individual templated CRD files

Most users should never utilise the files in this directory directly. Instead, Bazel build targets in other packages (i.e. //deploy/manifests, //deploy/charts etc) will be configured to automatically consume the appropriate artifact listed above.