Documentation ¶
Index ¶
- func CheckLabelExistence(objMeta metav1.ObjectMeta, typeMeta metav1.TypeMeta, labelKeys []string) error
- func GetClusterName(obj metav1.Object) string
- func GetDevSuiteOwned(obj metav1.Object) string
- func GetTargetRobot(obj metav1.Object) string
- func GetTargetRobotVDI(obj metav1.Object) string
- func GetTenancyMap(obj metav1.Object) map[string]string
- func GetTenancyMapFromTenancy(tenancy Tenancy) map[string]string
- type ImageMeta
- type InstanceType
- type PlatformMeta
- type Tenancy
- type Timezone
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckLabelExistence ¶
func GetClusterName ¶
func GetDevSuiteOwned ¶
func GetTargetRobot ¶
func GetTargetRobotVDI ¶
func GetTenancyMapFromTenancy ¶ added in v0.1.6
Types ¶
type ImageMeta ¶
func GetImageMeta ¶
type InstanceType ¶
type InstanceType string
const ( InstanceTypeCloudInstance InstanceType = "CloudInstance" InstanceTypePhysicalInstance InstanceType = "PhysicalInstance" )
func GetInstanceType ¶
func GetInstanceType(obj metav1.Object) InstanceType
type PlatformMeta ¶
func GetPlatformMeta ¶
func GetPlatformMeta(obj metav1.Object) *PlatformMeta
Click to show internal directories.
Click to hide internal directories.