Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
charts/crds: attribute orginal authors for SMI CRDs
Browse files Browse the repository at this point in the history
The SMI CRDs are borrowed from the smi-sdk-go repo
https://github.com/servicemeshinterface/smi-sdk-go
only because those CRDs are not published as charts
which we can mark as a dependency in our project.
The CRDs copied over aren't modified.

Signed-off-by: Shashank Ram <shashr2204@gmail.com>
  • Loading branch information
shashankram authored and nojnhuh committed Mar 12, 2021
1 parent 1dab83f commit 74f978e
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
15 changes: 15 additions & 0 deletions charts/osm/crds/access.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Custom Resource Definition (CRD) for SMI's traffic access specification.
#
# Copyright SMI SDK for Go authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
Expand Down
15 changes: 15 additions & 0 deletions charts/osm/crds/specs.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Custom Resource Definition (CRD) for SMI's traffic specs specification.
#
# Copyright SMI SDK for Go authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
Expand Down
16 changes: 16 additions & 0 deletions charts/osm/crds/split.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Custom Resource Definition (CRD) for SMI's traffic split specification.
#
# Copyright SMI SDK for Go authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
Expand Down

0 comments on commit 74f978e

Please sign in to comment.