Documentation
¶
Index ¶
- type Config
- type ExtendedClient
- func (c *ExtendedClient) ListImages() ([]PolicyImage, error)
- func (c *ExtendedClient) ListPublicRepos(org string, pageSize int, pageToken string) ([]PolicyImage, *PaginationResponse, error)
- func (c *ExtendedClient) RemoveImage(image, tag string) error
- func (c *ExtendedClient) SetVisibility(image string, public bool) error
- func (c *ExtendedClient) Supported() bool
- type PaginationResponse
- type PolicyImage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtendedClient ¶
type ExtendedClient struct {
// contains filtered or unexported fields
}
func NewExtendedClient ¶
func (*ExtendedClient) ListImages ¶
func (c *ExtendedClient) ListImages() ([]PolicyImage, error)
func (*ExtendedClient) ListPublicRepos ¶ added in v0.1.17
func (c *ExtendedClient) ListPublicRepos(org string, pageSize int, pageToken string) ([]PolicyImage, *PaginationResponse, error)
func (*ExtendedClient) RemoveImage ¶ added in v0.0.49
func (c *ExtendedClient) RemoveImage(image, tag string) error
func (*ExtendedClient) SetVisibility ¶ added in v0.0.51
func (c *ExtendedClient) SetVisibility(image string, public bool) error
func (*ExtendedClient) Supported ¶
func (c *ExtendedClient) Supported() bool
type PaginationResponse ¶ added in v0.1.17
type PolicyImage ¶ added in v0.0.51
Click to show internal directories.
Click to hide internal directories.