Documentation ¶
Overview ¶
Package wrapping defines methods to handle Helm chart wraps
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lockable ¶
type Lockable interface { LockFilePath() string ImagesDir() string GetImagesLock() (*imagelock.ImagesLock, error) }
Lockable defines the interface to support getting images locked
type Wrap ¶
type Wrap interface { Lockable VerifyLock(...imagelock.Option) error Chart() *chartutils.Chart RootDir() string ChartDir() string ImageArtifactsDir() string }
Wrap defines the interface to implement a Helm chart wrap
Click to show internal directories.
Click to hide internal directories.