totalresourcequota

package
v1.0.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2020 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckExpiryDate

func CheckExpiryDate(TRQCopy *apps_v1alpha.TotalResourceQuota) bool

CheckExpiryDate to checker whether there is an item with expiry date

func Start

func Start(kubernetes kubernetes.Interface, edgenet versioned.Interface)

Start function is entry point of the controller

Types

type Handler

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

Handler implementation

func (*Handler) Create

func (t *Handler) Create(name string)

Create generates a total resource quota with the name provided

func (*Handler) Init

func (t *Handler) Init(kubernetes kubernetes.Interface, edgenet versioned.Interface)

Init handles any handler initialization

func (*Handler) ObjectCreated

func (t *Handler) ObjectCreated(obj interface{})

ObjectCreated is called when an object is created

func (*Handler) ObjectDeleted

func (t *Handler) ObjectDeleted(obj interface{})

ObjectDeleted is called when an object is deleted

func (*Handler) ObjectUpdated

func (t *Handler) ObjectUpdated(obj, updated interface{})

ObjectUpdated is called when an object is updated

func (*Handler) ResourceConsumptionControl

func (t *Handler) ResourceConsumptionControl(TRQCopy *apps_v1alpha.TotalResourceQuota, CPUDemand int64, memoryDemand int64) (*apps_v1alpha.TotalResourceQuota, bool)

ResourceConsumptionControl both calculates the total resource quota and the total consumption in the authority. Additionally, when a Slice created it comes along with a resource consumption demand. This function also allows us to compare free resources with demands as well.

type HandlerInterface

type HandlerInterface interface {
	Init(kubernetes kubernetes.Interface, edgenet versioned.Interface)
	ObjectCreated(obj interface{})
	ObjectUpdated(obj, updated interface{})
	ObjectDeleted(obj interface{})
}

HandlerInterface interface contains the methods that are required

Jump to

Keyboard shortcuts

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