Documentation ¶
Index ¶
- Variables
- type CAVerifier
- type KubeconfigVerifier
- func (v *KubeconfigVerifier) AfterCompleted(ctx context.Context)
- func (v *KubeconfigVerifier) AfterPrepared(ctx context.Context)
- func (v *KubeconfigVerifier) Before(ctx context.Context)
- func (v *KubeconfigVerifier) ExpectCompletingStatus(g Gomega)
- func (v *KubeconfigVerifier) ExpectPreparingStatus(g Gomega)
- type ObservabilityVerifier
- func (v *ObservabilityVerifier) AfterCompleted(ctx context.Context)
- func (v *ObservabilityVerifier) AfterPrepared(ctx context.Context)
- func (v *ObservabilityVerifier) Before(ctx context.Context)
- func (v *ObservabilityVerifier) ExpectCompletingStatus(g Gomega)
- func (v *ObservabilityVerifier) ExpectPreparingStatus(g Gomega)
- type SSHKeypairVerifier
- func (v *SSHKeypairVerifier) AfterCompleted(ctx context.Context)
- func (v *SSHKeypairVerifier) AfterPrepared(ctx context.Context)
- func (v *SSHKeypairVerifier) Before(ctx context.Context)
- func (v *SSHKeypairVerifier) ExpectCompletingStatus(g Gomega)
- func (v *SSHKeypairVerifier) ExpectPreparingStatus(g Gomega)
- type ShootAccessVerifier
- func (v *ShootAccessVerifier) AfterCompleted(ctx context.Context)
- func (v *ShootAccessVerifier) AfterPrepared(ctx context.Context)
- func (v *ShootAccessVerifier) Before(ctx context.Context)
- func (v *ShootAccessVerifier) Cleanup(ctx context.Context)
- func (v *ShootAccessVerifier) ExpectCompletingStatus(g Gomega)
- func (v *ShootAccessVerifier) ExpectPreparingStatus(g Gomega)
Constants ¶
This section is empty.
Variables ¶
var ManagedByGardenletSecretsManager = client.MatchingLabels{
"managed-by": "secrets-manager",
"manager-identity": "gardenlet",
}
ManagedByGardenletSecretsManager is the label selector for selecting secrets managed by gardenlet's instance of secrets manager.
Functions ¶
This section is empty.
Types ¶
type CAVerifier ¶
type CAVerifier struct { *framework.ShootCreationFramework // 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.
type KubeconfigVerifier ¶
type KubeconfigVerifier struct { *framework.ShootCreationFramework // contains filtered or unexported fields }
KubeconfigVerifier verifies the kubeconfig credentials rotation.
func (*KubeconfigVerifier) AfterCompleted ¶
func (v *KubeconfigVerifier) AfterCompleted(ctx context.Context)
AfterCompleted is called when the Shoot is in Completed status.
func (*KubeconfigVerifier) AfterPrepared ¶
func (v *KubeconfigVerifier) AfterPrepared(ctx context.Context)
AfterPrepared is called when the Shoot is in Prepared status.
func (*KubeconfigVerifier) Before ¶
func (v *KubeconfigVerifier) Before(ctx context.Context)
Before is called before the rotation is started.
func (*KubeconfigVerifier) ExpectCompletingStatus ¶
func (v *KubeconfigVerifier) ExpectCompletingStatus(g Gomega)
ExpectCompletingStatus is called while waiting for the Completing status.
func (*KubeconfigVerifier) ExpectPreparingStatus ¶
func (v *KubeconfigVerifier) ExpectPreparingStatus(g Gomega)
ExpectPreparingStatus is called while waiting for the Preparing status.
type ObservabilityVerifier ¶
type ObservabilityVerifier struct { *framework.ShootCreationFramework // contains filtered or unexported fields }
ObservabilityVerifier verifies the observability credentials rotation.
func (*ObservabilityVerifier) AfterCompleted ¶
func (v *ObservabilityVerifier) AfterCompleted(ctx context.Context)
AfterCompleted is called when the Shoot is in Completed status.
func (*ObservabilityVerifier) AfterPrepared ¶
func (v *ObservabilityVerifier) AfterPrepared(ctx context.Context)
AfterPrepared is called when the Shoot is in Prepared status.
func (*ObservabilityVerifier) Before ¶
func (v *ObservabilityVerifier) Before(ctx context.Context)
Before is called before the rotation is started.
func (*ObservabilityVerifier) ExpectCompletingStatus ¶
func (v *ObservabilityVerifier) ExpectCompletingStatus(g Gomega)
ExpectCompletingStatus is called while waiting for the Completing status.
func (*ObservabilityVerifier) ExpectPreparingStatus ¶
func (v *ObservabilityVerifier) ExpectPreparingStatus(g Gomega)
ExpectPreparingStatus is called while waiting for the Preparing status.
type SSHKeypairVerifier ¶
type SSHKeypairVerifier struct { *framework.ShootCreationFramework // contains filtered or unexported fields }
SSHKeypairVerifier verifies the ssh keypair rotation.
func (*SSHKeypairVerifier) AfterCompleted ¶
func (v *SSHKeypairVerifier) AfterCompleted(ctx context.Context)
AfterCompleted is called when the Shoot is in Completed status.
func (*SSHKeypairVerifier) AfterPrepared ¶
func (v *SSHKeypairVerifier) AfterPrepared(ctx context.Context)
AfterPrepared is called when the Shoot is in Prepared status.
func (*SSHKeypairVerifier) Before ¶
func (v *SSHKeypairVerifier) Before(ctx context.Context)
Before is called before the rotation is started.
func (*SSHKeypairVerifier) ExpectCompletingStatus ¶
func (v *SSHKeypairVerifier) ExpectCompletingStatus(g Gomega)
ExpectCompletingStatus is called while waiting for the Completing status.
func (*SSHKeypairVerifier) ExpectPreparingStatus ¶
func (v *SSHKeypairVerifier) ExpectPreparingStatus(g Gomega)
ExpectPreparingStatus is called while waiting for the Preparing status.
type ShootAccessVerifier ¶
type ShootAccessVerifier struct { *framework.ShootCreationFramework // contains filtered or unexported fields }
ShootAccessVerifier uses the various access methods to access the Shoot.
func (*ShootAccessVerifier) AfterCompleted ¶
func (v *ShootAccessVerifier) AfterCompleted(ctx context.Context)
AfterCompleted is called when the Shoot is in Completed status.
func (*ShootAccessVerifier) AfterPrepared ¶
func (v *ShootAccessVerifier) AfterPrepared(ctx context.Context)
AfterPrepared is called when the Shoot is in Prepared status.
func (*ShootAccessVerifier) Before ¶
func (v *ShootAccessVerifier) Before(ctx context.Context)
Before is called before the rotation is started.
func (*ShootAccessVerifier) Cleanup ¶
func (v *ShootAccessVerifier) Cleanup(ctx context.Context)
Cleanup is passed to ginkgo.DeferCleanup.
func (*ShootAccessVerifier) ExpectCompletingStatus ¶
func (v *ShootAccessVerifier) ExpectCompletingStatus(g Gomega)
ExpectCompletingStatus is called while waiting for the Completing status.
func (*ShootAccessVerifier) ExpectPreparingStatus ¶
func (v *ShootAccessVerifier) ExpectPreparingStatus(g Gomega)
ExpectPreparingStatus is called while waiting for the Preparing status.