Skip to content

Commit 3a09ac9

Browse files
committed
Address comments
Signed-off-by: Joe Nathan Abellard <[email protected]>
1 parent 4ff99eb commit 3a09ac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operator/pkg/certs/certs.go

+1
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ type KarmadaCert struct {
218218
key []byte
219219
}
220220

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

0 commit comments

Comments
 (0)