Documentation ¶
Index ¶
Constants ¶
View Source
const ( SecretPrivateKey = "private" SecretPublicKey = "public" SecretConfigKey = "config" )
Variables ¶
This section is empty.
Functions ¶
func CreateWithConfig ¶
func CreateWithConfig(nn types.NamespacedName, config []byte) client.Object
Types ¶
type Request ¶
type RequestType ¶
type RequestType int
const ( CA RequestType = iota + 1 KeyPair KeyWithSignedCert )
Click to show internal directories.
Click to hide internal directories.