Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCConfig ¶
func DefaultGCConfig ¶
func DefaultGCConfig() GCConfig
type GCController ¶
type GCController struct {
Log *slog.Logger
EAC *entityserver_v1alpha.EntityAccessClient
Config GCConfig
// contains filtered or unexported fields
}
func (*GCController) RunGC ¶
func (c *GCController) RunGC(ctx context.Context) (*GCResult, error)
RunGC scans for expired ephemeral versions and deletes them along with their associated sandbox pools.
func (*GCController) Start ¶
func (c *GCController) Start(ctx context.Context)
func (*GCController) Stop ¶
func (c *GCController) Stop()
Click to show internal directories.
Click to hide internal directories.