Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidSignature represents new error with message "invalid signature" ErrInvalidSignature = errors.New("invalid signature") // ErrInvalidKey represents new error with message "key is not deployment owner" ErrInvalidKey = errors.New("key is not deployment owner") )
View Source
var ErrDifferentHashes = errors.New("manifest hash does not match the expected hash")
ErrDifferentHashes represent new error for "manifest hash not matched with expected hash"
Functions ¶
This section is empty.
Types ¶
type Group ¶ added in v0.6.0
Group store name and list of services
func (Group) GetResources ¶ added in v0.6.0
GetResources returns list of resources in a group
type Request ¶ added in v0.6.0
type Request struct {
Manifest Manifest
}
Request is the struct that includes manifest details
type Service ¶ added in v0.6.0
type Service struct { Name string Image string Args []string Env []string Unit types.Unit Count uint32 Expose []ServiceExpose }
Service stores name, image, args, env, unit, count and expose list of service
Click to show internal directories.
Click to hide internal directories.