Documentation ¶
Index ¶
- func GetImage(ctx context.Context, r client.Client, node corev1.Node, ...) (string, error)
- func GetImageForEnvironment(ctx context.Context, r client.Client, node corev1.Node, ...) (string, error)
- func GetImageForRobot(ctx context.Context, r client.Client, node corev1.Node, ...) (string, error)
- func GetPlatformVersion(node corev1.Node) string
- func HasGPU(node corev1.Node) bool
- func IsK3s(node corev1.Node) bool
- type Application
- type DevSpaceImage
- type Element
- type Images
- type Platform
- type ReadyRobotProperties
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetImageForEnvironment ¶
func GetImageForRobot ¶
func GetPlatformVersion ¶
Types ¶
type Application ¶
type DevSpaceImage ¶
type Element ¶
type Element struct { Application Application `yaml:"application"` DevSpaceImage DevSpaceImage `yaml:"devspace"` }
type ReadyRobotProperties ¶
Not used in robot manifest, needed for internal use.
func GetReadyRobotProperties ¶
func GetReadyRobotProperties(robot robotv1alpha1.Robot) ReadyRobotProperties
Click to show internal directories.
Click to hide internal directories.