Documentation ¶
Index ¶
- Constants
- func GenerateContainers(shared *shared.Shared, definition *v1.ContainerDefinition, ...) ([]platforms.IContainer, []platforms.IContainer, []platforms.IContainer, error)
- func GetContainers(shared *shared.Shared, definition *v1.ContainerDefinition) ([]platforms.IContainer, error)
- type Container
- func (container *Container) Apply(user *authentication.User, definition []byte, agent string) (contracts.Response, error)
- func (container *Container) Compare(user *authentication.User, definition []byte) (contracts.Response, error)
- func (container *Container) Delete(user *authentication.User, definition []byte, agent string) (contracts.Response, error)
- func (container *Container) Event(event contracts.Event) error
- func (container *Container) GetShared() interface{}
- func (container *Container) Start() error
Constants ¶
View Source
const KIND string = static.KIND_CONTAINER
Variables ¶
This section is empty.
Functions ¶
func GenerateContainers ¶ added in v0.0.81
func GenerateContainers(shared *shared.Shared, definition *v1.ContainerDefinition, changelog diff.Changelog) ([]platforms.IContainer, []platforms.IContainer, []platforms.IContainer, error)
func GetContainers ¶ added in v0.0.81
func GetContainers(shared *shared.Shared, definition *v1.ContainerDefinition) ([]platforms.IContainer, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.