Skip to content

Commit

Permalink
Update code-gen (#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
saima-s committed Jul 1, 2024
1 parent 2da3a39 commit 7ed4344
Show file tree
Hide file tree
Showing 74 changed files with 3,278 additions and 180 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kubernetes Authors.
Copyright 2024 The Kanister Authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -12,9 +12,4 @@ 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.
*/

// Code generated by client-gen. DO NOT EDIT.

// This package has the automatically generated clientset.
package versioned
*/
2 changes: 1 addition & 1 deletion build/codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ chmod +x "${execDir}"/generate-groups.sh
github.com/kanisterio/kanister/pkg/client \
github.com/kanisterio/kanister/pkg/apis \
"cr:v1alpha1" \
--go-header-file "${execDir}"/hack/boilerplate.go.txt \
--go-header-file "$PWD"/build/boilerplate.go.txt \
-o /go/src/
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,5 @@ require (
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1
)
3 changes: 1 addition & 2 deletions pkg/apis/cr/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 96 additions & 0 deletions pkg/client/applyconfiguration/cr/v1alpha1/actionprogress.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

218 changes: 218 additions & 0 deletions pkg/client/applyconfiguration/cr/v1alpha1/actionset.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7ed4344

Please sign in to comment.