Skip to content

Commit

Permalink
delete unused code
Browse files Browse the repository at this point in the history
Signed-off-by: wkd-woo <[email protected]>
  • Loading branch information
wkd-woo committed Mar 3, 2024
1 parent 3f611ef commit 20c9658
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions api/v1beta2/common_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,7 @@ type RedisConfig struct {
common.RedisConfig `json:",inline"`
}

//// ExistingAuthSecret is the struct to access the existing secret
//type ExistingAuthSecret struct {
// Name *string `json:"name,omitempty"`
// UsernameKey *string `json:"username,omitempty"`
// PasswordKey *string `json:"password,omitempty"`
//}

// Storage is the inteface to add pvc and pv support in redis
g// Storage is the inteface to add pvc and pv support in redis
type Storage struct {
common.Storage `json:",inline"`
}
Expand Down

0 comments on commit 20c9658

Please sign in to comment.