Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openyurtio/openyurt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6a115b86a672e42dc77e6cda0cf4e34f41cd90cd
Choose a base ref
..
head repository: openyurtio/openyurt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d2475de29321afbab660d14c1e16ef950f5a2aaa
Choose a head ref
Showing with 16 additions and 0 deletions.
  1. +16 −0 pkg/webhook/certs.go
16 changes: 16 additions & 0 deletions pkg/webhook/certs.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
Copyright 2022 The OpenYurt 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.
*/

package webhook

import (