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 Aug 14, 2024
1 parent fe0e502 commit ddb3e0f
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
toolchain go1.22.6

require (
github.com/gogo/protobuf v1.3.2
github.com/google/safetext v0.0.0-20220914124124-e18e3fe012bf
github.com/spf13/cobra v1.8.1
go.etcd.io/bbolt v1.3.10
Expand All @@ -21,7 +22,6 @@ require (
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/go-logr/logr v1.4.2 // 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 ddb3e0f

Please sign in to comment.