Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DashboardApiDefaultImagesProvider ¶
type DashboardApiDefaultImagesProvider struct { DefaultImagesProvider // contains filtered or unexported fields }
func NewDashboardApiDefaultImagesProvider ¶
func NewDashboardApiDefaultImagesProvider() *DashboardApiDefaultImagesProvider
type DefaultImagesProvider ¶
type DefaultImagesProvider interface {
// contains filtered or unexported methods
}
DefaultImagesProvider is an interface for fetching default images from a specific source.
type ImagePuller ¶
type ImagePuller struct { deploy.Reconcilable // contains filtered or unexported fields }
func NewImagePuller ¶
func NewImagePuller() *ImagePuller
func (*ImagePuller) Finalize ¶
func (ip *ImagePuller) Finalize(ctx *chetypes.DeployContext) bool
func (*ImagePuller) Reconcile ¶
func (ip *ImagePuller) Reconcile(ctx *chetypes.DeployContext) (reconcile.Result, bool, error)
Click to show internal directories.
Click to hide internal directories.