Documentation ¶
Index ¶
Constants ¶
View Source
const (
UpdateStrategy = "kubernetes"
)
Variables ¶
View Source
var ( ErrInvalidAgentList = fmt.Errorf("agent deployments found not exactly 1") ErrOldDigestMismatch = fmt.Errorf("current digest does not match patch spec") ErrInvalidUpdateType = fmt.Errorf("invalid update type") )
View Source
var ( ComponentImageMap = map[ComponentType]oci.ImageType{ AgentComponent: oci.ImageTypeMinimal, ControllerComponent: oci.ImageTypeOpni, } )
Functions ¶
func ErrComponentUpdate ¶
func ErrComponentUpdate(component ComponentType, err error) error
func ErrUnhandledUpdateType ¶
Types ¶
type ComponentType ¶
type ComponentType string
const ( AgentComponent ComponentType = "agent" ControllerComponent ComponentType = "controller" )
Click to show internal directories.
Click to hide internal directories.