resourceapi

package
v1.12.1-0...-676f45f Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResourceAllocator

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

ResourceAllocator handles resource allocation of cluster entities.

func New

func New(store *store.MemoryStore) *ResourceAllocator

New returns an instance of the allocator

func (*ResourceAllocator) AttachNetwork

AttachNetwork allows the node to request the resources allocation needed for a network attachment on the specific node. - Returns `InvalidArgument` if the Spec is malformed. - Returns `NotFound` if the Network is not found. - Returns `PermissionDenied` if the Network is not manually attachable. - Returns an error if the creation fails.

func (*ResourceAllocator) DetachNetwork

DetachNetwork allows the node to request the release of the resources associated to the network attachment. - Returns `InvalidArgument` if attachment ID is not provided. - Returns `NotFound` if the attachment is not found. - Returns an error if the deletion fails.

Jump to

Keyboard shortcuts

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