Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ManagedResourceControlName is the name of the ManagedResource containing the resource specifications. ManagedResourceControlName = "cluster-identity" // ShootManagedResourceName is the name of the ManagedResource containing the resource specifications. ShootManagedResourceName = "shoot-core-" + ManagedResourceControlName )
Variables ¶
View Source
var TimeoutWaitForManagedResource = 2 * time.Minute
TimeoutWaitForManagedResource is the timeout used while waiting for the ManagedResources to become healthy or deleted.
Functions ¶
Types ¶
type Interface ¶
type Interface interface { component.DeployWaiter SetIdentity(string) }
Interface contains functions for managing cluster identities.
func NewForSeed ¶
NewForSeed creates new instance of Deployer for the seed's cluster identity.
Click to show internal directories.
Click to hide internal directories.