Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry implements oci.Interface and returns the artifacts previously added via `.SetArtifact()`.
func (*Registry) AddArtifact ¶
func (r *Registry) AddArtifact(oci *gardencorev1.OCIRepository, data []byte)
AddArtifact adds an artifact to the fake registry.
func (*Registry) Pull ¶
func (r *Registry) Pull(_ context.Context, oci *gardencorev1.OCIRepository) ([]byte, error)
Pull implements oci.Interface
Click to show internal directories.
Click to hide internal directories.