Documentation ¶
Index ¶
- Constants
- func CheckCertificate(t *testing.T, cli client.Client, name string, serial *big.Int)
- func CheckCertificateNotExist(t *testing.T, cli client.Client, name string)
- func GenerateSerial(t *testing.T) *big.Int
- func RotateCertificate(t *testing.T, client client.Client, serial *big.Int)
- type FakeCoordinationClientGetter
Constants ¶
View Source
const ( Namespace = "default" RefreshPeriod = time.Second KeySecretName = "tls-cert" )
Variables ¶
This section is empty.
Functions ¶
func CheckCertificate ¶
Types ¶
type FakeCoordinationClientGetter ¶
type FakeCoordinationClientGetter struct{}
func (*FakeCoordinationClientGetter) Client ¶
func (*FakeCoordinationClientGetter) Client() (coordinationv1.CoordinationV1Interface, error)
Click to show internal directories.
Click to hide internal directories.