Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
ID string `json:"id" gorm:"primaryKey"`
PrivateKey string `json:"private_key,omitempty"`
PublicKey string `json:"public_key,omitempty" gorm:"-"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
func (Cluster) GeneratePrivateKeyPEM ¶
func (Cluster) PublicKeyPEM ¶
type DockerCredentials ¶
type DockerCredentials struct {
ProjectID string `gorm:"foreignKey:ProjectRefer"`
iron.DockerCredentials
}
Click to show internal directories.
Click to hide internal directories.