Skip to content

Commit

Permalink
fix(application): allow url values to options (#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Ryu authored Apr 28, 2022
1 parent ee1a1f5 commit aec4502
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 4 deletions.
1 change: 1 addition & 0 deletions api/application/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ const (
AppTypeHelmV3 AppType = "HelmV3"
)

// +k8s:conversion-gen:explicit-from=net/url.Values
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

// RollbackProxyOptions is the query options to an app rollback proxy call.
Expand Down
1 change: 1 addition & 0 deletions api/application/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ const (
AppTypeHelmV3 AppType = "HelmV3"
)

// +k8s:conversion-gen:explicit-from=net/url.Values
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

// RollbackProxyOptions is the query options to an app rollback proxy call.
Expand Down
31 changes: 31 additions & 0 deletions api/application/v1/zz_generated.conversion.go

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

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

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

0 comments on commit aec4502

Please sign in to comment.