diff --git a/dogfood/sitev2/main.go b/dogfood/sitev2/main.go index 22405fb03c..7b68262b32 100644 --- a/dogfood/sitev2/main.go +++ b/dogfood/sitev2/main.go @@ -1,3 +1,17 @@ +// Copyright 2022 Google LLC +// +// 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. + package main import ( diff --git a/package-examples/cert-manager-basic/cainjector/clusterrole-cert-manager-cainjector.yaml b/package-examples/cert-manager-basic/cainjector/clusterrole-cert-manager-cainjector.yaml index f50f7b208a..b9b2797d5b 100644 --- a/package-examples/cert-manager-basic/cainjector/clusterrole-cert-manager-cainjector.yaml +++ b/package-examples/cert-manager-basic/cainjector/clusterrole-cert-manager-cainjector.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/cainjector-rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/package-examples/cert-manager-basic/cainjector/clusterrolebinding-cert-manager-cainjector.yaml b/package-examples/cert-manager-basic/cainjector/clusterrolebinding-cert-manager-cainjector.yaml index 25f7415a90..788449b483 100644 --- a/package-examples/cert-manager-basic/cainjector/clusterrolebinding-cert-manager-cainjector.yaml +++ b/package-examples/cert-manager-basic/cainjector/clusterrolebinding-cert-manager-cainjector.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/cainjector-rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding diff --git a/package-examples/cert-manager-basic/cainjector/deployment-cert-manager-cainjector.yaml b/package-examples/cert-manager-basic/cainjector/deployment-cert-manager-cainjector.yaml index 2a8b44156f..a3516908d2 100644 --- a/package-examples/cert-manager-basic/cainjector/deployment-cert-manager-cainjector.yaml +++ b/package-examples/cert-manager-basic/cainjector/deployment-cert-manager-cainjector.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/cainjector-deployment.yaml apiVersion: apps/v1 kind: Deployment diff --git a/package-examples/cert-manager-basic/cainjector/role-cert-manager-cainjector:leaderelection.yaml b/package-examples/cert-manager-basic/cainjector/role-cert-manager-cainjector:leaderelection.yaml index f552b3e04a..b842096409 100644 --- a/package-examples/cert-manager-basic/cainjector/role-cert-manager-cainjector:leaderelection.yaml +++ b/package-examples/cert-manager-basic/cainjector/role-cert-manager-cainjector:leaderelection.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/cainjector-rbac.yaml # leader election rules apiVersion: rbac.authorization.k8s.io/v1 diff --git a/package-examples/cert-manager-basic/cainjector/rolebinding-cert-manager-cainjector:leaderelection.yaml b/package-examples/cert-manager-basic/cainjector/rolebinding-cert-manager-cainjector:leaderelection.yaml index 47cb026d4b..735c43c987 100644 --- a/package-examples/cert-manager-basic/cainjector/rolebinding-cert-manager-cainjector:leaderelection.yaml +++ b/package-examples/cert-manager-basic/cainjector/rolebinding-cert-manager-cainjector:leaderelection.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/cainjector-rbac.yaml # grant cert-manager permission to manage the leaderelection configmap in the # leader election namespace diff --git a/package-examples/cert-manager-basic/cainjector/serviceaccount-cert-manager-cainjector.yaml b/package-examples/cert-manager-basic/cainjector/serviceaccount-cert-manager-cainjector.yaml index 64bc6e9e17..7ae3576645 100644 --- a/package-examples/cert-manager-basic/cainjector/serviceaccount-cert-manager-cainjector.yaml +++ b/package-examples/cert-manager-basic/cainjector/serviceaccount-cert-manager-cainjector.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/cainjector-serviceaccount.yaml apiVersion: v1 kind: ServiceAccount diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-approve:cert-manager-io.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-approve:cert-manager-io.yaml index c217d3e51b..c9e8d4c4c2 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-approve:cert-manager-io.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-approve:cert-manager-io.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml # Permission to approve CertificateRequests referencing cert-manager.io Issuers and ClusterIssuers apiVersion: rbac.authorization.k8s.io/v1 diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-certificates.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-certificates.yaml index 35d5e27007..d3bfe60766 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-certificates.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-certificates.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml # Certificates controller role apiVersion: rbac.authorization.k8s.io/v1 diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-certificatesigningrequests.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-certificatesigningrequests.yaml index fecd592a0c..27b6511793 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-certificatesigningrequests.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-certificatesigningrequests.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml # Permission to: # - Update and sign CertificatSigningeRequests referencing cert-manager.io Issuers and ClusterIssuers diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-challenges.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-challenges.yaml index 354412f3f3..dd99d34234 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-challenges.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-challenges.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml # Challenges controller role apiVersion: rbac.authorization.k8s.io/v1 diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-clusterissuers.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-clusterissuers.yaml index 7a8b52c654..2ea1966234 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-clusterissuers.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-clusterissuers.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml # ClusterIssuer controller role apiVersion: rbac.authorization.k8s.io/v1 diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-ingress-shim.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-ingress-shim.yaml index ea1779ffdc..35c9a980f0 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-ingress-shim.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-ingress-shim.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml # ingress-shim controller role apiVersion: rbac.authorization.k8s.io/v1 diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-issuers.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-issuers.yaml index 7330d6dbd4..61b6b8779a 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-issuers.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-issuers.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml # Issuer controller role apiVersion: rbac.authorization.k8s.io/v1 diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-orders.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-orders.yaml index 2520992aff..2c580e20c1 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-orders.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-controller-orders.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml # Orders controller role apiVersion: rbac.authorization.k8s.io/v1 diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-edit.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-edit.yaml index 8c57433f02..67c7fca943 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-edit.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-edit.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-view.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-view.yaml index 9e153797f7..68880b8dbb 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-view.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrole-cert-manager-view.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-approve:cert-manager-io.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-approve:cert-manager-io.yaml index 7a2f3f265c..39c5fd7b2b 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-approve:cert-manager-io.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-approve:cert-manager-io.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-certificates.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-certificates.yaml index 992c61b4d7..ce1afbf2a7 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-certificates.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-certificates.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-certificatesigningrequests.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-certificatesigningrequests.yaml index fd1f84316d..e6d8d8fa68 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-certificatesigningrequests.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-certificatesigningrequests.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-challenges.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-challenges.yaml index 7ff71b7f55..e80d9e5dd1 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-challenges.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-challenges.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-clusterissuers.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-clusterissuers.yaml index a5d3d55663..d12d9e2a9c 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-clusterissuers.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-clusterissuers.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-ingress-shim.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-ingress-shim.yaml index a8b2ba3c54..20d4a5b830 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-ingress-shim.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-ingress-shim.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-issuers.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-issuers.yaml index b1ca638931..1536c79b5b 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-issuers.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-issuers.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding diff --git a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-orders.yaml b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-orders.yaml index eb88a61623..145028132e 100644 --- a/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-orders.yaml +++ b/package-examples/cert-manager-basic/cert-manager/clusterrolebinding-cert-manager-controller-orders.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding diff --git a/package-examples/cert-manager-basic/cert-manager/deployment-cert-manager.yaml b/package-examples/cert-manager-basic/cert-manager/deployment-cert-manager.yaml index 0133262d6d..52e7e1b677 100644 --- a/package-examples/cert-manager-basic/cert-manager/deployment-cert-manager.yaml +++ b/package-examples/cert-manager-basic/cert-manager/deployment-cert-manager.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/deployment.yaml apiVersion: apps/v1 kind: Deployment diff --git a/package-examples/cert-manager-basic/cert-manager/role-cert-manager:leaderelection.yaml b/package-examples/cert-manager-basic/cert-manager/role-cert-manager:leaderelection.yaml index cd7db33bb8..e5dcf2ef9a 100644 --- a/package-examples/cert-manager-basic/cert-manager/role-cert-manager:leaderelection.yaml +++ b/package-examples/cert-manager-basic/cert-manager/role-cert-manager:leaderelection.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: Role diff --git a/package-examples/cert-manager-basic/cert-manager/rolebinding-cert-manager:leaderelection.yaml b/package-examples/cert-manager-basic/cert-manager/rolebinding-cert-manager:leaderelection.yaml index f95b529aa6..b0ce553b25 100644 --- a/package-examples/cert-manager-basic/cert-manager/rolebinding-cert-manager:leaderelection.yaml +++ b/package-examples/cert-manager-basic/cert-manager/rolebinding-cert-manager:leaderelection.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/rbac.yaml # grant cert-manager permission to manage the leaderelection configmap in the # leader election namespace diff --git a/package-examples/cert-manager-basic/cert-manager/service-cert-manager.yaml b/package-examples/cert-manager-basic/cert-manager/service-cert-manager.yaml index 2f23d6c7ef..cdf3411a38 100644 --- a/package-examples/cert-manager-basic/cert-manager/service-cert-manager.yaml +++ b/package-examples/cert-manager-basic/cert-manager/service-cert-manager.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/service.yaml apiVersion: v1 kind: Service diff --git a/package-examples/cert-manager-basic/cert-manager/serviceaccount-cert-manager.yaml b/package-examples/cert-manager-basic/cert-manager/serviceaccount-cert-manager.yaml index 6a8e7ec52e..a93ce950d8 100644 --- a/package-examples/cert-manager-basic/cert-manager/serviceaccount-cert-manager.yaml +++ b/package-examples/cert-manager-basic/cert-manager/serviceaccount-cert-manager.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/serviceaccount.yaml apiVersion: v1 kind: ServiceAccount diff --git a/package-examples/cert-manager-basic/crds/customresourcedefinition-certificaterequests-cert-manager-io.yaml b/package-examples/cert-manager-basic/crds/customresourcedefinition-certificaterequests-cert-manager-io.yaml index a5edbdc4f2..1d0dd4aac7 100644 --- a/package-examples/cert-manager-basic/crds/customresourcedefinition-certificaterequests-cert-manager-io.yaml +++ b/package-examples/cert-manager-basic/crds/customresourcedefinition-certificaterequests-cert-manager-io.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/crd-templates.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/package-examples/cert-manager-basic/crds/customresourcedefinition-certificates-cert-manager-io.yaml b/package-examples/cert-manager-basic/crds/customresourcedefinition-certificates-cert-manager-io.yaml index 077e165ecc..4bfc32c63d 100644 --- a/package-examples/cert-manager-basic/crds/customresourcedefinition-certificates-cert-manager-io.yaml +++ b/package-examples/cert-manager-basic/crds/customresourcedefinition-certificates-cert-manager-io.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/crd-templates.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/package-examples/cert-manager-basic/crds/customresourcedefinition-challenges-acme-cert-manager-io.yaml b/package-examples/cert-manager-basic/crds/customresourcedefinition-challenges-acme-cert-manager-io.yaml index 5f3b69b301..8c3b454faf 100644 --- a/package-examples/cert-manager-basic/crds/customresourcedefinition-challenges-acme-cert-manager-io.yaml +++ b/package-examples/cert-manager-basic/crds/customresourcedefinition-challenges-acme-cert-manager-io.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/crd-templates.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/package-examples/cert-manager-basic/crds/customresourcedefinition-clusterissuers-cert-manager-io.yaml b/package-examples/cert-manager-basic/crds/customresourcedefinition-clusterissuers-cert-manager-io.yaml index e3db794974..8667552b80 100644 --- a/package-examples/cert-manager-basic/crds/customresourcedefinition-clusterissuers-cert-manager-io.yaml +++ b/package-examples/cert-manager-basic/crds/customresourcedefinition-clusterissuers-cert-manager-io.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/crd-templates.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/package-examples/cert-manager-basic/crds/customresourcedefinition-issuers-cert-manager-io.yaml b/package-examples/cert-manager-basic/crds/customresourcedefinition-issuers-cert-manager-io.yaml index 1f585caf36..8e39059e4d 100644 --- a/package-examples/cert-manager-basic/crds/customresourcedefinition-issuers-cert-manager-io.yaml +++ b/package-examples/cert-manager-basic/crds/customresourcedefinition-issuers-cert-manager-io.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/crd-templates.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/package-examples/cert-manager-basic/crds/customresourcedefinition-orders-acme-cert-manager-io.yaml b/package-examples/cert-manager-basic/crds/customresourcedefinition-orders-acme-cert-manager-io.yaml index 7d4477f2d6..a238f0c8d4 100644 --- a/package-examples/cert-manager-basic/crds/customresourcedefinition-orders-acme-cert-manager-io.yaml +++ b/package-examples/cert-manager-basic/crds/customresourcedefinition-orders-acme-cert-manager-io.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/crd-templates.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/package-examples/cert-manager-basic/package-context.yaml b/package-examples/cert-manager-basic/package-context.yaml index 6c33d9e4d7..3e7fe6befc 100644 --- a/package-examples/cert-manager-basic/package-context.yaml +++ b/package-examples/cert-manager-basic/package-context.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: v1 kind: ConfigMap metadata: diff --git a/package-examples/cert-manager-basic/webhook/clusterrole-cert-manager-webhook:subjectaccessreviews.yaml b/package-examples/cert-manager-basic/webhook/clusterrole-cert-manager-webhook:subjectaccessreviews.yaml index 4a6224451c..c6f0583727 100644 --- a/package-examples/cert-manager-basic/webhook/clusterrole-cert-manager-webhook:subjectaccessreviews.yaml +++ b/package-examples/cert-manager-basic/webhook/clusterrole-cert-manager-webhook:subjectaccessreviews.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/webhook-rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/package-examples/cert-manager-basic/webhook/clusterrolebinding-cert-manager-webhook:subjectaccessreviews.yaml b/package-examples/cert-manager-basic/webhook/clusterrolebinding-cert-manager-webhook:subjectaccessreviews.yaml index 62c67335a9..97ccc5972f 100644 --- a/package-examples/cert-manager-basic/webhook/clusterrolebinding-cert-manager-webhook:subjectaccessreviews.yaml +++ b/package-examples/cert-manager-basic/webhook/clusterrolebinding-cert-manager-webhook:subjectaccessreviews.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/webhook-rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding diff --git a/package-examples/cert-manager-basic/webhook/configmap-cert-manager-webhook.yaml b/package-examples/cert-manager-basic/webhook/configmap-cert-manager-webhook.yaml index 38cc4ec14a..55117f6796 100644 --- a/package-examples/cert-manager-basic/webhook/configmap-cert-manager-webhook.yaml +++ b/package-examples/cert-manager-basic/webhook/configmap-cert-manager-webhook.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/webhook-config.yaml apiVersion: v1 kind: ConfigMap diff --git a/package-examples/cert-manager-basic/webhook/deployment-cert-manager-webhook.yaml b/package-examples/cert-manager-basic/webhook/deployment-cert-manager-webhook.yaml index ae62549b69..36136d8b2d 100644 --- a/package-examples/cert-manager-basic/webhook/deployment-cert-manager-webhook.yaml +++ b/package-examples/cert-manager-basic/webhook/deployment-cert-manager-webhook.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/webhook-deployment.yaml apiVersion: apps/v1 kind: Deployment diff --git a/package-examples/cert-manager-basic/webhook/mutatingwebhookconfiguration-cert-manager-webhook.yaml b/package-examples/cert-manager-basic/webhook/mutatingwebhookconfiguration-cert-manager-webhook.yaml index 419f2380db..4a5e66b798 100644 --- a/package-examples/cert-manager-basic/webhook/mutatingwebhookconfiguration-cert-manager-webhook.yaml +++ b/package-examples/cert-manager-basic/webhook/mutatingwebhookconfiguration-cert-manager-webhook.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/webhook-mutating-webhook.yaml apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration diff --git a/package-examples/cert-manager-basic/webhook/role-cert-manager-webhook:dynamic-serving.yaml b/package-examples/cert-manager-basic/webhook/role-cert-manager-webhook:dynamic-serving.yaml index 59809b4319..dbbd4194cb 100644 --- a/package-examples/cert-manager-basic/webhook/role-cert-manager-webhook:dynamic-serving.yaml +++ b/package-examples/cert-manager-basic/webhook/role-cert-manager-webhook:dynamic-serving.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/webhook-rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: Role diff --git a/package-examples/cert-manager-basic/webhook/rolebinding-cert-manager-webhook:dynamic-serving.yaml b/package-examples/cert-manager-basic/webhook/rolebinding-cert-manager-webhook:dynamic-serving.yaml index 1a8759003d..a810a6c0a5 100644 --- a/package-examples/cert-manager-basic/webhook/rolebinding-cert-manager-webhook:dynamic-serving.yaml +++ b/package-examples/cert-manager-basic/webhook/rolebinding-cert-manager-webhook:dynamic-serving.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/webhook-rbac.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding diff --git a/package-examples/cert-manager-basic/webhook/service-cert-manager-webhook.yaml b/package-examples/cert-manager-basic/webhook/service-cert-manager-webhook.yaml index 9f75c7863a..4e975784e4 100644 --- a/package-examples/cert-manager-basic/webhook/service-cert-manager-webhook.yaml +++ b/package-examples/cert-manager-basic/webhook/service-cert-manager-webhook.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/webhook-service.yaml apiVersion: v1 kind: Service diff --git a/package-examples/cert-manager-basic/webhook/serviceaccount-cert-manager-webhook.yaml b/package-examples/cert-manager-basic/webhook/serviceaccount-cert-manager-webhook.yaml index 3ad5647976..f97cc604d7 100644 --- a/package-examples/cert-manager-basic/webhook/serviceaccount-cert-manager-webhook.yaml +++ b/package-examples/cert-manager-basic/webhook/serviceaccount-cert-manager-webhook.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/webhook-serviceaccount.yaml apiVersion: v1 kind: ServiceAccount diff --git a/package-examples/cert-manager-basic/webhook/validatingwebhookconfiguration-cert-manager-webhook.yaml b/package-examples/cert-manager-basic/webhook/validatingwebhookconfiguration-cert-manager-webhook.yaml index 5aa546f42d..657db6235e 100644 --- a/package-examples/cert-manager-basic/webhook/validatingwebhookconfiguration-cert-manager-webhook.yaml +++ b/package-examples/cert-manager-basic/webhook/validatingwebhookconfiguration-cert-manager-webhook.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: cert-manager/templates/webhook-validating-webhook.yaml apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration diff --git a/package-examples/ghost/ghost-app/deployment-ghost.yaml b/package-examples/ghost/ghost-app/deployment-ghost.yaml index a92acd0df7..8053b2ecfe 100644 --- a/package-examples/ghost/ghost-app/deployment-ghost.yaml +++ b/package-examples/ghost/ghost-app/deployment-ghost.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: apps/v1 kind: Deployment metadata: diff --git a/package-examples/ghost/ghost-app/fn-config-update-host.yaml b/package-examples/ghost/ghost-app/fn-config-update-host.yaml index 142d6d04f8..430528d7c8 100644 --- a/package-examples/ghost/ghost-app/fn-config-update-host.yaml +++ b/package-examples/ghost/ghost-app/fn-config-update-host.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: fn.kpt.dev/v1alpha1 kind: ApplyReplacements metadata: diff --git a/package-examples/ghost/ghost-app/fn-config-validate-host.yaml b/package-examples/ghost/ghost-app/fn-config-validate-host.yaml index a107b02378..5715d14835 100644 --- a/package-examples/ghost/ghost-app/fn-config-validate-host.yaml +++ b/package-examples/ghost/ghost-app/fn-config-validate-host.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: fn.kpt.dev/v1alpha1 kind: StarlarkRun metadata: diff --git a/package-examples/ghost/ghost-app/ingress-ghost.yaml b/package-examples/ghost/ghost-app/ingress-ghost.yaml index 4a9a07579f..92f058820b 100644 --- a/package-examples/ghost/ghost-app/ingress-ghost.yaml +++ b/package-examples/ghost/ghost-app/ingress-ghost.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: networking.k8s.io/v1beta1 kind: Ingress metadata: diff --git a/package-examples/ghost/ghost-app/package-context.yaml b/package-examples/ghost/ghost-app/package-context.yaml index ed61f53c09..5823e9a5ad 100644 --- a/package-examples/ghost/ghost-app/package-context.yaml +++ b/package-examples/ghost/ghost-app/package-context.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: v1 kind: ConfigMap metadata: diff --git a/package-examples/ghost/ghost-app/persistentvolumeclaim-ghost.yaml b/package-examples/ghost/ghost-app/persistentvolumeclaim-ghost.yaml index e55812f4e8..151f8ed406 100644 --- a/package-examples/ghost/ghost-app/persistentvolumeclaim-ghost.yaml +++ b/package-examples/ghost/ghost-app/persistentvolumeclaim-ghost.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: ghost/templates/pvc.yaml kind: PersistentVolumeClaim apiVersion: v1 diff --git a/package-examples/ghost/ghost-app/service-ghost.yaml b/package-examples/ghost/ghost-app/service-ghost.yaml index 14ac4939c0..53c64fdb94 100644 --- a/package-examples/ghost/ghost-app/service-ghost.yaml +++ b/package-examples/ghost/ghost-app/service-ghost.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: v1 kind: Service metadata: diff --git a/package-examples/ghost/ghost-app/setlabels.yaml b/package-examples/ghost/ghost-app/setlabels.yaml index 5e110252bc..aa08840354 100644 --- a/package-examples/ghost/ghost-app/setlabels.yaml +++ b/package-examples/ghost/ghost-app/setlabels.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: fn.kpt.dev/v1alpha1 kind: SetLabels metadata: diff --git a/package-examples/ghost/mariadb/configmap-mariadb.yaml b/package-examples/ghost/mariadb/configmap-mariadb.yaml index 2fe9c0711c..6489d473af 100644 --- a/package-examples/ghost/mariadb/configmap-mariadb.yaml +++ b/package-examples/ghost/mariadb/configmap-mariadb.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: ghost/charts/mariadb/templates/primary/configmap.yaml apiVersion: v1 kind: ConfigMap diff --git a/package-examples/ghost/mariadb/package-context.yaml b/package-examples/ghost/mariadb/package-context.yaml index bb15c046c9..5f44ead152 100644 --- a/package-examples/ghost/mariadb/package-context.yaml +++ b/package-examples/ghost/mariadb/package-context.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: v1 kind: ConfigMap metadata: diff --git a/package-examples/ghost/mariadb/service-mariadb.yaml b/package-examples/ghost/mariadb/service-mariadb.yaml index 6428265b7a..025913fefb 100644 --- a/package-examples/ghost/mariadb/service-mariadb.yaml +++ b/package-examples/ghost/mariadb/service-mariadb.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: ghost/charts/mariadb/templates/primary/svc.yaml apiVersion: v1 kind: Service diff --git a/package-examples/ghost/mariadb/serviceaccount-mariadb.yaml b/package-examples/ghost/mariadb/serviceaccount-mariadb.yaml index e81bcdf0cc..cdd4229299 100644 --- a/package-examples/ghost/mariadb/serviceaccount-mariadb.yaml +++ b/package-examples/ghost/mariadb/serviceaccount-mariadb.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: ghost/charts/mariadb/templates/serviceaccount.yaml apiVersion: v1 kind: ServiceAccount diff --git a/package-examples/ghost/mariadb/setlabels.yaml b/package-examples/ghost/mariadb/setlabels.yaml index c5a375ef45..db851f8bdb 100644 --- a/package-examples/ghost/mariadb/setlabels.yaml +++ b/package-examples/ghost/mariadb/setlabels.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: fn.kpt.dev/v1alpha1 kind: SetLabels metadata: diff --git a/package-examples/ghost/mariadb/statefulset-mariadb.yaml b/package-examples/ghost/mariadb/statefulset-mariadb.yaml index c97e518369..16d87b9389 100644 --- a/package-examples/ghost/mariadb/statefulset-mariadb.yaml +++ b/package-examples/ghost/mariadb/statefulset-mariadb.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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. + # Source: ghost/charts/mariadb/templates/primary/statefulset.yaml apiVersion: apps/v1 kind: StatefulSet diff --git a/package-examples/ghost/package-context.yaml b/package-examples/ghost/package-context.yaml index 6c33d9e4d7..3e7fe6befc 100644 --- a/package-examples/ghost/package-context.yaml +++ b/package-examples/ghost/package-context.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: v1 kind: ConfigMap metadata: diff --git a/package-examples/ingress-nginx/admission-webhook/clusterrole-ingress-nginx-admission.yaml b/package-examples/ingress-nginx/admission-webhook/clusterrole-ingress-nginx-admission.yaml index 6fd0e8e641..6ca983a0d0 100644 --- a/package-examples/ingress-nginx/admission-webhook/clusterrole-ingress-nginx-admission.yaml +++ b/package-examples/ingress-nginx/admission-webhook/clusterrole-ingress-nginx-admission.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/package-examples/ingress-nginx/admission-webhook/clusterrolebinding-ingress-nginx-admission.yaml b/package-examples/ingress-nginx/admission-webhook/clusterrolebinding-ingress-nginx-admission.yaml index 05849b90a5..6df90a35d2 100644 --- a/package-examples/ingress-nginx/admission-webhook/clusterrolebinding-ingress-nginx-admission.yaml +++ b/package-examples/ingress-nginx/admission-webhook/clusterrolebinding-ingress-nginx-admission.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/package-examples/ingress-nginx/admission-webhook/job-ingress-nginx-admission-create.yaml b/package-examples/ingress-nginx/admission-webhook/job-ingress-nginx-admission-create.yaml index 3d13a42a56..301bcf282d 100644 --- a/package-examples/ingress-nginx/admission-webhook/job-ingress-nginx-admission-create.yaml +++ b/package-examples/ingress-nginx/admission-webhook/job-ingress-nginx-admission-create.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: batch/v1 kind: Job metadata: diff --git a/package-examples/ingress-nginx/admission-webhook/job-ingress-nginx-admission-patch.yaml b/package-examples/ingress-nginx/admission-webhook/job-ingress-nginx-admission-patch.yaml index 36ba4f088d..14921cc33c 100644 --- a/package-examples/ingress-nginx/admission-webhook/job-ingress-nginx-admission-patch.yaml +++ b/package-examples/ingress-nginx/admission-webhook/job-ingress-nginx-admission-patch.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: batch/v1 kind: Job metadata: diff --git a/package-examples/ingress-nginx/admission-webhook/role-ingress-nginx-admission.yaml b/package-examples/ingress-nginx/admission-webhook/role-ingress-nginx-admission.yaml index 7d45572c94..81b2a199b9 100644 --- a/package-examples/ingress-nginx/admission-webhook/role-ingress-nginx-admission.yaml +++ b/package-examples/ingress-nginx/admission-webhook/role-ingress-nginx-admission.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: rbac.authorization.k8s.io/v1 kind: Role metadata: diff --git a/package-examples/ingress-nginx/admission-webhook/rolebinding-ingress-nginx-admission.yaml b/package-examples/ingress-nginx/admission-webhook/rolebinding-ingress-nginx-admission.yaml index 347d092d3b..5e04b466d5 100644 --- a/package-examples/ingress-nginx/admission-webhook/rolebinding-ingress-nginx-admission.yaml +++ b/package-examples/ingress-nginx/admission-webhook/rolebinding-ingress-nginx-admission.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: diff --git a/package-examples/ingress-nginx/admission-webhook/serviceaccount-ingress-nginx-admission.yaml b/package-examples/ingress-nginx/admission-webhook/serviceaccount-ingress-nginx-admission.yaml index 87304445aa..f6ac7a2201 100644 --- a/package-examples/ingress-nginx/admission-webhook/serviceaccount-ingress-nginx-admission.yaml +++ b/package-examples/ingress-nginx/admission-webhook/serviceaccount-ingress-nginx-admission.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: v1 kind: ServiceAccount metadata: diff --git a/package-examples/ingress-nginx/admission-webhook/validatingwebhookconfiguration-ingress-nginx-admission.yaml b/package-examples/ingress-nginx/admission-webhook/validatingwebhookconfiguration-ingress-nginx-admission.yaml index e77ab00201..fd5db2cf01 100644 --- a/package-examples/ingress-nginx/admission-webhook/validatingwebhookconfiguration-ingress-nginx-admission.yaml +++ b/package-examples/ingress-nginx/admission-webhook/validatingwebhookconfiguration-ingress-nginx-admission.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration metadata: diff --git a/package-examples/ingress-nginx/controller/clusterrole-ingress-nginx.yaml b/package-examples/ingress-nginx/controller/clusterrole-ingress-nginx.yaml index 998a94e074..79d3ed6f1e 100644 --- a/package-examples/ingress-nginx/controller/clusterrole-ingress-nginx.yaml +++ b/package-examples/ingress-nginx/controller/clusterrole-ingress-nginx.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/package-examples/ingress-nginx/controller/clusterrolebinding-ingress-nginx.yaml b/package-examples/ingress-nginx/controller/clusterrolebinding-ingress-nginx.yaml index 868bd7ae0b..ddfb7fe2c1 100644 --- a/package-examples/ingress-nginx/controller/clusterrolebinding-ingress-nginx.yaml +++ b/package-examples/ingress-nginx/controller/clusterrolebinding-ingress-nginx.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/package-examples/ingress-nginx/controller/configmap-ingress-nginx-controller.yaml b/package-examples/ingress-nginx/controller/configmap-ingress-nginx-controller.yaml index b0192ab358..874ba992b3 100644 --- a/package-examples/ingress-nginx/controller/configmap-ingress-nginx-controller.yaml +++ b/package-examples/ingress-nginx/controller/configmap-ingress-nginx-controller.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: v1 data: allow-snippet-annotations: "true" diff --git a/package-examples/ingress-nginx/controller/deployment-ingress-nginx-controller.yaml b/package-examples/ingress-nginx/controller/deployment-ingress-nginx-controller.yaml index a81fe409d5..b62882fd5e 100644 --- a/package-examples/ingress-nginx/controller/deployment-ingress-nginx-controller.yaml +++ b/package-examples/ingress-nginx/controller/deployment-ingress-nginx-controller.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: apps/v1 kind: Deployment metadata: diff --git a/package-examples/ingress-nginx/controller/ingressclass-nginx.yaml b/package-examples/ingress-nginx/controller/ingressclass-nginx.yaml index fa3ca4330b..d5f8061b26 100644 --- a/package-examples/ingress-nginx/controller/ingressclass-nginx.yaml +++ b/package-examples/ingress-nginx/controller/ingressclass-nginx.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: networking.k8s.io/v1 kind: IngressClass metadata: diff --git a/package-examples/ingress-nginx/controller/namespace-ingress-nginx.yaml b/package-examples/ingress-nginx/controller/namespace-ingress-nginx.yaml index b2e697c5e7..f998bbfd2a 100644 --- a/package-examples/ingress-nginx/controller/namespace-ingress-nginx.yaml +++ b/package-examples/ingress-nginx/controller/namespace-ingress-nginx.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: v1 kind: Namespace metadata: diff --git a/package-examples/ingress-nginx/controller/role-ingress-nginx.yaml b/package-examples/ingress-nginx/controller/role-ingress-nginx.yaml index bcf89295f2..ecd3d08b63 100644 --- a/package-examples/ingress-nginx/controller/role-ingress-nginx.yaml +++ b/package-examples/ingress-nginx/controller/role-ingress-nginx.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: rbac.authorization.k8s.io/v1 kind: Role metadata: diff --git a/package-examples/ingress-nginx/controller/rolebinding-ingress-nginx.yaml b/package-examples/ingress-nginx/controller/rolebinding-ingress-nginx.yaml index eeb75f1a8a..aefdbc0bb3 100644 --- a/package-examples/ingress-nginx/controller/rolebinding-ingress-nginx.yaml +++ b/package-examples/ingress-nginx/controller/rolebinding-ingress-nginx.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: diff --git a/package-examples/ingress-nginx/controller/service-ingress-nginx-controller-admission.yaml b/package-examples/ingress-nginx/controller/service-ingress-nginx-controller-admission.yaml index 35fc1d687e..ce050784a7 100644 --- a/package-examples/ingress-nginx/controller/service-ingress-nginx-controller-admission.yaml +++ b/package-examples/ingress-nginx/controller/service-ingress-nginx-controller-admission.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: v1 kind: Service metadata: diff --git a/package-examples/ingress-nginx/controller/service-ingress-nginx-controller.yaml b/package-examples/ingress-nginx/controller/service-ingress-nginx-controller.yaml index 497c6c9f15..9b14681c73 100644 --- a/package-examples/ingress-nginx/controller/service-ingress-nginx-controller.yaml +++ b/package-examples/ingress-nginx/controller/service-ingress-nginx-controller.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: v1 kind: Service metadata: diff --git a/package-examples/ingress-nginx/controller/serviceaccount-ingress-nginx.yaml b/package-examples/ingress-nginx/controller/serviceaccount-ingress-nginx.yaml index 30371bf6ed..8cad0d9497 100644 --- a/package-examples/ingress-nginx/controller/serviceaccount-ingress-nginx.yaml +++ b/package-examples/ingress-nginx/controller/serviceaccount-ingress-nginx.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: v1 automountServiceAccountToken: true kind: ServiceAccount diff --git a/package-examples/ingress-nginx/package-context.yaml b/package-examples/ingress-nginx/package-context.yaml index 6c33d9e4d7..3e7fe6befc 100644 --- a/package-examples/ingress-nginx/package-context.yaml +++ b/package-examples/ingress-nginx/package-context.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 Google LLC +# +# 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: v1 kind: ConfigMap metadata: