Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Nathan Abellard <[email protected]>
  • Loading branch information
jabellard committed Nov 20, 2024
1 parent 4ff99eb commit 3a09ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operator/pkg/certs/certs.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ type KarmadaCert struct {
key []byte
}

// NewKarmadaCert is used to create a new Karmada cert
func NewKarmadaCert(pairName, caName string, cert, key []byte) *KarmadaCert {
return &KarmadaCert{pairName: pairName, caName: caName, cert: cert, key: key}
}
Expand Down

0 comments on commit 3a09ac9

Please sign in to comment.