Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrokerClient ¶
type GardenerClient ¶
type GardenerClient interface {
List(opts v1.ListOptions) (*v1beta1.ShootList, error)
}
type Service ¶
type Service struct { MaxShootAge time.Duration LabelSelector string // contains filtered or unexported fields }
func NewService ¶
func NewService(gardenerClient GardenerClient, brokerClient BrokerClient, instanceStorage storage.Instances, maxShootAge time.Duration, labelSelector string) *Service
func (*Service) PerformCleanup ¶
Click to show internal directories.
Click to hide internal directories.