Skip to content

Commit

Permalink
Generate
Browse files Browse the repository at this point in the history
Signed-off-by: Shiming Zhang <[email protected]>
  • Loading branch information
wzshiming committed May 13, 2024
1 parent 9e7c8ac commit 610e55e
Show file tree
Hide file tree
Showing 46 changed files with 21,870 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.22.0
require (
github.com/coreos/bbolt v1.3.1-coreos.3
github.com/coreos/etcd v3.1.11+incompatible
github.com/gogo/protobuf v1.3.2
github.com/google/safetext v0.0.0-20220914124124-e18e3fe012bf
github.com/spf13/cobra v1.8.0
gopkg.in/yaml.v2 v2.4.0
Expand All @@ -15,7 +16,6 @@ require (

require (
github.com/go-logr/logr v1.4.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand Down
5 changes: 5 additions & 0 deletions pkg/old/apis/auditregistration/v1alpha1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# k8s.io/api/auditregistration/v1alpha1

Copying from https://github.com/kubernetes/api/tree/release-1.18/auditregistration/v1alpha1

Generated by ./hack/clone_old_apis.sh
23 changes: 23 additions & 0 deletions pkg/old/apis/auditregistration/v1alpha1/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
Copyright 2018 The Kubernetes 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.
*/

// +k8s:deepcopy-gen=package
// +k8s:protobuf-gen=package
// +k8s:openapi-gen=true

// +groupName=auditregistration.k8s.io

package v1alpha1 // import "k8s.io/api/auditregistration/v1alpha1"
Loading

0 comments on commit 610e55e

Please sign in to comment.