Documentation
¶
Index ¶
- func GetImage(node corev1.Node, devspace devv1alpha1.DevSpace) (string, error)
- func GetPlatformVersion(node corev1.Node) string
- func HasGPU(node corev1.Node) bool
- func IsK3s(node corev1.Node) bool
- type Application
- type DevCloud
- type DevSpaceImage
- type DevSpaceOperator
- type Element
- type Images
- type Kubernetes
- type Operators
- type Platform
- type ReadyDevSpaceProperties
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPlatformVersion ¶
Types ¶
type Application ¶
type DevCloud ¶
type DevCloud struct {
Kubernetes Kubernetes `yaml:"kubernetes"`
}
type DevSpaceImage ¶
type DevSpaceOperator ¶
type DevSpaceOperator struct {
Images Images `yaml:"images"`
}
type Element ¶
type Element struct {
Application Application `yaml:"application"`
DevSpaceImage DevSpaceImage `yaml:"devspace"`
}
type Kubernetes ¶
type Kubernetes struct {
Operators Operators `yaml:"operators"`
}
type Operators ¶
type Operators struct {
DevSpaceOperator DevSpaceOperator `yaml:"devspace"`
}
type ReadyDevSpaceProperties ¶
Not used in devspace manifest, needed for internal use.
func GetReadyDevSpaceProperties ¶
func GetReadyDevSpaceProperties(devspace devv1alpha1.DevSpace) ReadyDevSpaceProperties
Click to show internal directories.
Click to hide internal directories.