From 74f978e85824d50f32800ad60818839ccf885d7e Mon Sep 17 00:00:00 2001 From: Shashank Ram Date: Thu, 4 Mar 2021 09:21:49 -0800 Subject: [PATCH] charts/crds: attribute orginal authors for SMI CRDs 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 --- charts/osm/crds/access.yaml | 15 +++++++++++++++ charts/osm/crds/specs.yaml | 15 +++++++++++++++ charts/osm/crds/split.yaml | 16 ++++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/charts/osm/crds/access.yaml b/charts/osm/crds/access.yaml index f808257a69..6ea18a8f0a 100644 --- a/charts/osm/crds/access.yaml +++ b/charts/osm/crds/access.yaml @@ -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 diff --git a/charts/osm/crds/specs.yaml b/charts/osm/crds/specs.yaml index a3934aa1f7..241a059e27 100644 --- a/charts/osm/crds/specs.yaml +++ b/charts/osm/crds/specs.yaml @@ -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 diff --git a/charts/osm/crds/split.yaml b/charts/osm/crds/split.yaml index 1d499bacd2..f3cdc0ccee 100644 --- a/charts/osm/crds/split.yaml +++ b/charts/osm/crds/split.yaml @@ -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: