Skip to content

Commit

Permalink
Redesign project api
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 21, 2023
1 parent dbcf3e2 commit 56161f8
Show file tree
Hide file tree
Showing 19 changed files with 631 additions and 275 deletions.
3 changes: 2 additions & 1 deletion apis/core/fuzzer/fuzzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package fuzzer

import (
"kmodules.xyz/resource-metadata/apis/core/v1alpha1"
v1alpha12 "kmodules.xyz/resource-metadata/apis/meta/v1alpha1"

fuzz "github.com/google/gofuzz"
runtimeserializer "k8s.io/apimachinery/pkg/runtime/serializer"
Expand All @@ -30,7 +31,7 @@ var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} {
func(s *v1alpha1.PodView, c fuzz.Continue) {
c.FuzzNoCustom(s) // fuzz self without calling this function again
},
func(s *v1alpha1.Project, c fuzz.Continue) {
func(s *v1alpha12.Project, c fuzz.Continue) {
c.FuzzNoCustom(s) // fuzz self without calling this function again
},
func(s *v1alpha1.ResourceSummary, c fuzz.Continue) {
Expand Down
151 changes: 0 additions & 151 deletions apis/core/v1alpha1/openapi_generated.go

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

104 changes: 0 additions & 104 deletions apis/core/v1alpha1/zz_generated.deepcopy.go

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

Loading

0 comments on commit 56161f8

Please sign in to comment.