Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClusterName ¶
func GetClusterName(obj metav1.Object) string
func GetTargetFleet ¶
func GetTargetFleet(obj metav1.Object) string
func GetTenancyMap ¶
func GetTenancyMap(obj metav1.Object) map[string]string
Types ¶
type InstanceType ¶
type InstanceType string
const (
InstanceTypeCloudInstance InstanceType = "CloudInstance"
InstanceTypePhysicalInstance InstanceType = "PhysicalInstance"
)
func GetInstanceType ¶
func GetInstanceType(obj metav1.Object) InstanceType
type Tenancy ¶
type Tenancy struct {
Organization string
Team string
Region string
CloudInstance string
CloudInstanceAlias string
PhysicalInstance string
}
func GetTenancy ¶
func GetTenancy(obj metav1.Object) *Tenancy
Click to show internal directories.
Click to hide internal directories.