Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
adamancini committed Oct 1, 2024
1 parent 7d2a613 commit 293f4fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 3 additions & 5 deletions pkg/apis/troubleshoot/v1beta2/hostcollector_shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,9 @@ type DiskUsage struct {

type HostHTTP struct {
HostCollectorMeta `json:",inline" yaml:",inline"`
Get *Get `json:"get,omitempty" yaml:"get,omitempty"`
Post *Post `json:"post,omitempty" yaml:"post,omitempty"`
Put *Put `json:"put,omitempty" yaml:"put,omitempty"`
TLS *TLSParams `json:"tls,omitempty" yaml:"tls,omitempty"`
Proxy string `json:"proxy,omitempty" yaml:"proxy,omitempty"`
Get *Get `json:"get,omitempty" yaml:"get,omitempty"`
Post *Post `json:"post,omitempty" yaml:"post,omitempty"`
Put *Put `json:"put,omitempty" yaml:"put,omitempty"`
}

type HostCopy struct {
Expand Down
5 changes: 0 additions & 5 deletions pkg/apis/troubleshoot/v1beta2/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 293f4fa

Please sign in to comment.