Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + type AddImageMembersOpts struct + Images []string + Projects []string + func (opts AddImageMembersOpts) ToImageMemberAddMap() (map[string]interface{}, error) + type AddImageMembersResult struct + func (r AddImageMembersResult) ExtractJob() (*OperationJob, error) + type CopyImageOpts struct + CmkID string + Description string + Name string + func (opts CopyImageOpts) ToImageCopyMap() (map[string]interface{}, error) + type DeleteImageMembersOpts struct + Images []string + Projects []string + func (opts DeleteImageMembersOpts) ToImageMembersDeleteMap() (map[string]interface{}, error) + type DeleteImageMembersResult struct + func (r DeleteImageMembersResult) ExtractJob() (*OperationJob, error) + type ExportResult struct + func (r ExportResult) ExtractJob() (*OperationJob, error) + type ImageCopyResult struct + func (r ImageCopyResult) ExtractJob() (*OperationJob, error) + type ImageTags struct + Tags []string + type ImageTagsResult struct + func (r ImageTagsResult) Extract() (*ImageTags, error) + type ImagesQuota struct + Max int + Min int + Quota int + Type string + Used int + type ImportResult struct + func (r ImportResult) ExtractJob() (*OperationJob, error) + type ListImageTagsOpts struct + Limit int + Page int + func (opts ListImageTagsOpts) ToImageTagsListQuery() (string, error) + type OperationJob struct + JobID string + type Quota struct + Quota Resources + type QuotaResult struct + func (r QuotaResult) Extract() (*Quota, error) + type Resources struct + Resources []ImagesQuota + type SetImageTagOpts struct + ImageID string + ImageTag map[string]interface{} + Tag string + func (opts SetImageTagOpts) ToImageTagSetMap() (map[string]interface{}, error) + type SetImageTagResult struct + type UpdateImageMemberOpts struct + Images []string + ProjectID string + Status string + func (opts UpdateImageMemberOpts) ToImageMemberUpdateMap() (map[string]interface{}, error) + type UpdateImageMemberResult struct + func (r UpdateImageMemberResult) ExtractJob() (*OperationJob, error)