Documentation ¶
Index ¶
- type ShootClientMapBuilder
- func (b *ShootClientMapBuilder) Build(log logr.Logger) (clientmap.ClientMap, error)
- func (b *ShootClientMapBuilder) WithClientConnectionConfig(cfg *baseconfig.ClientConnectionConfiguration) *ShootClientMapBuilder
- func (b *ShootClientMapBuilder) WithGardenClient(client client.Client) *ShootClientMapBuilder
- func (b *ShootClientMapBuilder) WithSeedClient(client client.Client) *ShootClientMapBuilder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShootClientMapBuilder ¶
type ShootClientMapBuilder struct {
// contains filtered or unexported fields
}
ShootClientMapBuilder can build a ClientMap which can be used to construct a ClientMap for requesting and storing clients for Shoot clusters.
func NewShootClientMapBuilder ¶
func NewShootClientMapBuilder() *ShootClientMapBuilder
NewShootClientMapBuilder constructs a new ShootClientMapBuilder.
func (*ShootClientMapBuilder) Build ¶
Build builds the ShootClientMap using the provided attributes.
func (*ShootClientMapBuilder) WithClientConnectionConfig ¶
func (b *ShootClientMapBuilder) WithClientConnectionConfig(cfg *baseconfig.ClientConnectionConfiguration) *ShootClientMapBuilder
WithClientConnectionConfig sets the ClientConnectionConfiguration that should be used by ClientSets created by this ClientMap.
func (*ShootClientMapBuilder) WithGardenClient ¶ added in v1.57.0
func (b *ShootClientMapBuilder) WithGardenClient(client client.Client) *ShootClientMapBuilder
WithGardenClient sets the garden client.
func (*ShootClientMapBuilder) WithSeedClient ¶ added in v1.57.0
func (b *ShootClientMapBuilder) WithSeedClient(client client.Client) *ShootClientMapBuilder
WithSeedClient sets the garden client.
Click to show internal directories.
Click to hide internal directories.