Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { Id string `json:"id,omitempty"` Name string `json:"name,omitempty"` Deployments []Deployment `json:"deployments,omitempty"` }
type Deployment ¶
type Deployment struct { ImageRef string `json:"image,omitempty"` Updated time.Time `json:"updated,omitempty"` }
func (*Deployment) String ¶
func (d *Deployment) String() string
type EnvAttributes ¶
type EnvAttributes struct {
Name string `json:"name,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.