dynamic-resource-allocationk8s.io/dynamic-resource-allocation/cel Index | Files

package cel

import "k8s.io/dynamic-resource-allocation/cel"

Index

Functions

func GetCompiler

func GetCompiler() *compiler

Types

type CompilationResult

type CompilationResult struct {
	Program     cel.Program
	Error       *apiservercel.Error
	Expression  string
	OutputType  *cel.Type
	Environment *cel.Env
	// contains filtered or unexported fields
}

CompilationResult represents a compiled expression.

func (CompilationResult) DeviceMatches

func (c CompilationResult) DeviceMatches(ctx context.Context, input Device) (bool, error)

type Device

type Device struct {
	// Driver gets used as domain for any attribute which does not already
	// have a domain prefix. If set, then it is also made available as a
	// string attribute.
	Driver     string
	Attributes map[resourceapi.QualifiedName]resourceapi.DeviceAttribute
	Capacity   map[resourceapi.QualifiedName]resource.Quantity
}

Device defines the input values for a CEL selector expression.

Source Files

compile.go

Version
v0.32.0-alpha.2
Published
Oct 18, 2024
Platform
linux/amd64
Imports
19 packages
Last checked
1 minute ago

Tools for package owners.