Skip to content

Commit

Permalink
k8s: Add secretRef to listener TLS definition
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Oct 20, 2023
1 parent 4332cd9 commit 8770da2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ type SecretRef struct {
type ListenerTLS struct {
Cert *string `json:"cert,omitempty"`
Enabled *bool `json:"enabled,omitempty"`
SecretRef *string `json:"secretRef,omitempty"`
RequireClientAuth *bool `json:"requireClientAuth,omitempty"`
}

Expand Down
5 changes: 5 additions & 0 deletions src/go/k8s/api/redpanda/v1alpha1/zz_generated.deepcopy.go

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

1 change: 1 addition & 0 deletions src/go/k8s/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,7 @@ golang.org/x/net v0.0.0-20220725212005-46097bf591d3/go.mod h1:AaygXjzTFtRAg2ttMY
golang.org/x/net v0.0.0-20220812174116-3211cb980234/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk=
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
Expand Down

0 comments on commit 8770da2

Please sign in to comment.