Skip to content

Commit

Permalink
add kubernetes-sigs/external-dns
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Feb 4, 2024
1 parent ad1f074 commit b041468
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,10 @@ Files: crd-catalog/kubernetes-sigs/cluster-api-provider-vsphere/*
Copyright: The kubernetes-sigs/cluster-api-provider-vsphere Authors
License: Apache-2.0

Files: crd-catalog/kubernetes-sigs/external-dns/*
Copyright: The kubernetes-sigs/external-dns Authors
License: Apache-2.0

Files: crd-catalog/kubernetes-sigs/gateway-api/*
Copyright: The kubernetes-sigs/gateway-api Authors
License: Apache-2.0
Expand Down
8 changes: 7 additions & 1 deletion code-generator/src/catalog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,6 @@ pub const CRD_V1_SOURCES: &'static [UpstreamSource] = &[
project_name: "k8gb-io/k8gb",
license: APACHE_V2,
urls: &[
"https://github.com/k8gb-io/k8gb/blob/master/chart/k8gb/crd/dns-endpoint-crd-manifest.yaml",
"https://github.com/k8gb-io/k8gb/blob/master/chart/k8gb/crd/k8gb.absa.oss_gslbs.yaml",
],
},
Expand Down Expand Up @@ -1437,6 +1436,13 @@ pub const CRD_V1_SOURCES: &'static [UpstreamSource] = &[
"https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspherevms.yaml",
],
},
UpstreamSource {
project_name: "kubernetes-sigs/external-dns",
license: APACHE_V2,
urls: &[
"https://github.com/kubernetes-sigs/external-dns/blob/master/docs/contributing/crd-source/crd-manifest.yaml",
],
},
UpstreamSource {
project_name: "kubernetes-sigs/gateway-api",
license: APACHE_V2,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// WARNING: generated by kopium - manual changes will be overwritten
// kopium command: kopium --docs --filename=./crd-catalog/k8gb-io/k8gb/externaldns.k8s.io/v1alpha1/dnsendpoints.yaml --derive=Default --derive=PartialEq
// kopium command: kopium --docs --filename=./crd-catalog/kubernetes-sigs/external-dns/externaldns.k8s.io/v1alpha1/dnsendpoints.yaml --derive=Default --derive=PartialEq
// kopium version: 0.16.5

use kube::CustomResource;
Expand Down
1 change: 1 addition & 0 deletions kube-custom-resources-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,7 @@ apiVersion `externaldata.gatekeeper.sh/v1beta1`:
apiVersion `externaldns.k8s.io/v1alpha1`:
- `DNSEndpoint`
- `DNSEndpoint`
## externaldns_nginx_org
Expand Down

0 comments on commit b041468

Please sign in to comment.