...

Package client

import "github.com/alibabacloud-go/cr-20160607/client"
Overview
Index

Overview ▾

This file is auto-generated, don't edit it. Thanks. *

*

Index ▾

type CancelRepoBuildResponse
    func (s CancelRepoBuildResponse) GoString() string
    func (s *CancelRepoBuildResponse) SetHeaders(v map[string]*string) *CancelRepoBuildResponse
    func (s CancelRepoBuildResponse) String() string
type Client
    func NewClient(config *openapi.Config) (*Client, error)
    func (client *Client) CancelRepoBuild(RepoNamespace *string, RepoName *string, BuildId *string) (_result *CancelRepoBuildResponse, _err error)
    func (client *Client) CancelRepoBuildWithOptions(RepoNamespace *string, RepoName *string, BuildId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CancelRepoBuildResponse, _err error)
    func (client *Client) CreateNamespace() (_result *CreateNamespaceResponse, _err error)
    func (client *Client) CreateNamespaceWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateNamespaceResponse, _err error)
    func (client *Client) CreateRepo() (_result *CreateRepoResponse, _err error)
    func (client *Client) CreateRepoBuildRule(RepoNamespace *string, RepoName *string) (_result *CreateRepoBuildRuleResponse, _err error)
    func (client *Client) CreateRepoBuildRuleWithOptions(RepoNamespace *string, RepoName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateRepoBuildRuleResponse, _err error)
    func (client *Client) CreateRepoWebhook(RepoNamespace *string, RepoName *string) (_result *CreateRepoWebhookResponse, _err error)
    func (client *Client) CreateRepoWebhookWithOptions(RepoNamespace *string, RepoName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateRepoWebhookResponse, _err error)
    func (client *Client) CreateRepoWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateRepoResponse, _err error)
    func (client *Client) CreateUserInfo() (_result *CreateUserInfoResponse, _err error)
    func (client *Client) CreateUserInfoWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateUserInfoResponse, _err error)
    func (client *Client) DeleteImage(RepoNamespace *string, RepoName *string, Tag *string) (_result *DeleteImageResponse, _err error)
    func (client *Client) DeleteImageWithOptions(RepoNamespace *string, RepoName *string, Tag *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteImageResponse, _err error)
    func (client *Client) DeleteNamespace(Namespace *string) (_result *DeleteNamespaceResponse, _err error)
    func (client *Client) DeleteNamespaceWithOptions(Namespace *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteNamespaceResponse, _err error)
    func (client *Client) DeleteRepo(RepoNamespace *string, RepoName *string) (_result *DeleteRepoResponse, _err error)
    func (client *Client) DeleteRepoBuildRule(RepoNamespace *string, RepoName *string, BuildRuleId *string) (_result *DeleteRepoBuildRuleResponse, _err error)
    func (client *Client) DeleteRepoBuildRuleWithOptions(RepoNamespace *string, RepoName *string, BuildRuleId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteRepoBuildRuleResponse, _err error)
    func (client *Client) DeleteRepoWebhook(RepoNamespace *string, RepoName *string, WebhookId *string) (_result *DeleteRepoWebhookResponse, _err error)
    func (client *Client) DeleteRepoWebhookWithOptions(RepoNamespace *string, RepoName *string, WebhookId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteRepoWebhookResponse, _err error)
    func (client *Client) DeleteRepoWithOptions(RepoNamespace *string, RepoName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteRepoResponse, _err error)
    func (client *Client) GetAuthorizationToken() (_result *GetAuthorizationTokenResponse, _err error)
    func (client *Client) GetAuthorizationTokenWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetAuthorizationTokenResponse, _err error)
    func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)
    func (client *Client) GetImageLayer(RepoNamespace *string, RepoName *string, Tag *string) (_result *GetImageLayerResponse, _err error)
    func (client *Client) GetImageLayerWithOptions(RepoNamespace *string, RepoName *string, Tag *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetImageLayerResponse, _err error)
    func (client *Client) GetImageManifest(RepoNamespace *string, RepoName *string, Tag *string, request *GetImageManifestRequest) (_result *GetImageManifestResponse, _err error)
    func (client *Client) GetImageManifestWithOptions(RepoNamespace *string, RepoName *string, Tag *string, request *GetImageManifestRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetImageManifestResponse, _err error)
    func (client *Client) GetNamespace(Namespace *string) (_result *GetNamespaceResponse, _err error)
    func (client *Client) GetNamespaceList(request *GetNamespaceListRequest) (_result *GetNamespaceListResponse, _err error)
    func (client *Client) GetNamespaceListWithOptions(request *GetNamespaceListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetNamespaceListResponse, _err error)
    func (client *Client) GetNamespaceWithOptions(Namespace *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetNamespaceResponse, _err error)
    func (client *Client) GetRegion(request *GetRegionRequest) (_result *GetRegionResponse, _err error)
    func (client *Client) GetRegionList() (_result *GetRegionListResponse, _err error)
    func (client *Client) GetRegionListWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRegionListResponse, _err error)
    func (client *Client) GetRegionWithOptions(request *GetRegionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRegionResponse, _err error)
    func (client *Client) GetRepo(RepoNamespace *string, RepoName *string) (_result *GetRepoResponse, _err error)
    func (client *Client) GetRepoBuildList(RepoNamespace *string, RepoName *string, request *GetRepoBuildListRequest) (_result *GetRepoBuildListResponse, _err error)
    func (client *Client) GetRepoBuildListWithOptions(RepoNamespace *string, RepoName *string, request *GetRepoBuildListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoBuildListResponse, _err error)
    func (client *Client) GetRepoBuildRuleList(RepoNamespace *string, RepoName *string) (_result *GetRepoBuildRuleListResponse, _err error)
    func (client *Client) GetRepoBuildRuleListWithOptions(RepoNamespace *string, RepoName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoBuildRuleListResponse, _err error)
    func (client *Client) GetRepoBuildStatus(RepoNamespace *string, RepoName *string, BuildId *string) (_result *GetRepoBuildStatusResponse, _err error)
    func (client *Client) GetRepoBuildStatusWithOptions(RepoNamespace *string, RepoName *string, BuildId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoBuildStatusResponse, _err error)
    func (client *Client) GetRepoList(request *GetRepoListRequest) (_result *GetRepoListResponse, _err error)
    func (client *Client) GetRepoListByNamespace(RepoNamespace *string, request *GetRepoListByNamespaceRequest) (_result *GetRepoListByNamespaceResponse, _err error)
    func (client *Client) GetRepoListByNamespaceWithOptions(RepoNamespace *string, request *GetRepoListByNamespaceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoListByNamespaceResponse, _err error)
    func (client *Client) GetRepoListWithOptions(request *GetRepoListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoListResponse, _err error)
    func (client *Client) GetRepoTag(RepoNamespace *string, RepoName *string, Tag *string) (_result *GetRepoTagResponse, _err error)
    func (client *Client) GetRepoTagScanList(RepoNamespace *string, RepoName *string, Tag *string, request *GetRepoTagScanListRequest) (_result *GetRepoTagScanListResponse, _err error)
    func (client *Client) GetRepoTagScanListWithOptions(RepoNamespace *string, RepoName *string, Tag *string, request *GetRepoTagScanListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoTagScanListResponse, _err error)
    func (client *Client) GetRepoTagScanStatus(RepoNamespace *string, RepoName *string, Tag *string) (_result *GetRepoTagScanStatusResponse, _err error)
    func (client *Client) GetRepoTagScanStatusWithOptions(RepoNamespace *string, RepoName *string, Tag *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoTagScanStatusResponse, _err error)
    func (client *Client) GetRepoTagScanSummary(RepoNamespace *string, RepoName *string, Tag *string) (_result *GetRepoTagScanSummaryResponse, _err error)
    func (client *Client) GetRepoTagScanSummaryWithOptions(RepoNamespace *string, RepoName *string, Tag *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoTagScanSummaryResponse, _err error)
    func (client *Client) GetRepoTagWithOptions(RepoNamespace *string, RepoName *string, Tag *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoTagResponse, _err error)
    func (client *Client) GetRepoTags(RepoNamespace *string, RepoName *string, request *GetRepoTagsRequest) (_result *GetRepoTagsResponse, _err error)
    func (client *Client) GetRepoTagsWithOptions(RepoNamespace *string, RepoName *string, request *GetRepoTagsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoTagsResponse, _err error)
    func (client *Client) GetRepoWebhook(RepoNamespace *string, RepoName *string) (_result *GetRepoWebhookResponse, _err error)
    func (client *Client) GetRepoWebhookWithOptions(RepoNamespace *string, RepoName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoWebhookResponse, _err error)
    func (client *Client) GetRepoWithOptions(RepoNamespace *string, RepoName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoResponse, _err error)
    func (client *Client) GetResourceQuota(ResourceName *string) (_result *GetResourceQuotaResponse, _err error)
    func (client *Client) GetResourceQuotaWithOptions(ResourceName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetResourceQuotaResponse, _err error)
    func (client *Client) Init(config *openapi.Config) (_err error)
    func (client *Client) StartImageScan(RepoNamespace *string, RepoName *string, Tag *string) (_result *StartImageScanResponse, _err error)
    func (client *Client) StartImageScanWithOptions(RepoNamespace *string, RepoName *string, Tag *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StartImageScanResponse, _err error)
    func (client *Client) StartRepoBuildByRule(RepoNamespace *string, RepoName *string, BuildRuleId *string) (_result *StartRepoBuildByRuleResponse, _err error)
    func (client *Client) StartRepoBuildByRuleWithOptions(RepoNamespace *string, RepoName *string, BuildRuleId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StartRepoBuildByRuleResponse, _err error)
    func (client *Client) UpdateNamespace(Namespace *string) (_result *UpdateNamespaceResponse, _err error)
    func (client *Client) UpdateNamespaceWithOptions(Namespace *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateNamespaceResponse, _err error)
    func (client *Client) UpdateRepo(RepoNamespace *string, RepoName *string) (_result *UpdateRepoResponse, _err error)
    func (client *Client) UpdateRepoBuildRule(RepoNamespace *string, RepoName *string, BuildRuleId *string) (_result *UpdateRepoBuildRuleResponse, _err error)
    func (client *Client) UpdateRepoBuildRuleWithOptions(RepoNamespace *string, RepoName *string, BuildRuleId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateRepoBuildRuleResponse, _err error)
    func (client *Client) UpdateRepoWebhook(RepoNamespace *string, RepoName *string, WebhookId *string) (_result *UpdateRepoWebhookResponse, _err error)
    func (client *Client) UpdateRepoWebhookWithOptions(RepoNamespace *string, RepoName *string, WebhookId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateRepoWebhookResponse, _err error)
    func (client *Client) UpdateRepoWithOptions(RepoNamespace *string, RepoName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateRepoResponse, _err error)
    func (client *Client) UpdateUserInfo() (_result *UpdateUserInfoResponse, _err error)
    func (client *Client) UpdateUserInfoWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateUserInfoResponse, _err error)
type CreateNamespaceResponse
    func (s CreateNamespaceResponse) GoString() string
    func (s *CreateNamespaceResponse) SetHeaders(v map[string]*string) *CreateNamespaceResponse
    func (s CreateNamespaceResponse) String() string
type CreateRepoBuildRuleResponse
    func (s CreateRepoBuildRuleResponse) GoString() string
    func (s *CreateRepoBuildRuleResponse) SetHeaders(v map[string]*string) *CreateRepoBuildRuleResponse
    func (s CreateRepoBuildRuleResponse) String() string
type CreateRepoResponse
    func (s CreateRepoResponse) GoString() string
    func (s *CreateRepoResponse) SetHeaders(v map[string]*string) *CreateRepoResponse
    func (s CreateRepoResponse) String() string
type CreateRepoWebhookResponse
    func (s CreateRepoWebhookResponse) GoString() string
    func (s *CreateRepoWebhookResponse) SetHeaders(v map[string]*string) *CreateRepoWebhookResponse
    func (s CreateRepoWebhookResponse) String() string
type CreateUserInfoResponse
    func (s CreateUserInfoResponse) GoString() string
    func (s *CreateUserInfoResponse) SetHeaders(v map[string]*string) *CreateUserInfoResponse
    func (s CreateUserInfoResponse) String() string
type DeleteImageResponse
    func (s DeleteImageResponse) GoString() string
    func (s *DeleteImageResponse) SetHeaders(v map[string]*string) *DeleteImageResponse
    func (s DeleteImageResponse) String() string
type DeleteNamespaceResponse
    func (s DeleteNamespaceResponse) GoString() string
    func (s *DeleteNamespaceResponse) SetHeaders(v map[string]*string) *DeleteNamespaceResponse
    func (s DeleteNamespaceResponse) String() string
type DeleteRepoBuildRuleResponse
    func (s DeleteRepoBuildRuleResponse) GoString() string
    func (s *DeleteRepoBuildRuleResponse) SetHeaders(v map[string]*string) *DeleteRepoBuildRuleResponse
    func (s DeleteRepoBuildRuleResponse) String() string
type DeleteRepoResponse
    func (s DeleteRepoResponse) GoString() string
    func (s *DeleteRepoResponse) SetHeaders(v map[string]*string) *DeleteRepoResponse
    func (s DeleteRepoResponse) String() string
type DeleteRepoWebhookResponse
    func (s DeleteRepoWebhookResponse) GoString() string
    func (s *DeleteRepoWebhookResponse) SetHeaders(v map[string]*string) *DeleteRepoWebhookResponse
    func (s DeleteRepoWebhookResponse) String() string
type GetAuthorizationTokenResponse
    func (s GetAuthorizationTokenResponse) GoString() string
    func (s *GetAuthorizationTokenResponse) SetHeaders(v map[string]*string) *GetAuthorizationTokenResponse
    func (s GetAuthorizationTokenResponse) String() string
type GetImageLayerResponse
    func (s GetImageLayerResponse) GoString() string
    func (s *GetImageLayerResponse) SetHeaders(v map[string]*string) *GetImageLayerResponse
    func (s GetImageLayerResponse) String() string
type GetImageManifestRequest
    func (s GetImageManifestRequest) GoString() string
    func (s *GetImageManifestRequest) SetSchemaVersion(v int32) *GetImageManifestRequest
    func (s GetImageManifestRequest) String() string
type GetImageManifestResponse
    func (s GetImageManifestResponse) GoString() string
    func (s *GetImageManifestResponse) SetHeaders(v map[string]*string) *GetImageManifestResponse
    func (s GetImageManifestResponse) String() string
type GetNamespaceListRequest
    func (s GetNamespaceListRequest) GoString() string
    func (s *GetNamespaceListRequest) SetAuthorize(v string) *GetNamespaceListRequest
    func (s *GetNamespaceListRequest) SetStatus(v string) *GetNamespaceListRequest
    func (s GetNamespaceListRequest) String() string
type GetNamespaceListResponse
    func (s GetNamespaceListResponse) GoString() string
    func (s *GetNamespaceListResponse) SetHeaders(v map[string]*string) *GetNamespaceListResponse
    func (s GetNamespaceListResponse) String() string
type GetNamespaceResponse
    func (s GetNamespaceResponse) GoString() string
    func (s *GetNamespaceResponse) SetHeaders(v map[string]*string) *GetNamespaceResponse
    func (s GetNamespaceResponse) String() string
type GetRegionListResponse
    func (s GetRegionListResponse) GoString() string
    func (s *GetRegionListResponse) SetHeaders(v map[string]*string) *GetRegionListResponse
    func (s GetRegionListResponse) String() string
type GetRegionRequest
    func (s GetRegionRequest) GoString() string
    func (s *GetRegionRequest) SetDomain(v string) *GetRegionRequest
    func (s GetRegionRequest) String() string
type GetRegionResponse
    func (s GetRegionResponse) GoString() string
    func (s *GetRegionResponse) SetHeaders(v map[string]*string) *GetRegionResponse
    func (s GetRegionResponse) String() string
type GetRepoBuildListRequest
    func (s GetRepoBuildListRequest) GoString() string
    func (s *GetRepoBuildListRequest) SetPage(v int32) *GetRepoBuildListRequest
    func (s *GetRepoBuildListRequest) SetPageSize(v int32) *GetRepoBuildListRequest
    func (s GetRepoBuildListRequest) String() string
type GetRepoBuildListResponse
    func (s GetRepoBuildListResponse) GoString() string
    func (s *GetRepoBuildListResponse) SetHeaders(v map[string]*string) *GetRepoBuildListResponse
    func (s GetRepoBuildListResponse) String() string
type GetRepoBuildRuleListResponse
    func (s GetRepoBuildRuleListResponse) GoString() string
    func (s *GetRepoBuildRuleListResponse) SetHeaders(v map[string]*string) *GetRepoBuildRuleListResponse
    func (s GetRepoBuildRuleListResponse) String() string
type GetRepoBuildStatusResponse
    func (s GetRepoBuildStatusResponse) GoString() string
    func (s *GetRepoBuildStatusResponse) SetHeaders(v map[string]*string) *GetRepoBuildStatusResponse
    func (s GetRepoBuildStatusResponse) String() string
type GetRepoListByNamespaceRequest
    func (s GetRepoListByNamespaceRequest) GoString() string
    func (s *GetRepoListByNamespaceRequest) SetPage(v int32) *GetRepoListByNamespaceRequest
    func (s *GetRepoListByNamespaceRequest) SetPageSize(v int32) *GetRepoListByNamespaceRequest
    func (s *GetRepoListByNamespaceRequest) SetStatus(v string) *GetRepoListByNamespaceRequest
    func (s GetRepoListByNamespaceRequest) String() string
type GetRepoListByNamespaceResponse
    func (s GetRepoListByNamespaceResponse) GoString() string
    func (s *GetRepoListByNamespaceResponse) SetHeaders(v map[string]*string) *GetRepoListByNamespaceResponse
    func (s GetRepoListByNamespaceResponse) String() string
type GetRepoListRequest
    func (s GetRepoListRequest) GoString() string
    func (s *GetRepoListRequest) SetPage(v int32) *GetRepoListRequest
    func (s *GetRepoListRequest) SetPageSize(v int32) *GetRepoListRequest
    func (s *GetRepoListRequest) SetStatus(v string) *GetRepoListRequest
    func (s GetRepoListRequest) String() string
type GetRepoListResponse
    func (s GetRepoListResponse) GoString() string
    func (s *GetRepoListResponse) SetHeaders(v map[string]*string) *GetRepoListResponse
    func (s GetRepoListResponse) String() string
type GetRepoResponse
    func (s GetRepoResponse) GoString() string
    func (s *GetRepoResponse) SetHeaders(v map[string]*string) *GetRepoResponse
    func (s GetRepoResponse) String() string
type GetRepoTagResponse
    func (s GetRepoTagResponse) GoString() string
    func (s *GetRepoTagResponse) SetBody(v *GetRepoTagResponseBody) *GetRepoTagResponse
    func (s *GetRepoTagResponse) SetHeaders(v map[string]*string) *GetRepoTagResponse
    func (s GetRepoTagResponse) String() string
type GetRepoTagResponseBody
    func (s GetRepoTagResponseBody) GoString() string
    func (s *GetRepoTagResponseBody) SetDigest(v string) *GetRepoTagResponseBody
    func (s *GetRepoTagResponseBody) SetImageCreate(v int64) *GetRepoTagResponseBody
    func (s *GetRepoTagResponseBody) SetImageId(v string) *GetRepoTagResponseBody
    func (s *GetRepoTagResponseBody) SetImageSize(v int64) *GetRepoTagResponseBody
    func (s *GetRepoTagResponseBody) SetImageUpdate(v int64) *GetRepoTagResponseBody
    func (s *GetRepoTagResponseBody) SetRequestId(v string) *GetRepoTagResponseBody
    func (s *GetRepoTagResponseBody) SetStatus(v string) *GetRepoTagResponseBody
    func (s *GetRepoTagResponseBody) SetTag(v string) *GetRepoTagResponseBody
    func (s GetRepoTagResponseBody) String() string
type GetRepoTagScanListRequest
    func (s GetRepoTagScanListRequest) GoString() string
    func (s *GetRepoTagScanListRequest) SetPage(v int32) *GetRepoTagScanListRequest
    func (s *GetRepoTagScanListRequest) SetPageSize(v int32) *GetRepoTagScanListRequest
    func (s *GetRepoTagScanListRequest) SetSeverity(v string) *GetRepoTagScanListRequest
    func (s GetRepoTagScanListRequest) String() string
type GetRepoTagScanListResponse
    func (s GetRepoTagScanListResponse) GoString() string
    func (s *GetRepoTagScanListResponse) SetHeaders(v map[string]*string) *GetRepoTagScanListResponse
    func (s GetRepoTagScanListResponse) String() string
type GetRepoTagScanStatusResponse
    func (s GetRepoTagScanStatusResponse) GoString() string
    func (s *GetRepoTagScanStatusResponse) SetHeaders(v map[string]*string) *GetRepoTagScanStatusResponse
    func (s GetRepoTagScanStatusResponse) String() string
type GetRepoTagScanSummaryResponse
    func (s GetRepoTagScanSummaryResponse) GoString() string
    func (s *GetRepoTagScanSummaryResponse) SetHeaders(v map[string]*string) *GetRepoTagScanSummaryResponse
    func (s GetRepoTagScanSummaryResponse) String() string
type GetRepoTagsRequest
    func (s GetRepoTagsRequest) GoString() string
    func (s *GetRepoTagsRequest) SetPage(v int32) *GetRepoTagsRequest
    func (s *GetRepoTagsRequest) SetPageSize(v int32) *GetRepoTagsRequest
    func (s GetRepoTagsRequest) String() string
type GetRepoTagsResponse
    func (s GetRepoTagsResponse) GoString() string
    func (s *GetRepoTagsResponse) SetHeaders(v map[string]*string) *GetRepoTagsResponse
    func (s GetRepoTagsResponse) String() string
type GetRepoWebhookResponse
    func (s GetRepoWebhookResponse) GoString() string
    func (s *GetRepoWebhookResponse) SetHeaders(v map[string]*string) *GetRepoWebhookResponse
    func (s GetRepoWebhookResponse) String() string
type GetResourceQuotaResponse
    func (s GetResourceQuotaResponse) GoString() string
    func (s *GetResourceQuotaResponse) SetHeaders(v map[string]*string) *GetResourceQuotaResponse
    func (s GetResourceQuotaResponse) String() string
type StartImageScanResponse
    func (s StartImageScanResponse) GoString() string
    func (s *StartImageScanResponse) SetHeaders(v map[string]*string) *StartImageScanResponse
    func (s StartImageScanResponse) String() string
type StartRepoBuildByRuleResponse
    func (s StartRepoBuildByRuleResponse) GoString() string
    func (s *StartRepoBuildByRuleResponse) SetHeaders(v map[string]*string) *StartRepoBuildByRuleResponse
    func (s StartRepoBuildByRuleResponse) String() string
type UpdateNamespaceResponse
    func (s UpdateNamespaceResponse) GoString() string
    func (s *UpdateNamespaceResponse) SetHeaders(v map[string]*string) *UpdateNamespaceResponse
    func (s UpdateNamespaceResponse) String() string
type UpdateRepoBuildRuleResponse
    func (s UpdateRepoBuildRuleResponse) GoString() string
    func (s *UpdateRepoBuildRuleResponse) SetHeaders(v map[string]*string) *UpdateRepoBuildRuleResponse
    func (s UpdateRepoBuildRuleResponse) String() string
type UpdateRepoResponse
    func (s UpdateRepoResponse) GoString() string
    func (s *UpdateRepoResponse) SetHeaders(v map[string]*string) *UpdateRepoResponse
    func (s UpdateRepoResponse) String() string
type UpdateRepoWebhookResponse
    func (s UpdateRepoWebhookResponse) GoString() string
    func (s *UpdateRepoWebhookResponse) SetHeaders(v map[string]*string) *UpdateRepoWebhookResponse
    func (s UpdateRepoWebhookResponse) String() string
type UpdateUserInfoResponse
    func (s UpdateUserInfoResponse) GoString() string
    func (s *UpdateUserInfoResponse) SetHeaders(v map[string]*string) *UpdateUserInfoResponse
    func (s UpdateUserInfoResponse) String() string

Package files

client.go

type CancelRepoBuildResponse

type CancelRepoBuildResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (CancelRepoBuildResponse) GoString

func (s CancelRepoBuildResponse) GoString() string

func (*CancelRepoBuildResponse) SetHeaders

func (s *CancelRepoBuildResponse) SetHeaders(v map[string]*string) *CancelRepoBuildResponse

func (CancelRepoBuildResponse) String

func (s CancelRepoBuildResponse) String() string

type Client

type Client struct {
    openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) CancelRepoBuild

func (client *Client) CancelRepoBuild(RepoNamespace *string, RepoName *string, BuildId *string) (_result *CancelRepoBuildResponse, _err error)

func (*Client) CancelRepoBuildWithOptions

func (client *Client) CancelRepoBuildWithOptions(RepoNamespace *string, RepoName *string, BuildId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CancelRepoBuildResponse, _err error)

func (*Client) CreateNamespace

func (client *Client) CreateNamespace() (_result *CreateNamespaceResponse, _err error)

func (*Client) CreateNamespaceWithOptions

func (client *Client) CreateNamespaceWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateNamespaceResponse, _err error)

func (*Client) CreateRepo

func (client *Client) CreateRepo() (_result *CreateRepoResponse, _err error)

func (*Client) CreateRepoBuildRule

func (client *Client) CreateRepoBuildRule(RepoNamespace *string, RepoName *string) (_result *CreateRepoBuildRuleResponse, _err error)

func (*Client) CreateRepoBuildRuleWithOptions

func (client *Client) CreateRepoBuildRuleWithOptions(RepoNamespace *string, RepoName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateRepoBuildRuleResponse, _err error)

func (*Client) CreateRepoWebhook

func (client *Client) CreateRepoWebhook(RepoNamespace *string, RepoName *string) (_result *CreateRepoWebhookResponse, _err error)

func (*Client) CreateRepoWebhookWithOptions

func (client *Client) CreateRepoWebhookWithOptions(RepoNamespace *string, RepoName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateRepoWebhookResponse, _err error)

func (*Client) CreateRepoWithOptions

func (client *Client) CreateRepoWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateRepoResponse, _err error)

func (*Client) CreateUserInfo

func (client *Client) CreateUserInfo() (_result *CreateUserInfoResponse, _err error)

func (*Client) CreateUserInfoWithOptions

func (client *Client) CreateUserInfoWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateUserInfoResponse, _err error)

func (*Client) DeleteImage

func (client *Client) DeleteImage(RepoNamespace *string, RepoName *string, Tag *string) (_result *DeleteImageResponse, _err error)

func (*Client) DeleteImageWithOptions

func (client *Client) DeleteImageWithOptions(RepoNamespace *string, RepoName *string, Tag *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteImageResponse, _err error)

func (*Client) DeleteNamespace

func (client *Client) DeleteNamespace(Namespace *string) (_result *DeleteNamespaceResponse, _err error)

func (*Client) DeleteNamespaceWithOptions

func (client *Client) DeleteNamespaceWithOptions(Namespace *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteNamespaceResponse, _err error)

func (*Client) DeleteRepo

func (client *Client) DeleteRepo(RepoNamespace *string, RepoName *string) (_result *DeleteRepoResponse, _err error)

func (*Client) DeleteRepoBuildRule

func (client *Client) DeleteRepoBuildRule(RepoNamespace *string, RepoName *string, BuildRuleId *string) (_result *DeleteRepoBuildRuleResponse, _err error)

func (*Client) DeleteRepoBuildRuleWithOptions

func (client *Client) DeleteRepoBuildRuleWithOptions(RepoNamespace *string, RepoName *string, BuildRuleId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteRepoBuildRuleResponse, _err error)

func (*Client) DeleteRepoWebhook

func (client *Client) DeleteRepoWebhook(RepoNamespace *string, RepoName *string, WebhookId *string) (_result *DeleteRepoWebhookResponse, _err error)

func (*Client) DeleteRepoWebhookWithOptions

func (client *Client) DeleteRepoWebhookWithOptions(RepoNamespace *string, RepoName *string, WebhookId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteRepoWebhookResponse, _err error)

func (*Client) DeleteRepoWithOptions

func (client *Client) DeleteRepoWithOptions(RepoNamespace *string, RepoName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteRepoResponse, _err error)

func (*Client) GetAuthorizationToken

func (client *Client) GetAuthorizationToken() (_result *GetAuthorizationTokenResponse, _err error)

func (*Client) GetAuthorizationTokenWithOptions

func (client *Client) GetAuthorizationTokenWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetAuthorizationTokenResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetImageLayer

func (client *Client) GetImageLayer(RepoNamespace *string, RepoName *string, Tag *string) (_result *GetImageLayerResponse, _err error)

func (*Client) GetImageLayerWithOptions

func (client *Client) GetImageLayerWithOptions(RepoNamespace *string, RepoName *string, Tag *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetImageLayerResponse, _err error)

func (*Client) GetImageManifest

func (client *Client) GetImageManifest(RepoNamespace *string, RepoName *string, Tag *string, request *GetImageManifestRequest) (_result *GetImageManifestResponse, _err error)

func (*Client) GetImageManifestWithOptions

func (client *Client) GetImageManifestWithOptions(RepoNamespace *string, RepoName *string, Tag *string, request *GetImageManifestRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetImageManifestResponse, _err error)

func (*Client) GetNamespace

func (client *Client) GetNamespace(Namespace *string) (_result *GetNamespaceResponse, _err error)

func (*Client) GetNamespaceList

func (client *Client) GetNamespaceList(request *GetNamespaceListRequest) (_result *GetNamespaceListResponse, _err error)

func (*Client) GetNamespaceListWithOptions

func (client *Client) GetNamespaceListWithOptions(request *GetNamespaceListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetNamespaceListResponse, _err error)

func (*Client) GetNamespaceWithOptions

func (client *Client) GetNamespaceWithOptions(Namespace *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetNamespaceResponse, _err error)

func (*Client) GetRegion

func (client *Client) GetRegion(request *GetRegionRequest) (_result *GetRegionResponse, _err error)

func (*Client) GetRegionList

func (client *Client) GetRegionList() (_result *GetRegionListResponse, _err error)

func (*Client) GetRegionListWithOptions

func (client *Client) GetRegionListWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRegionListResponse, _err error)

func (*Client) GetRegionWithOptions

func (client *Client) GetRegionWithOptions(request *GetRegionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRegionResponse, _err error)

func (*Client) GetRepo

func (client *Client) GetRepo(RepoNamespace *string, RepoName *string) (_result *GetRepoResponse, _err error)

func (*Client) GetRepoBuildList

func (client *Client) GetRepoBuildList(RepoNamespace *string, RepoName *string, request *GetRepoBuildListRequest) (_result *GetRepoBuildListResponse, _err error)

func (*Client) GetRepoBuildListWithOptions

func (client *Client) GetRepoBuildListWithOptions(RepoNamespace *string, RepoName *string, request *GetRepoBuildListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoBuildListResponse, _err error)

func (*Client) GetRepoBuildRuleList

func (client *Client) GetRepoBuildRuleList(RepoNamespace *string, RepoName *string) (_result *GetRepoBuildRuleListResponse, _err error)

func (*Client) GetRepoBuildRuleListWithOptions

func (client *Client) GetRepoBuildRuleListWithOptions(RepoNamespace *string, RepoName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoBuildRuleListResponse, _err error)

func (*Client) GetRepoBuildStatus

func (client *Client) GetRepoBuildStatus(RepoNamespace *string, RepoName *string, BuildId *string) (_result *GetRepoBuildStatusResponse, _err error)

func (*Client) GetRepoBuildStatusWithOptions

func (client *Client) GetRepoBuildStatusWithOptions(RepoNamespace *string, RepoName *string, BuildId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoBuildStatusResponse, _err error)

func (*Client) GetRepoList

func (client *Client) GetRepoList(request *GetRepoListRequest) (_result *GetRepoListResponse, _err error)

func (*Client) GetRepoListByNamespace

func (client *Client) GetRepoListByNamespace(RepoNamespace *string, request *GetRepoListByNamespaceRequest) (_result *GetRepoListByNamespaceResponse, _err error)

func (*Client) GetRepoListByNamespaceWithOptions

func (client *Client) GetRepoListByNamespaceWithOptions(RepoNamespace *string, request *GetRepoListByNamespaceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoListByNamespaceResponse, _err error)

func (*Client) GetRepoListWithOptions

func (client *Client) GetRepoListWithOptions(request *GetRepoListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoListResponse, _err error)

func (*Client) GetRepoTag

func (client *Client) GetRepoTag(RepoNamespace *string, RepoName *string, Tag *string) (_result *GetRepoTagResponse, _err error)

func (*Client) GetRepoTagScanList

func (client *Client) GetRepoTagScanList(RepoNamespace *string, RepoName *string, Tag *string, request *GetRepoTagScanListRequest) (_result *GetRepoTagScanListResponse, _err error)

func (*Client) GetRepoTagScanListWithOptions

func (client *Client) GetRepoTagScanListWithOptions(RepoNamespace *string, RepoName *string, Tag *string, request *GetRepoTagScanListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoTagScanListResponse, _err error)

func (*Client) GetRepoTagScanStatus

func (client *Client) GetRepoTagScanStatus(RepoNamespace *string, RepoName *string, Tag *string) (_result *GetRepoTagScanStatusResponse, _err error)

func (*Client) GetRepoTagScanStatusWithOptions

func (client *Client) GetRepoTagScanStatusWithOptions(RepoNamespace *string, RepoName *string, Tag *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoTagScanStatusResponse, _err error)

func (*Client) GetRepoTagScanSummary

func (client *Client) GetRepoTagScanSummary(RepoNamespace *string, RepoName *string, Tag *string) (_result *GetRepoTagScanSummaryResponse, _err error)

func (*Client) GetRepoTagScanSummaryWithOptions

func (client *Client) GetRepoTagScanSummaryWithOptions(RepoNamespace *string, RepoName *string, Tag *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoTagScanSummaryResponse, _err error)

func (*Client) GetRepoTagWithOptions

func (client *Client) GetRepoTagWithOptions(RepoNamespace *string, RepoName *string, Tag *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoTagResponse, _err error)

func (*Client) GetRepoTags

func (client *Client) GetRepoTags(RepoNamespace *string, RepoName *string, request *GetRepoTagsRequest) (_result *GetRepoTagsResponse, _err error)

func (*Client) GetRepoTagsWithOptions

func (client *Client) GetRepoTagsWithOptions(RepoNamespace *string, RepoName *string, request *GetRepoTagsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoTagsResponse, _err error)

func (*Client) GetRepoWebhook

func (client *Client) GetRepoWebhook(RepoNamespace *string, RepoName *string) (_result *GetRepoWebhookResponse, _err error)

func (*Client) GetRepoWebhookWithOptions

func (client *Client) GetRepoWebhookWithOptions(RepoNamespace *string, RepoName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoWebhookResponse, _err error)

func (*Client) GetRepoWithOptions

func (client *Client) GetRepoWithOptions(RepoNamespace *string, RepoName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepoResponse, _err error)

func (*Client) GetResourceQuota

func (client *Client) GetResourceQuota(ResourceName *string) (_result *GetResourceQuotaResponse, _err error)

func (*Client) GetResourceQuotaWithOptions

func (client *Client) GetResourceQuotaWithOptions(ResourceName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetResourceQuotaResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) StartImageScan

func (client *Client) StartImageScan(RepoNamespace *string, RepoName *string, Tag *string) (_result *StartImageScanResponse, _err error)

func (*Client) StartImageScanWithOptions

func (client *Client) StartImageScanWithOptions(RepoNamespace *string, RepoName *string, Tag *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StartImageScanResponse, _err error)

func (*Client) StartRepoBuildByRule

func (client *Client) StartRepoBuildByRule(RepoNamespace *string, RepoName *string, BuildRuleId *string) (_result *StartRepoBuildByRuleResponse, _err error)

func (*Client) StartRepoBuildByRuleWithOptions

func (client *Client) StartRepoBuildByRuleWithOptions(RepoNamespace *string, RepoName *string, BuildRuleId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StartRepoBuildByRuleResponse, _err error)

func (*Client) UpdateNamespace

func (client *Client) UpdateNamespace(Namespace *string) (_result *UpdateNamespaceResponse, _err error)

func (*Client) UpdateNamespaceWithOptions

func (client *Client) UpdateNamespaceWithOptions(Namespace *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateNamespaceResponse, _err error)

func (*Client) UpdateRepo

func (client *Client) UpdateRepo(RepoNamespace *string, RepoName *string) (_result *UpdateRepoResponse, _err error)

func (*Client) UpdateRepoBuildRule

func (client *Client) UpdateRepoBuildRule(RepoNamespace *string, RepoName *string, BuildRuleId *string) (_result *UpdateRepoBuildRuleResponse, _err error)

func (*Client) UpdateRepoBuildRuleWithOptions

func (client *Client) UpdateRepoBuildRuleWithOptions(RepoNamespace *string, RepoName *string, BuildRuleId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateRepoBuildRuleResponse, _err error)

func (*Client) UpdateRepoWebhook

func (client *Client) UpdateRepoWebhook(RepoNamespace *string, RepoName *string, WebhookId *string) (_result *UpdateRepoWebhookResponse, _err error)

func (*Client) UpdateRepoWebhookWithOptions

func (client *Client) UpdateRepoWebhookWithOptions(RepoNamespace *string, RepoName *string, WebhookId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateRepoWebhookResponse, _err error)

func (*Client) UpdateRepoWithOptions

func (client *Client) UpdateRepoWithOptions(RepoNamespace *string, RepoName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateRepoResponse, _err error)

func (*Client) UpdateUserInfo

func (client *Client) UpdateUserInfo() (_result *UpdateUserInfoResponse, _err error)

func (*Client) UpdateUserInfoWithOptions

func (client *Client) UpdateUserInfoWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateUserInfoResponse, _err error)

type CreateNamespaceResponse

type CreateNamespaceResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (CreateNamespaceResponse) GoString

func (s CreateNamespaceResponse) GoString() string

func (*CreateNamespaceResponse) SetHeaders

func (s *CreateNamespaceResponse) SetHeaders(v map[string]*string) *CreateNamespaceResponse

func (CreateNamespaceResponse) String

func (s CreateNamespaceResponse) String() string

type CreateRepoBuildRuleResponse

type CreateRepoBuildRuleResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (CreateRepoBuildRuleResponse) GoString

func (s CreateRepoBuildRuleResponse) GoString() string

func (*CreateRepoBuildRuleResponse) SetHeaders

func (s *CreateRepoBuildRuleResponse) SetHeaders(v map[string]*string) *CreateRepoBuildRuleResponse

func (CreateRepoBuildRuleResponse) String

func (s CreateRepoBuildRuleResponse) String() string

type CreateRepoResponse

type CreateRepoResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (CreateRepoResponse) GoString

func (s CreateRepoResponse) GoString() string

func (*CreateRepoResponse) SetHeaders

func (s *CreateRepoResponse) SetHeaders(v map[string]*string) *CreateRepoResponse

func (CreateRepoResponse) String

func (s CreateRepoResponse) String() string

type CreateRepoWebhookResponse

type CreateRepoWebhookResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (CreateRepoWebhookResponse) GoString

func (s CreateRepoWebhookResponse) GoString() string

func (*CreateRepoWebhookResponse) SetHeaders

func (s *CreateRepoWebhookResponse) SetHeaders(v map[string]*string) *CreateRepoWebhookResponse

func (CreateRepoWebhookResponse) String

func (s CreateRepoWebhookResponse) String() string

type CreateUserInfoResponse

type CreateUserInfoResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (CreateUserInfoResponse) GoString

func (s CreateUserInfoResponse) GoString() string

func (*CreateUserInfoResponse) SetHeaders

func (s *CreateUserInfoResponse) SetHeaders(v map[string]*string) *CreateUserInfoResponse

func (CreateUserInfoResponse) String

func (s CreateUserInfoResponse) String() string

type DeleteImageResponse

type DeleteImageResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (DeleteImageResponse) GoString

func (s DeleteImageResponse) GoString() string

func (*DeleteImageResponse) SetHeaders

func (s *DeleteImageResponse) SetHeaders(v map[string]*string) *DeleteImageResponse

func (DeleteImageResponse) String

func (s DeleteImageResponse) String() string

type DeleteNamespaceResponse

type DeleteNamespaceResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (DeleteNamespaceResponse) GoString

func (s DeleteNamespaceResponse) GoString() string

func (*DeleteNamespaceResponse) SetHeaders

func (s *DeleteNamespaceResponse) SetHeaders(v map[string]*string) *DeleteNamespaceResponse

func (DeleteNamespaceResponse) String

func (s DeleteNamespaceResponse) String() string

type DeleteRepoBuildRuleResponse

type DeleteRepoBuildRuleResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (DeleteRepoBuildRuleResponse) GoString

func (s DeleteRepoBuildRuleResponse) GoString() string

func (*DeleteRepoBuildRuleResponse) SetHeaders

func (s *DeleteRepoBuildRuleResponse) SetHeaders(v map[string]*string) *DeleteRepoBuildRuleResponse

func (DeleteRepoBuildRuleResponse) String

func (s DeleteRepoBuildRuleResponse) String() string

type DeleteRepoResponse

type DeleteRepoResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (DeleteRepoResponse) GoString

func (s DeleteRepoResponse) GoString() string

func (*DeleteRepoResponse) SetHeaders

func (s *DeleteRepoResponse) SetHeaders(v map[string]*string) *DeleteRepoResponse

func (DeleteRepoResponse) String

func (s DeleteRepoResponse) String() string

type DeleteRepoWebhookResponse

type DeleteRepoWebhookResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (DeleteRepoWebhookResponse) GoString

func (s DeleteRepoWebhookResponse) GoString() string

func (*DeleteRepoWebhookResponse) SetHeaders

func (s *DeleteRepoWebhookResponse) SetHeaders(v map[string]*string) *DeleteRepoWebhookResponse

func (DeleteRepoWebhookResponse) String

func (s DeleteRepoWebhookResponse) String() string

type GetAuthorizationTokenResponse

type GetAuthorizationTokenResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetAuthorizationTokenResponse) GoString

func (s GetAuthorizationTokenResponse) GoString() string

func (*GetAuthorizationTokenResponse) SetHeaders

func (s *GetAuthorizationTokenResponse) SetHeaders(v map[string]*string) *GetAuthorizationTokenResponse

func (GetAuthorizationTokenResponse) String

func (s GetAuthorizationTokenResponse) String() string

type GetImageLayerResponse

type GetImageLayerResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetImageLayerResponse) GoString

func (s GetImageLayerResponse) GoString() string

func (*GetImageLayerResponse) SetHeaders

func (s *GetImageLayerResponse) SetHeaders(v map[string]*string) *GetImageLayerResponse

func (GetImageLayerResponse) String

func (s GetImageLayerResponse) String() string

type GetImageManifestRequest

type GetImageManifestRequest struct {
    SchemaVersion *int32 `json:"SchemaVersion,omitempty" xml:"SchemaVersion,omitempty"`
}

func (GetImageManifestRequest) GoString

func (s GetImageManifestRequest) GoString() string

func (*GetImageManifestRequest) SetSchemaVersion

func (s *GetImageManifestRequest) SetSchemaVersion(v int32) *GetImageManifestRequest

func (GetImageManifestRequest) String

func (s GetImageManifestRequest) String() string

type GetImageManifestResponse

type GetImageManifestResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetImageManifestResponse) GoString

func (s GetImageManifestResponse) GoString() string

func (*GetImageManifestResponse) SetHeaders

func (s *GetImageManifestResponse) SetHeaders(v map[string]*string) *GetImageManifestResponse

func (GetImageManifestResponse) String

func (s GetImageManifestResponse) String() string

type GetNamespaceListRequest

type GetNamespaceListRequest struct {
    Authorize *string `json:"Authorize,omitempty" xml:"Authorize,omitempty"`
    Status    *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetNamespaceListRequest) GoString

func (s GetNamespaceListRequest) GoString() string

func (*GetNamespaceListRequest) SetAuthorize

func (s *GetNamespaceListRequest) SetAuthorize(v string) *GetNamespaceListRequest

func (*GetNamespaceListRequest) SetStatus

func (s *GetNamespaceListRequest) SetStatus(v string) *GetNamespaceListRequest

func (GetNamespaceListRequest) String

func (s GetNamespaceListRequest) String() string

type GetNamespaceListResponse

type GetNamespaceListResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetNamespaceListResponse) GoString

func (s GetNamespaceListResponse) GoString() string

func (*GetNamespaceListResponse) SetHeaders

func (s *GetNamespaceListResponse) SetHeaders(v map[string]*string) *GetNamespaceListResponse

func (GetNamespaceListResponse) String

func (s GetNamespaceListResponse) String() string

type GetNamespaceResponse

type GetNamespaceResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetNamespaceResponse) GoString

func (s GetNamespaceResponse) GoString() string

func (*GetNamespaceResponse) SetHeaders

func (s *GetNamespaceResponse) SetHeaders(v map[string]*string) *GetNamespaceResponse

func (GetNamespaceResponse) String

func (s GetNamespaceResponse) String() string

type GetRegionListResponse

type GetRegionListResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetRegionListResponse) GoString

func (s GetRegionListResponse) GoString() string

func (*GetRegionListResponse) SetHeaders

func (s *GetRegionListResponse) SetHeaders(v map[string]*string) *GetRegionListResponse

func (GetRegionListResponse) String

func (s GetRegionListResponse) String() string

type GetRegionRequest

type GetRegionRequest struct {
    Domain *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
}

func (GetRegionRequest) GoString

func (s GetRegionRequest) GoString() string

func (*GetRegionRequest) SetDomain

func (s *GetRegionRequest) SetDomain(v string) *GetRegionRequest

func (GetRegionRequest) String

func (s GetRegionRequest) String() string

type GetRegionResponse

type GetRegionResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetRegionResponse) GoString

func (s GetRegionResponse) GoString() string

func (*GetRegionResponse) SetHeaders

func (s *GetRegionResponse) SetHeaders(v map[string]*string) *GetRegionResponse

func (GetRegionResponse) String

func (s GetRegionResponse) String() string

type GetRepoBuildListRequest

type GetRepoBuildListRequest struct {
    Page     *int32 `json:"Page,omitempty" xml:"Page,omitempty"`
    PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (GetRepoBuildListRequest) GoString

func (s GetRepoBuildListRequest) GoString() string

func (*GetRepoBuildListRequest) SetPage

func (s *GetRepoBuildListRequest) SetPage(v int32) *GetRepoBuildListRequest

func (*GetRepoBuildListRequest) SetPageSize

func (s *GetRepoBuildListRequest) SetPageSize(v int32) *GetRepoBuildListRequest

func (GetRepoBuildListRequest) String

func (s GetRepoBuildListRequest) String() string

type GetRepoBuildListResponse

type GetRepoBuildListResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetRepoBuildListResponse) GoString

func (s GetRepoBuildListResponse) GoString() string

func (*GetRepoBuildListResponse) SetHeaders

func (s *GetRepoBuildListResponse) SetHeaders(v map[string]*string) *GetRepoBuildListResponse

func (GetRepoBuildListResponse) String

func (s GetRepoBuildListResponse) String() string

type GetRepoBuildRuleListResponse

type GetRepoBuildRuleListResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetRepoBuildRuleListResponse) GoString

func (s GetRepoBuildRuleListResponse) GoString() string

func (*GetRepoBuildRuleListResponse) SetHeaders

func (s *GetRepoBuildRuleListResponse) SetHeaders(v map[string]*string) *GetRepoBuildRuleListResponse

func (GetRepoBuildRuleListResponse) String

func (s GetRepoBuildRuleListResponse) String() string

type GetRepoBuildStatusResponse

type GetRepoBuildStatusResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetRepoBuildStatusResponse) GoString

func (s GetRepoBuildStatusResponse) GoString() string

func (*GetRepoBuildStatusResponse) SetHeaders

func (s *GetRepoBuildStatusResponse) SetHeaders(v map[string]*string) *GetRepoBuildStatusResponse

func (GetRepoBuildStatusResponse) String

func (s GetRepoBuildStatusResponse) String() string

type GetRepoListByNamespaceRequest

type GetRepoListByNamespaceRequest struct {
    Page     *int32  `json:"Page,omitempty" xml:"Page,omitempty"`
    PageSize *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
    Status   *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetRepoListByNamespaceRequest) GoString

func (s GetRepoListByNamespaceRequest) GoString() string

func (*GetRepoListByNamespaceRequest) SetPage

func (s *GetRepoListByNamespaceRequest) SetPage(v int32) *GetRepoListByNamespaceRequest

func (*GetRepoListByNamespaceRequest) SetPageSize

func (s *GetRepoListByNamespaceRequest) SetPageSize(v int32) *GetRepoListByNamespaceRequest

func (*GetRepoListByNamespaceRequest) SetStatus

func (s *GetRepoListByNamespaceRequest) SetStatus(v string) *GetRepoListByNamespaceRequest

func (GetRepoListByNamespaceRequest) String

func (s GetRepoListByNamespaceRequest) String() string

type GetRepoListByNamespaceResponse

type GetRepoListByNamespaceResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetRepoListByNamespaceResponse) GoString

func (s GetRepoListByNamespaceResponse) GoString() string

func (*GetRepoListByNamespaceResponse) SetHeaders

func (s *GetRepoListByNamespaceResponse) SetHeaders(v map[string]*string) *GetRepoListByNamespaceResponse

func (GetRepoListByNamespaceResponse) String

func (s GetRepoListByNamespaceResponse) String() string

type GetRepoListRequest

type GetRepoListRequest struct {
    Page     *int32  `json:"Page,omitempty" xml:"Page,omitempty"`
    PageSize *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
    Status   *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetRepoListRequest) GoString

func (s GetRepoListRequest) GoString() string

func (*GetRepoListRequest) SetPage

func (s *GetRepoListRequest) SetPage(v int32) *GetRepoListRequest

func (*GetRepoListRequest) SetPageSize

func (s *GetRepoListRequest) SetPageSize(v int32) *GetRepoListRequest

func (*GetRepoListRequest) SetStatus

func (s *GetRepoListRequest) SetStatus(v string) *GetRepoListRequest

func (GetRepoListRequest) String

func (s GetRepoListRequest) String() string

type GetRepoListResponse

type GetRepoListResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetRepoListResponse) GoString

func (s GetRepoListResponse) GoString() string

func (*GetRepoListResponse) SetHeaders

func (s *GetRepoListResponse) SetHeaders(v map[string]*string) *GetRepoListResponse

func (GetRepoListResponse) String

func (s GetRepoListResponse) String() string

type GetRepoResponse

type GetRepoResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetRepoResponse) GoString

func (s GetRepoResponse) GoString() string

func (*GetRepoResponse) SetHeaders

func (s *GetRepoResponse) SetHeaders(v map[string]*string) *GetRepoResponse

func (GetRepoResponse) String

func (s GetRepoResponse) String() string

type GetRepoTagResponse

type GetRepoTagResponse struct {
    Headers map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
    Body    *GetRepoTagResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetRepoTagResponse) GoString

func (s GetRepoTagResponse) GoString() string

func (*GetRepoTagResponse) SetBody

func (s *GetRepoTagResponse) SetBody(v *GetRepoTagResponseBody) *GetRepoTagResponse

func (*GetRepoTagResponse) SetHeaders

func (s *GetRepoTagResponse) SetHeaders(v map[string]*string) *GetRepoTagResponse

func (GetRepoTagResponse) String

func (s GetRepoTagResponse) String() string

type GetRepoTagResponseBody

type GetRepoTagResponseBody struct {
    Digest      *string `json:"digest,omitempty" xml:"digest,omitempty"`
    ImageCreate *int64  `json:"imageCreate,omitempty" xml:"imageCreate,omitempty"`
    ImageId     *string `json:"imageId,omitempty" xml:"imageId,omitempty"`
    ImageSize   *int64  `json:"imageSize,omitempty" xml:"imageSize,omitempty"`
    ImageUpdate *int64  `json:"imageUpdate,omitempty" xml:"imageUpdate,omitempty"`
    RequestId   *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
    Status      *string `json:"status,omitempty" xml:"status,omitempty"`
    Tag         *string `json:"tag,omitempty" xml:"tag,omitempty"`
}

func (GetRepoTagResponseBody) GoString

func (s GetRepoTagResponseBody) GoString() string

func (*GetRepoTagResponseBody) SetDigest

func (s *GetRepoTagResponseBody) SetDigest(v string) *GetRepoTagResponseBody

func (*GetRepoTagResponseBody) SetImageCreate

func (s *GetRepoTagResponseBody) SetImageCreate(v int64) *GetRepoTagResponseBody

func (*GetRepoTagResponseBody) SetImageId

func (s *GetRepoTagResponseBody) SetImageId(v string) *GetRepoTagResponseBody

func (*GetRepoTagResponseBody) SetImageSize

func (s *GetRepoTagResponseBody) SetImageSize(v int64) *GetRepoTagResponseBody

func (*GetRepoTagResponseBody) SetImageUpdate

func (s *GetRepoTagResponseBody) SetImageUpdate(v int64) *GetRepoTagResponseBody

func (*GetRepoTagResponseBody) SetRequestId

func (s *GetRepoTagResponseBody) SetRequestId(v string) *GetRepoTagResponseBody

func (*GetRepoTagResponseBody) SetStatus

func (s *GetRepoTagResponseBody) SetStatus(v string) *GetRepoTagResponseBody

func (*GetRepoTagResponseBody) SetTag

func (s *GetRepoTagResponseBody) SetTag(v string) *GetRepoTagResponseBody

func (GetRepoTagResponseBody) String

func (s GetRepoTagResponseBody) String() string

type GetRepoTagScanListRequest

type GetRepoTagScanListRequest struct {
    Page     *int32  `json:"Page,omitempty" xml:"Page,omitempty"`
    PageSize *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
    Severity *string `json:"Severity,omitempty" xml:"Severity,omitempty"`
}

func (GetRepoTagScanListRequest) GoString

func (s GetRepoTagScanListRequest) GoString() string

func (*GetRepoTagScanListRequest) SetPage

func (s *GetRepoTagScanListRequest) SetPage(v int32) *GetRepoTagScanListRequest

func (*GetRepoTagScanListRequest) SetPageSize

func (s *GetRepoTagScanListRequest) SetPageSize(v int32) *GetRepoTagScanListRequest

func (*GetRepoTagScanListRequest) SetSeverity

func (s *GetRepoTagScanListRequest) SetSeverity(v string) *GetRepoTagScanListRequest

func (GetRepoTagScanListRequest) String

func (s GetRepoTagScanListRequest) String() string

type GetRepoTagScanListResponse

type GetRepoTagScanListResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetRepoTagScanListResponse) GoString

func (s GetRepoTagScanListResponse) GoString() string

func (*GetRepoTagScanListResponse) SetHeaders

func (s *GetRepoTagScanListResponse) SetHeaders(v map[string]*string) *GetRepoTagScanListResponse

func (GetRepoTagScanListResponse) String

func (s GetRepoTagScanListResponse) String() string

type GetRepoTagScanStatusResponse

type GetRepoTagScanStatusResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetRepoTagScanStatusResponse) GoString

func (s GetRepoTagScanStatusResponse) GoString() string

func (*GetRepoTagScanStatusResponse) SetHeaders

func (s *GetRepoTagScanStatusResponse) SetHeaders(v map[string]*string) *GetRepoTagScanStatusResponse

func (GetRepoTagScanStatusResponse) String

func (s GetRepoTagScanStatusResponse) String() string

type GetRepoTagScanSummaryResponse

type GetRepoTagScanSummaryResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetRepoTagScanSummaryResponse) GoString

func (s GetRepoTagScanSummaryResponse) GoString() string

func (*GetRepoTagScanSummaryResponse) SetHeaders

func (s *GetRepoTagScanSummaryResponse) SetHeaders(v map[string]*string) *GetRepoTagScanSummaryResponse

func (GetRepoTagScanSummaryResponse) String

func (s GetRepoTagScanSummaryResponse) String() string

type GetRepoTagsRequest

type GetRepoTagsRequest struct {
    Page     *int32 `json:"Page,omitempty" xml:"Page,omitempty"`
    PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (GetRepoTagsRequest) GoString

func (s GetRepoTagsRequest) GoString() string

func (*GetRepoTagsRequest) SetPage

func (s *GetRepoTagsRequest) SetPage(v int32) *GetRepoTagsRequest

func (*GetRepoTagsRequest) SetPageSize

func (s *GetRepoTagsRequest) SetPageSize(v int32) *GetRepoTagsRequest

func (GetRepoTagsRequest) String

func (s GetRepoTagsRequest) String() string

type GetRepoTagsResponse

type GetRepoTagsResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetRepoTagsResponse) GoString

func (s GetRepoTagsResponse) GoString() string

func (*GetRepoTagsResponse) SetHeaders

func (s *GetRepoTagsResponse) SetHeaders(v map[string]*string) *GetRepoTagsResponse

func (GetRepoTagsResponse) String

func (s GetRepoTagsResponse) String() string

type GetRepoWebhookResponse

type GetRepoWebhookResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetRepoWebhookResponse) GoString

func (s GetRepoWebhookResponse) GoString() string

func (*GetRepoWebhookResponse) SetHeaders

func (s *GetRepoWebhookResponse) SetHeaders(v map[string]*string) *GetRepoWebhookResponse

func (GetRepoWebhookResponse) String

func (s GetRepoWebhookResponse) String() string

type GetResourceQuotaResponse

type GetResourceQuotaResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (GetResourceQuotaResponse) GoString

func (s GetResourceQuotaResponse) GoString() string

func (*GetResourceQuotaResponse) SetHeaders

func (s *GetResourceQuotaResponse) SetHeaders(v map[string]*string) *GetResourceQuotaResponse

func (GetResourceQuotaResponse) String

func (s GetResourceQuotaResponse) String() string

type StartImageScanResponse

type StartImageScanResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (StartImageScanResponse) GoString

func (s StartImageScanResponse) GoString() string

func (*StartImageScanResponse) SetHeaders

func (s *StartImageScanResponse) SetHeaders(v map[string]*string) *StartImageScanResponse

func (StartImageScanResponse) String

func (s StartImageScanResponse) String() string

type StartRepoBuildByRuleResponse

type StartRepoBuildByRuleResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (StartRepoBuildByRuleResponse) GoString

func (s StartRepoBuildByRuleResponse) GoString() string

func (*StartRepoBuildByRuleResponse) SetHeaders

func (s *StartRepoBuildByRuleResponse) SetHeaders(v map[string]*string) *StartRepoBuildByRuleResponse

func (StartRepoBuildByRuleResponse) String

func (s StartRepoBuildByRuleResponse) String() string

type UpdateNamespaceResponse

type UpdateNamespaceResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (UpdateNamespaceResponse) GoString

func (s UpdateNamespaceResponse) GoString() string

func (*UpdateNamespaceResponse) SetHeaders

func (s *UpdateNamespaceResponse) SetHeaders(v map[string]*string) *UpdateNamespaceResponse

func (UpdateNamespaceResponse) String

func (s UpdateNamespaceResponse) String() string

type UpdateRepoBuildRuleResponse

type UpdateRepoBuildRuleResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (UpdateRepoBuildRuleResponse) GoString

func (s UpdateRepoBuildRuleResponse) GoString() string

func (*UpdateRepoBuildRuleResponse) SetHeaders

func (s *UpdateRepoBuildRuleResponse) SetHeaders(v map[string]*string) *UpdateRepoBuildRuleResponse

func (UpdateRepoBuildRuleResponse) String

func (s UpdateRepoBuildRuleResponse) String() string

type UpdateRepoResponse

type UpdateRepoResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (UpdateRepoResponse) GoString

func (s UpdateRepoResponse) GoString() string

func (*UpdateRepoResponse) SetHeaders

func (s *UpdateRepoResponse) SetHeaders(v map[string]*string) *UpdateRepoResponse

func (UpdateRepoResponse) String

func (s UpdateRepoResponse) String() string

type UpdateRepoWebhookResponse

type UpdateRepoWebhookResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (UpdateRepoWebhookResponse) GoString

func (s UpdateRepoWebhookResponse) GoString() string

func (*UpdateRepoWebhookResponse) SetHeaders

func (s *UpdateRepoWebhookResponse) SetHeaders(v map[string]*string) *UpdateRepoWebhookResponse

func (UpdateRepoWebhookResponse) String

func (s UpdateRepoWebhookResponse) String() string

type UpdateUserInfoResponse

type UpdateUserInfoResponse struct {
    Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}

func (UpdateUserInfoResponse) GoString

func (s UpdateUserInfoResponse) GoString() string

func (*UpdateUserInfoResponse) SetHeaders

func (s *UpdateUserInfoResponse) SetHeaders(v map[string]*string) *UpdateUserInfoResponse

func (UpdateUserInfoResponse) String

func (s UpdateUserInfoResponse) String() string