interfaces

package
v1.4.3 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2022 License: MPL-2.0 Imports: 2 Imported by: 39

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllocStateHandler

type AllocStateHandler interface {
	// AllocStateUpdated is used to emit an updated allocation. This allocation
	// is stripped to only include client settable fields.
	AllocStateUpdated(alloc *structs.Allocation)

	// PutAllocation is used to persist an updated allocation in the local state store.
	PutAllocation(*structs.Allocation) error
}

AllocStateHandler exposes a handler to be called when an allocation's state changes

type ArtifactGetter added in v1.1.14

type ArtifactGetter interface {
	GetArtifact(taskEnv EnvReplacer, artifact *structs.TaskArtifact) error
}

ArtifactGetter is an interface satisfied by the helper/getter package.

type Client

type Client interface {
	AllocStateHandler
}

type DeviceStatsReporter

type DeviceStatsReporter interface {
	LatestDeviceResourceStats([]*structs.AllocatedDeviceResource) []*device.DeviceGroupStats
}

DeviceStatsReporter gives access to the latest resource usage for devices

type EnvReplacer added in v1.1.14

type EnvReplacer interface {
	ReplaceEnv(string) string
	ClientPath(string, bool) (string, bool)
}

EnvReplacer is an interface which can interpolate environment variables and is usually satisfied by taskenv.TaskEnv.

Jump to

Keyboard shortcuts

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