Address comments
Signed-off-by: Joe Nathan Abellard <contact@jabellard.com>
This commit is contained in:
parent
4ff99ebbd9
commit
3a09ac92b4
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue