Documentation
¶
Index ¶
- Constants
- type Containers
- func (containers *Containers) Apply(user *authentication.User, definition []byte, agent string) (contracts.Response, error)
- func (containers *Containers) Compare(user *authentication.User, definition []byte) (contracts.Response, error)
- func (containers *Containers) Delete(user *authentication.User, definition []byte, agent string) (contracts.Response, error)
- func (containers *Containers) Event(event contracts.Event) error
- func (containers *Containers) GetShared() interface{}
- func (containers *Containers) Start() error
Constants ¶
View Source
const KIND string = static.KIND_CONTAINERS
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Containers ¶
type Containers struct { Started bool Definition v1.ContainersDefinition }
func New ¶
func New(mgr *manager.Manager) *Containers
func (*Containers) Apply ¶ added in v0.0.52
func (containers *Containers) Apply(user *authentication.User, definition []byte, agent string) (contracts.Response, error)
func (*Containers) Compare ¶ added in v0.0.52
func (containers *Containers) Compare(user *authentication.User, definition []byte) (contracts.Response, error)
func (*Containers) Delete ¶
func (containers *Containers) Delete(user *authentication.User, definition []byte, agent string) (contracts.Response, error)
func (*Containers) Event ¶ added in v0.0.137
func (containers *Containers) Event(event contracts.Event) error
func (*Containers) GetShared ¶ added in v0.0.52
func (containers *Containers) GetShared() interface{}
func (*Containers) Start ¶ added in v0.0.52
func (containers *Containers) Start() error
Click to show internal directories.
Click to hide internal directories.