Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add NetApp/trident #14

Merged
merged 1 commit into from
Nov 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: {}