Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloudProvider ¶
type CloudProvider string
const ( EKSCloud CloudProvider = "EKS" GKECloud CloudProvider = "GKE" UnknownCloud CloudProvider = "Unknown" )
type InstanceMetadata ¶
type InstanceMetadata struct { InstanceType string CloudProvider CloudProvider }
Click to show internal directories.
Click to hide internal directories.