Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReplicateHandler ¶
type ReplicateHandler struct {
// contains filtered or unexported fields
}
ReplicateHandler contains objects to use in handle function
func NewReplicateHandler ¶
func NewReplicateHandler(k8sClient client.Client, scheme *runtime.Scheme) *ReplicateHandler
NewReplicateHandler returns a new handler to replicate image
func (*ReplicateHandler) GetReplicate ¶
func (h *ReplicateHandler) GetReplicate(image *v1.ImageInfo) (base.Replicatable, string, error)
GetReplicate returns replicable registry client
func (*ReplicateHandler) Handle ¶
func (h *ReplicateHandler) Handle(object types.NamespacedName) error
Handle synchronizes external registry repository list
Click to show internal directories.
Click to hide internal directories.