Documentation
¶
Index ¶
- func GetImage(node corev1.Node, robot robotv1alpha1.Robot) (string, error)
- func GetPlatformVersion(node corev1.Node) string
- func HasGPU(node corev1.Node) bool
- func IsK3s(node corev1.Node) bool
- type Images
- type Kubernetes
- type Operators
- type Platform
- type ReadyRobotProperties
- type RobotOperator
- type RoboticsCloud
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPlatformVersion ¶
Types ¶
type Kubernetes ¶
type Kubernetes struct {
Operators Operators `yaml:"operators"`
}
type Operators ¶
type Operators struct {
RobotOperator RobotOperator `yaml:"robot"`
}
type ReadyRobotProperties ¶
Not used in robot manifest, needed for internal use.
func GetReadyRobotProperties ¶
func GetReadyRobotProperties(robot robotv1alpha1.Robot) ReadyRobotProperties
type RobotOperator ¶
type RobotOperator struct {
Images Images `yaml:"images"`
}
type RoboticsCloud ¶
type RoboticsCloud struct {
Kubernetes Kubernetes `yaml:"kubernetes"`
}
type Version ¶
type Version struct {
Date string `yaml:"date"`
Version string `yaml:"version"`
RoboticsCloud RoboticsCloud `yaml:"roboticsCloud"`
}
Click to show internal directories.
Click to hide internal directories.