Skip to content

Commit 306afeb

Browse files
committed
Generate
Signed-off-by: Shiming Zhang <[email protected]>
1 parent cfa032d commit 306afeb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+21864
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.22.0
55
require (
66
github.com/coreos/bbolt v1.3.1-coreos.3
77
github.com/coreos/etcd v3.1.11+incompatible
8+
github.com/gogo/protobuf v1.3.2
89
github.com/google/safetext v0.0.0-20220914124124-e18e3fe012bf
910
github.com/spf13/cobra v1.8.0
1011
gopkg.in/yaml.v2 v2.4.0
@@ -15,7 +16,6 @@ require (
1516

1617
require (
1718
github.com/go-logr/logr v1.4.1 // indirect
18-
github.com/gogo/protobuf v1.3.2 // indirect
1919
github.com/golang/protobuf v1.5.4 // indirect
2020
github.com/google/gofuzz v1.2.0 // indirect
2121
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# k8s.io/api/auditregistration/v1alpha1
2+
3+
Copying from release 1.18
4+
5+
Generated by ./hack/clone_old_apis.sh
6+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
Copyright 2018 The Kubernetes Authors.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
16+
17+
// +k8s:deepcopy-gen=package
18+
// +k8s:protobuf-gen=package
19+
// +k8s:openapi-gen=true
20+
21+
// +groupName=auditregistration.k8s.io
22+
23+
package v1alpha1 // import "k8s.io/api/auditregistration/v1alpha1"

0 commit comments

Comments
 (0)