Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FabricVersion ¶
FabricVersion is a lower-level call that requires all dependencies to be injected to handle events on fabric version and images in specs. It returns back two values, the first return value indicates if a spec change has been made. The second return value returns an error.
Types ¶
type Instance ¶
type Instance interface { GetArch() []string GetRegistryURL() string GetFabricVersion() string SetFabricVersion(string) ImagesSet() bool }
Instance is an instance of an IBP custom resource
type Version ¶
type Version interface { Normalize(images.FabricVersionInstance) string Validate(images.FabricVersionInstance) error }
Version defines the contract with the version checks
Click to show internal directories.
Click to hide internal directories.