Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MigrateClusters ¶ added in v0.5.1
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CollectResource ¶
type Cluster ¶
type ClusterStatus ¶
type ClusterStatus struct {
ID uint `gorm:"primarykey"`
ClusterID uint
State *string
StateChangeReason *emr.ClusterStateChangeReason `gorm:"embedded;embeddedPrefix:state_change_reason_"`
Timeline *emr.ClusterTimeline `gorm:"embedded;embeddedPrefix:timeline_"`
}
func (ClusterStatus) TableName ¶ added in v0.3.8
func (ClusterStatus) TableName() string
Click to show internal directories.
Click to hide internal directories.