Skip to content

Commit

Permalink
add NetApp/trident
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Nov 4, 2023
1 parent 5750c55 commit 493aeb7
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,10 @@ Files: crd-catalog/mittwald/kubernetes-secret-generator/*
Copyright: The mittwald/kubernetes-secret-generator Authors
License: Apache-2.0

Files: crd-catalog/NetApp/trident/*
Copyright: The NetApp/trident Authors
License: Apache-2.0

Files: crd-catalog/nginxinc/kubernetes-ingress/*
Copyright: The nginxinc/kubernetes-ingress Authors
License: Apache-2.0
Expand Down
1 change: 1 addition & 0 deletions code-generator/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ BUGGY_RESOURCES=(
source_toolkit_fluxcd_io_v1/gitrepositories
telemetry_istio_io_v1alpha1/telemetries
traefik_io_v1alpha1/middlewares
trident_netapp_io_v1/tridentorchestrators
work_karmada_io_v1alpha1/works
)
for resource in "${BUGGY_RESOURCES[@]}"; do
Expand Down
7 changes: 7 additions & 0 deletions code-generator/src/catalog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,13 @@ pub const CRD_V1_SOURCES: &'static [UpstreamSource] = &[
"https://github.com/mittwald/kubernetes-secret-generator/blob/master/deploy/crds/secretgenerator.mittwald.de_stringsecrets_crd.yaml",
],
},
UpstreamSource {
project_name: "NetApp/trident",
license: APACHE_V2,
urls: &[
"https://github.com/NetApp/trident/blob/master/deploy/crds/trident.netapp.io_tridentorchestrators_crd.yaml",
],
},
UpstreamSource {
project_name: "nginxinc/kubernetes-ingress",
license: APACHE_V2,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: tridentorchestrators.trident.netapp.io
spec:
group: trident.netapp.io
names:
kind: TridentOrchestrator
listKind: TridentOrchestratorList
plural: tridentorchestrators
shortNames:
- torc
- torchestrator
singular: tridentorchestrator
scope: Cluster
versions:
- name: v1
schema:
openAPIV3Schema:
type: object
x-kubernetes-preserve-unknown-fields: true
served: true
storage: true
subresources:
status: {}

0 comments on commit 493aeb7

Please sign in to comment.