Documentation ¶
Index ¶
- Variables
- type Apps
- type Client
- type CloudAccounts
- type Collection
- func (c *Collection) Create(item models.Model) error
- func (c *Collection) Delete(item models.Model) error
- func (c *Collection) Get(id *int64, item models.Model) error
- func (c *Collection) GetWithIncludes(id *int64, item models.Model, includes []string) error
- func (c *Collection) List(items interface{}) error
- func (c *Collection) Update(item models.Model) error
- type Components
- type Entrypoints
- type Instances
- type Kubes
- type Nodes
- type PrivateImageKeys
- type Releases
- type Volumes
Constants ¶
This section is empty.
Variables ¶
View Source
var Log *logger
Functions ¶
This section is empty.
Types ¶
type Apps ¶
type Apps struct {
Collection
}
type Client ¶
type Client struct { BaseURL string Username string Password string CloudAccounts *CloudAccounts Kubes *Kubes Apps *Apps Components *Components Releases *Releases Instances *Instances Volumes *Volumes PrivateImageKeys *PrivateImageKeys Entrypoints *Entrypoints Nodes *Nodes }
type CloudAccounts ¶
type CloudAccounts struct {
Collection
}
type Collection ¶
type Collection struct {
// contains filtered or unexported fields
}
func (*Collection) GetWithIncludes ¶
func (*Collection) List ¶
func (c *Collection) List(items interface{}) error
type Components ¶
type Components struct {
Collection
}
type Entrypoints ¶
type Entrypoints struct {
Collection
}
type Instances ¶
type Instances struct {
Collection
}
type Kubes ¶
type Kubes struct {
Collection
}
type Nodes ¶
type Nodes struct {
Collection
}
type PrivateImageKeys ¶
type PrivateImageKeys struct {
Collection
}
type Releases ¶
type Releases struct {
Collection
}
type Volumes ¶
type Volumes struct {
Collection
}
Click to show internal directories.
Click to hide internal directories.