mcr

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MachineClass

type MachineClass struct {
	Name        string
	Cpu         int64
	MemoryBytes int64
}

type MachineClassRegistry

type MachineClassRegistry interface {
	Get(volumeClassName string) (MachineClass, bool)
	List() []MachineClass
}

type Mcr

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

func NewMachineClassRegistry

func NewMachineClassRegistry(classes []MachineClass) (*Mcr, error)

func (*Mcr) Get

func (m *Mcr) Get(machineClassName string) (MachineClass, bool)

func (*Mcr) List

func (m *Mcr) List() []MachineClass

Jump to

Keyboard shortcuts

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