Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClustersTableName = "vsphere_pke_clusters" NodePoolsTableName = "vsphere_pke_node_pools" )
Variables ¶
This section is empty.
Functions ¶
func Migrate ¶
func Migrate(db *gorm.DB, logger logrus.FieldLogger) error
Migrate executes the table migrations for the provider.
func NewClusterStore ¶
func NewClusterStore(db *gorm.DB) pke.ClusterStore
Types ¶
type ProviderSpec ¶
type ProviderSpec struct { Kubernetes intPKE.Kubernetes ActiveWorkflowID string HTTPProxy intPKE.HTTPProxy ResourcePoolName string FolderName string DatastoreName string }
func (*ProviderSpec) Scan ¶
func (m *ProviderSpec) Scan(v interface{}) error
Click to show internal directories.
Click to hide internal directories.