nativepolicy

package
v0.3.9 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2023 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ErrorSMTAlignment represents the type of an SMTAlignmentError.
	ErrorSMTAlignment = "SMTAlignmentError"
)

Variables

This section is empty.

Functions

func GetReadonlyState

func GetReadonlyState() (state.ReadonlyState, error)

GetReadonlyState returns state.ReadonlyState to provides a way to obtain the running states of the plugin

func NewNativePolicy

func NewNativePolicy(agentCtx *agent.GenericContext, conf *config.Configuration,
	_ interface{}, agentName string) (bool, agent.Component, error)

Types

type NativePolicy

type NativePolicy struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

NativePolicy is a policy compatible with Kubernetes native semantics and is used in topology-aware scheduling scenarios.

func (*NativePolicy) Allocate

Allocate is called during pod admit so that the resource plugin can allocate corresponding resource for the container according to resource request

func (*NativePolicy) GetResourcePluginOptions

func (p *NativePolicy) GetResourcePluginOptions(context.Context,
	*pluginapi.Empty) (*pluginapi.ResourcePluginOptions, error)

GetResourcePluginOptions returns options to be communicated with Resource Manager

func (*NativePolicy) GetResourcesAllocation

GetResourcesAllocation returns allocation results of corresponding resources

func (*NativePolicy) GetTopologyAwareAllocatableResources

GetTopologyAwareAllocatableResources returns corresponding allocatable resources as machineInfo aware format

func (*NativePolicy) GetTopologyAwareResources

GetTopologyAwareResources returns allocation results of corresponding resources as machineInfo aware format

func (*NativePolicy) GetTopologyHints

func (p *NativePolicy) GetTopologyHints(ctx context.Context,
	req *pluginapi.ResourceRequest) (resp *pluginapi.ResourceHintsResponse, err error)

GetTopologyHints returns hints of corresponding resources

func (*NativePolicy) Name

func (p *NativePolicy) Name() string

func (*NativePolicy) PreStartContainer

PreStartContainer is called, if indicated by resource plugin during registration phase, before each container start. Resource plugin can run resource specific operations such as resetting the resource before making resources available to the container

func (*NativePolicy) RemovePod

func (*NativePolicy) ResourceName

func (p *NativePolicy) ResourceName() string

func (*NativePolicy) Start

func (p *NativePolicy) Start() (err error)

func (*NativePolicy) Stop

func (p *NativePolicy) Stop() error

type SMTAlignmentError

type SMTAlignmentError struct {
	RequestedCPUs int
	CpusPerCore   int
}

SMTAlignmentError represents an error due to SMT alignment

func (SMTAlignmentError) Error

func (e SMTAlignmentError) Error() string

func (SMTAlignmentError) Type

func (e SMTAlignmentError) Type() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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