garbagecollection

package
v0.7.4 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2025 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 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, instanceProvider instance.Provider) *NetworkInterface

func (*NetworkInterface) Reconcile added in v0.6.2

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

func (*NetworkInterface) Register added in v0.7.2

type VirtualMachine added in v0.6.2

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

func NewVirtualMachine added in v0.6.2

func NewVirtualMachine(kubeClient client.Client, cloudProvider corecloudprovider.CloudProvider) *VirtualMachine

func (*VirtualMachine) Reconcile added in v0.6.2

func (c *VirtualMachine) Reconcile(ctx context.Context) (reconcile.Result, error)

func (*VirtualMachine) Register added in v0.7.2

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

Jump to

Keyboard shortcuts

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