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(context context.Context, opts v1.ListOptions) (*unstructured.UnstructuredList, error) Get(ctx context.Context, name string, options v1.GetOptions, subresources ...string) (*unstructured.Unstructured, error) Delete(ctx context.Context, name string, options v1.DeleteOptions, subresources ...string) error Update(ctx context.Context, obj *unstructured.Unstructured, options v1.UpdateOptions, subresources ...string) (*unstructured.Unstructured, error) }
type ProvisionerClient ¶
type Service ¶
type Service struct { MaxShootAge time.Duration LabelSelector string // contains filtered or unexported fields }
func NewService ¶
func NewService(gardenerClient GardenerClient, brokerClient BrokerClient, provisionerClient ProvisionerClient, instanceStorage storage.Instances, logger *log.Logger, maxShootAge time.Duration, labelSelector string) *Service
func (*Service) PerformCleanup ¶
Click to show internal directories.
Click to hide internal directories.