Skip to content

Commit

Permalink
Remove deepCopy
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed May 29, 2021
1 parent cf5f4ea commit 0a6add2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
2 changes: 0 additions & 2 deletions kong/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -440,14 +440,12 @@ type DeveloperRole struct {
}

// Info represents the information concerning Kong.
// +k8s:deepcopy-gen=true
type Info struct {
Version string `json:"version,omitempty" yaml:"version,omitempty"`
Configuration *RuntimeConfiguration `json:"configuration,omitempty" yaml:"configuration,omitempty"`
}

// RuntimeConfiguration represents the runtime configuration of Kong.
// +k8s:deepcopy-gen=true
type RuntimeConfiguration struct {
Database string `json:"database,omitempty" yaml:"database,omitempty"`
Portal bool `json:"portal,omitempty" yaml:"portal,omitempty"`
Expand Down
37 changes: 0 additions & 37 deletions kong/zz_generated.deepcopy.go

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

0 comments on commit 0a6add2

Please sign in to comment.