Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalImagesProvider ¶
type ExternalImagesProvider struct {
// contains filtered or unexported fields
}
func NewExternalImagesProvider ¶
func NewExternalImagesProvider() *ExternalImagesProvider
func (*ExternalImagesProvider) Get ¶
func (p *ExternalImagesProvider) Get(ctx *chetypes.DeployContext) ([]string, error)
type ImagePuller ¶
type ImagePuller struct {
reconciler.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.