Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CAVerifier ¶
type CAVerifier struct { RuntimeClient client.Client Garden *operatorv1alpha1.Garden // contains filtered or unexported fields }
CAVerifier verifies the certificate authorities rotation.
func (*CAVerifier) AfterCompleted ¶
func (v *CAVerifier) AfterCompleted(ctx context.Context)
AfterCompleted is called when the Shoot is in Completed status.
func (*CAVerifier) AfterPrepared ¶
func (v *CAVerifier) AfterPrepared(ctx context.Context)
AfterPrepared is called when the Shoot is in Prepared status.
func (*CAVerifier) Before ¶
func (v *CAVerifier) Before(ctx context.Context)
Before is called before the rotation is started.
func (*CAVerifier) ExpectCompletingStatus ¶
func (v *CAVerifier) ExpectCompletingStatus(g Gomega)
ExpectCompletingStatus is called while waiting for the Completing status.
func (*CAVerifier) ExpectPreparingStatus ¶
func (v *CAVerifier) ExpectPreparingStatus(g Gomega)
ExpectPreparingStatus is called while waiting for the Preparing status.
Click to show internal directories.
Click to hide internal directories.