Documentation
¶
Index ¶
- type Client
- func (c *Client) CheckImageExists(ctx context.Context, ref string) error
- func (c *Client) GetDigest(ctx context.Context, ref string) (*v1.Hash, error)
- func (c *Client) GetImage(ctx context.Context, ref string, opts ...registry.ImageGetOption) (registry.Image, error)
- func (c *Client) GetImageConfig(ctx context.Context, ref string) (*v1.ConfigFile, error)
- func (c *Client) GetManifest(ctx context.Context, ref string) (registry.ManifestResult, error)
- func (c *Client) GetRegistry() string
- func (c *Client) ListRepositories(ctx context.Context, opts ...registry.ListRepositoriesOption) ([]string, error)
- func (c *Client) ListTags(ctx context.Context, opts ...registry.ListTagsOption) ([]string, error)
- func (c *Client) PushImage(ctx context.Context, ref string, img v1.Image, ...) error
- func (c *Client) WithSegment(segments ...string) registry.Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CheckImageExists ¶
func (*Client) GetImageConfig ¶
func (*Client) GetManifest ¶
func (*Client) GetRegistry ¶
func (*Client) ListRepositories ¶
Click to show internal directories.
Click to hide internal directories.