Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FabricVersion ¶
FabricVersion handles validation on fabric version
func (*FabricVersion) Normalize ¶
func (fv *FabricVersion) Normalize(instance FabricVersionInstance) string
Normalize normalizes the fabric version to x.x.x-x
func (*FabricVersion) Validate ¶
func (fv *FabricVersion) Validate(instance FabricVersionInstance) error
Validate will interate through the keys in versions map and check to see if versions is present (valid)
type FabricVersionInstance ¶
type FabricVersionInstance interface {
GetFabricVersion() string
}
FabricVersionInstance defines the contract expected from instances
type Image ¶
Image handles checks and defaults on versions of images
func (*Image) SetDefaults ¶
SetDefaults sets defaults on instance based on fabric version
func (*Image) UpdateRequired ¶
UpdateRequired process update events to determine if images needed to be updated.
Click to show internal directories.
Click to hide internal directories.