cert-manager/deploy/crds
jetstack-bot 647035a266
Merge pull request #3211 from meyskens/csr-extkey
Extended key usages into CSR
2020-08-27 15:33:37 +01:00
..
BUILD.bazel Add apiextensions.k8s.io/v1 CRDs 2020-08-14 19:25:10 +02:00
crd-certificaterequests.v1beta1.yaml Update CRDs 2020-08-27 15:49:30 +02:00
crd-certificaterequests.yaml Update CRDs 2020-08-27 15:49:30 +02:00
crd-certificates.v1beta1.yaml Update storage version 2020-08-20 14:28:06 +01:00
crd-certificates.yaml Update storage version 2020-08-20 14:28:06 +01:00
crd-challenges.v1beta1.yaml Update storage version 2020-08-20 14:28:06 +01:00
crd-challenges.yaml Update storage version 2020-08-20 14:28:06 +01:00
crd-clusterissuers.v1beta1.yaml Merge pull request #3208 from meyskens/acme-multi-chain 2020-08-26 12:03:35 +01:00
crd-clusterissuers.yaml Merge pull request #3208 from meyskens/acme-multi-chain 2020-08-26 12:03:35 +01:00
crd-issuers.v1beta1.yaml Merge pull request #3208 from meyskens/acme-multi-chain 2020-08-26 12:03:35 +01:00
crd-issuers.yaml Merge pull request #3208 from meyskens/acme-multi-chain 2020-08-26 12:03:35 +01:00
crd-orders.v1beta1.yaml Update storage version 2020-08-20 14:28:06 +01:00
crd-orders.yaml Update storage version 2020-08-20 14:28:06 +01:00
README.md Address review feedback 2020-04-07 10:15:05 +01:00

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.regular: the Helm templates for the 'regular' CRD manifests
  • templates.legacy: the Helm templates for the 'legacy' CRD manifests
  • crds.regular: the templated 'regular' CRD manifests (after running helm template)
  • crds.legacy: the templated 'legacy' CRD manifests (after running helm template)
  • crd-<crd-name>.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.