garbagecollection

package
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2026 License: Apache-2.0, Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NicReservationDuration = time.Second * 180
	// We set this interval at 5 minutes, as thats how often our NRP limits are reset.
	// See: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/request-limits-and-throttling#network-throttling
	NicGarbageCollectionInterval = time.Minute * 5
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Instance added in v1.7.0

type Instance struct {
	// contains filtered or unexported fields
}

func NewInstance added in v1.7.0

func NewInstance(kubeClient client.Client, cloudProvider corecloudprovider.CloudProvider) *Instance

func (*Instance) Reconcile added in v1.7.0

func (c *Instance) Reconcile(ctx context.Context) (reconciler.Result, error)

func (*Instance) Register added in v1.7.0

func (c *Instance) Register(_ context.Context, m manager.Manager) error

type NetworkInterface added in v0.6.2

type NetworkInterface struct {
	// contains filtered or unexported fields
}

func NewNetworkInterface added in v0.6.2

func NewNetworkInterface(kubeClient client.Client, vmInstanceProvider instance.VMProvider) *NetworkInterface

func (*NetworkInterface) Reconcile added in v0.6.2

func (c *NetworkInterface) Reconcile(ctx context.Context) (reconciler.Result, error)

func (*NetworkInterface) Register added in v0.7.2

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL