Versions in this module Expand all Collapse all v2 v2.0.1 Sep 29, 2020 Changes in this version + type AdminJobSchedule struct + Parameters map[string]bool + Schedule *AdminJobScheduleObj + func (m *AdminJobSchedule) MarshalBinary() ([]byte, error) + func (m *AdminJobSchedule) UnmarshalBinary(b []byte) error + func (m *AdminJobSchedule) Validate(formats strfmt.Registry) error + type AdminJobScheduleObj struct + Cron string + Type string + func (m *AdminJobScheduleObj) MarshalBinary() ([]byte, error) + func (m *AdminJobScheduleObj) UnmarshalBinary(b []byte) error + func (m *AdminJobScheduleObj) Validate(formats strfmt.Registry) error + type BadRequestFormatedError struct + func (m *BadRequestFormatedError) MarshalBinary() ([]byte, error) + func (m *BadRequestFormatedError) UnmarshalBinary(b []byte) error + func (m *BadRequestFormatedError) UnmarshalJSON(raw []byte) error + func (m *BadRequestFormatedError) Validate(formats strfmt.Registry) error + func (m BadRequestFormatedError) MarshalJSON() ([]byte, error) + type BoolConfigItem struct + Editable bool + Value bool + func (m *BoolConfigItem) MarshalBinary() ([]byte, error) + func (m *BoolConfigItem) UnmarshalBinary(b []byte) error + func (m *BoolConfigItem) Validate(formats strfmt.Registry) error + type CVEWhitelist struct + ExpiresAt int64 + ID int64 + Items []*CVEWhitelistItem + ProjectID int64 + func (m *CVEWhitelist) MarshalBinary() ([]byte, error) + func (m *CVEWhitelist) UnmarshalBinary(b []byte) error + func (m *CVEWhitelist) Validate(formats strfmt.Registry) error + type CVEWhitelistItem struct + CveID string + func (m *CVEWhitelistItem) MarshalBinary() ([]byte, error) + func (m *CVEWhitelistItem) UnmarshalBinary(b []byte) error + func (m *CVEWhitelistItem) Validate(formats strfmt.Registry) error + type ChartAPIError struct + Error *string + func (m *ChartAPIError) MarshalBinary() ([]byte, error) + func (m *ChartAPIError) UnmarshalBinary(b []byte) error + func (m *ChartAPIError) Validate(formats strfmt.Registry) error + type ChartMetadata struct + APIVersion *string + AppVersion *string + Deprecated bool + Description string + Engine *string + Home string + Icon *string + Keywords []string + Name *string + Sources []string + Version *string + func (m *ChartMetadata) MarshalBinary() ([]byte, error) + func (m *ChartMetadata) UnmarshalBinary(b []byte) error + func (m *ChartMetadata) Validate(formats strfmt.Registry) error + type ChartVersion struct + Created string + Digest string + Labels Labels + Removed bool + Urls []string + func (m *ChartVersion) MarshalBinary() ([]byte, error) + func (m *ChartVersion) UnmarshalBinary(b []byte) error + func (m *ChartVersion) UnmarshalJSON(raw []byte) error + func (m *ChartVersion) Validate(formats strfmt.Registry) error + func (m ChartVersion) MarshalJSON() ([]byte, error) + type ComponentHealthStatus struct + Error string + Name string + Status string + func (m *ComponentHealthStatus) MarshalBinary() ([]byte, error) + func (m *ComponentHealthStatus) UnmarshalBinary(b []byte) error + func (m *ComponentHealthStatus) Validate(formats strfmt.Registry) error + type ComponentOverviewEntry struct + Count int64 + Severity int64 + func (m *ComponentOverviewEntry) MarshalBinary() ([]byte, error) + func (m *ComponentOverviewEntry) UnmarshalBinary(b []byte) error + func (m *ComponentOverviewEntry) Validate(formats strfmt.Registry) error + type Configurations struct + AuthMode string + CountPerProject string + EmailFrom string + EmailHost string + EmailIdentity string + EmailInsecure bool + EmailPort int64 + EmailSsl bool + EmailUsername string + LdapBaseDn string + LdapFilter string + LdapGroupAdminDn string + LdapGroupAttributeName string + LdapGroupBaseDn string + LdapGroupSearchFilter string + LdapGroupSearchScope int64 + LdapScope int64 + LdapSearchDn string + LdapTimeout int64 + LdapUID string + LdapURL string + OidcClientID string + OidcClientSecret string + OidcEndpoint string + OidcName string + OidcScope string + OidcVerifyCert bool + ProjectCreationRestriction string + QuotaPerProjectEnable bool + ReadOnly bool + ScanAllPolicy *ConfigurationsScanAllPolicy + SelfRegistration bool + StoragePerProject string + TokenExpiration int64 + VerifyRemoteCert bool + func (m *Configurations) MarshalBinary() ([]byte, error) + func (m *Configurations) UnmarshalBinary(b []byte) error + func (m *Configurations) Validate(formats strfmt.Registry) error + type ConfigurationsResponse struct + AuthMode *StringConfigItem + CountPerProject *IntegerConfigItem + EmailFrom *StringConfigItem + EmailHost *StringConfigItem + EmailIdentity *StringConfigItem + EmailInsecure *BoolConfigItem + EmailPort *IntegerConfigItem + EmailSsl *BoolConfigItem + EmailUsername *StringConfigItem + LdapBaseDn *StringConfigItem + LdapFilter *StringConfigItem + LdapGroupAdminDn *StringConfigItem + LdapGroupAttributeName *StringConfigItem + LdapGroupBaseDn *StringConfigItem + LdapGroupSearchFilter *StringConfigItem + LdapGroupSearchScope *IntegerConfigItem + LdapScope int64 + LdapSearchDn string + LdapTimeout *IntegerConfigItem + LdapUID *StringConfigItem + LdapURL *StringConfigItem + OidcClientID *StringConfigItem + OidcEndpoint *StringConfigItem + OidcName *StringConfigItem + OidcScope *StringConfigItem + OidcVerifyCert *BoolConfigItem + ProjectCreationRestriction *StringConfigItem + QuotaPerProjectEnable *BoolConfigItem + ReadOnly *BoolConfigItem + ScanAllPolicy *ConfigurationsResponseScanAllPolicy + SelfRegistration *BoolConfigItem + StoragePerProject *IntegerConfigItem + TokenExpiration *IntegerConfigItem + VerifyRemoteCert *BoolConfigItem + func (m *ConfigurationsResponse) MarshalBinary() ([]byte, error) + func (m *ConfigurationsResponse) UnmarshalBinary(b []byte) error + func (m *ConfigurationsResponse) Validate(formats strfmt.Registry) error + type ConfigurationsResponseScanAllPolicy struct + Parameter *ConfigurationsResponseScanAllPolicyParameter + Type string + func (m *ConfigurationsResponseScanAllPolicy) MarshalBinary() ([]byte, error) + func (m *ConfigurationsResponseScanAllPolicy) UnmarshalBinary(b []byte) error + func (m *ConfigurationsResponseScanAllPolicy) Validate(formats strfmt.Registry) error + type ConfigurationsResponseScanAllPolicyParameter struct + DailyTime int64 + func (m *ConfigurationsResponseScanAllPolicyParameter) MarshalBinary() ([]byte, error) + func (m *ConfigurationsResponseScanAllPolicyParameter) UnmarshalBinary(b []byte) error + func (m *ConfigurationsResponseScanAllPolicyParameter) Validate(formats strfmt.Registry) error + type ConfigurationsScanAllPolicy struct + Parameter *ConfigurationsScanAllPolicyParameter + Type string + func (m *ConfigurationsScanAllPolicy) MarshalBinary() ([]byte, error) + func (m *ConfigurationsScanAllPolicy) UnmarshalBinary(b []byte) error + func (m *ConfigurationsScanAllPolicy) Validate(formats strfmt.Registry) error + type ConfigurationsScanAllPolicyParameter struct + DailyTime int64 + func (m *ConfigurationsScanAllPolicyParameter) MarshalBinary() ([]byte, error) + func (m *ConfigurationsScanAllPolicyParameter) UnmarshalBinary(b []byte) error + func (m *ConfigurationsScanAllPolicyParameter) Validate(formats strfmt.Registry) error + type ConflictFormatedError struct + func (m *ConflictFormatedError) MarshalBinary() ([]byte, error) + func (m *ConflictFormatedError) UnmarshalBinary(b []byte) error + func (m *ConflictFormatedError) UnmarshalJSON(raw []byte) error + func (m *ConflictFormatedError) Validate(formats strfmt.Registry) error + func (m ConflictFormatedError) MarshalJSON() ([]byte, error) + type EmailServerSetting struct + EmailHost string + EmailIdentity string + EmailPassword string + EmailPort int64 + EmailSsl bool + EmailUsername string + func (m *EmailServerSetting) MarshalBinary() ([]byte, error) + func (m *EmailServerSetting) UnmarshalBinary(b []byte) error + func (m *EmailServerSetting) Validate(formats strfmt.Registry) error + type EventType string + func (m EventType) Validate(formats strfmt.Registry) error + type FilterStyle struct + Style string + Type string + Values []string + func (m *FilterStyle) MarshalBinary() ([]byte, error) + func (m *FilterStyle) UnmarshalBinary(b []byte) error + func (m *FilterStyle) Validate(formats strfmt.Registry) error + type ForbiddenChartAPIError struct + func (m *ForbiddenChartAPIError) MarshalBinary() ([]byte, error) + func (m *ForbiddenChartAPIError) UnmarshalBinary(b []byte) error + func (m *ForbiddenChartAPIError) UnmarshalJSON(raw []byte) error + func (m *ForbiddenChartAPIError) Validate(formats strfmt.Registry) error + func (m ForbiddenChartAPIError) MarshalJSON() ([]byte, error) + type GCResult struct + CreationTime string + Deleted bool + ID int64 + JobKind string + JobName string + JobParameters string + JobStatus string + Schedule *AdminJobScheduleObj + UpdateTime string + func (m *GCResult) MarshalBinary() ([]byte, error) + func (m *GCResult) UnmarshalBinary(b []byte) error + func (m *GCResult) Validate(formats strfmt.Registry) error + type GeneralInfo struct + AuthMode string + ExternalURL string + HarborVersion string + HasCaRoot bool + ProjectCreationRestriction string + RegistryURL string + SelfRegistration bool + WithChartmuseum bool + WithNotary bool + func (m *GeneralInfo) MarshalBinary() ([]byte, error) + func (m *GeneralInfo) UnmarshalBinary(b []byte) error + func (m *GeneralInfo) Validate(formats strfmt.Registry) error + type ImmutableTagRule struct + Enabled bool + ID int64 + ProjectID int64 + TagFilter string + func (m *ImmutableTagRule) MarshalBinary() ([]byte, error) + func (m *ImmutableTagRule) UnmarshalBinary(b []byte) error + func (m *ImmutableTagRule) Validate(formats strfmt.Registry) error + type InsufficientStorageChartAPIError struct + func (m *InsufficientStorageChartAPIError) MarshalBinary() ([]byte, error) + func (m *InsufficientStorageChartAPIError) UnmarshalBinary(b []byte) error + func (m *InsufficientStorageChartAPIError) UnmarshalJSON(raw []byte) error + func (m *InsufficientStorageChartAPIError) Validate(formats strfmt.Registry) error + func (m InsufficientStorageChartAPIError) MarshalJSON() ([]byte, error) + type IntegerConfigItem struct + Editable bool + Value int64 + func (m *IntegerConfigItem) MarshalBinary() ([]byte, error) + func (m *IntegerConfigItem) UnmarshalBinary(b []byte) error + func (m *IntegerConfigItem) Validate(formats strfmt.Registry) error + type InternalChartAPIError struct + func (m *InternalChartAPIError) MarshalBinary() ([]byte, error) + func (m *InternalChartAPIError) UnmarshalBinary(b []byte) error + func (m *InternalChartAPIError) UnmarshalJSON(raw []byte) error + func (m *InternalChartAPIError) Validate(formats strfmt.Registry) error + func (m InternalChartAPIError) MarshalJSON() ([]byte, error) + type IsDefault struct + IsDefault bool + func (m *IsDefault) MarshalBinary() ([]byte, error) + func (m *IsDefault) UnmarshalBinary(b []byte) error + func (m *IsDefault) Validate(formats strfmt.Registry) error + type Label struct + Color string + CreationTime string + Deleted bool + Description string + ID int64 + Name string + ProjectID int64 + Scope string + UpdateTime string + func (m *Label) MarshalBinary() ([]byte, error) + func (m *Label) UnmarshalBinary(b []byte) error + func (m *Label) Validate(formats strfmt.Registry) error + type Labels []*Label + func (m Labels) Validate(formats strfmt.Registry) error + type LdapConf struct + LdapBaseDn string + LdapConnectionTimeout int64 + LdapFilter string + LdapScope int64 + LdapSearchDn string + LdapSearchPassword string + LdapUID string + LdapURL string + func (m *LdapConf) MarshalBinary() ([]byte, error) + func (m *LdapConf) UnmarshalBinary(b []byte) error + func (m *LdapConf) Validate(formats strfmt.Registry) error + type LdapFailedImportUsers struct + Error string + LdapUID string + func (m *LdapFailedImportUsers) MarshalBinary() ([]byte, error) + func (m *LdapFailedImportUsers) UnmarshalBinary(b []byte) error + func (m *LdapFailedImportUsers) Validate(formats strfmt.Registry) error + type LdapImportUsers struct + LdapUIDList []string + func (m *LdapImportUsers) MarshalBinary() ([]byte, error) + func (m *LdapImportUsers) UnmarshalBinary(b []byte) error + func (m *LdapImportUsers) Validate(formats strfmt.Registry) error + type LdapUsers struct + LdapEmail string + LdapRealname string + LdapUsername string + func (m *LdapUsers) MarshalBinary() ([]byte, error) + func (m *LdapUsers) UnmarshalBinary(b []byte) error + func (m *LdapUsers) Validate(formats strfmt.Registry) error + type Namespace struct + Metadata interface{} + Name string + func (m *Namespace) MarshalBinary() ([]byte, error) + func (m *Namespace) UnmarshalBinary(b []byte) error + func (m *Namespace) Validate(formats strfmt.Registry) error + type NotFoundChartAPIError struct + func (m *NotFoundChartAPIError) MarshalBinary() ([]byte, error) + func (m *NotFoundChartAPIError) UnmarshalBinary(b []byte) error + func (m *NotFoundChartAPIError) UnmarshalJSON(raw []byte) error + func (m *NotFoundChartAPIError) Validate(formats strfmt.Registry) error + func (m NotFoundChartAPIError) MarshalJSON() ([]byte, error) + type NotifyType string + func (m NotifyType) Validate(formats strfmt.Registry) error + type OverallHealthStatus struct + Components []*ComponentHealthStatus + Status string + func (m *OverallHealthStatus) MarshalBinary() ([]byte, error) + func (m *OverallHealthStatus) UnmarshalBinary(b []byte) error + func (m *OverallHealthStatus) Validate(formats strfmt.Registry) error + type Password struct + NewPassword string + OldPassword string + func (m *Password) MarshalBinary() ([]byte, error) + func (m *Password) UnmarshalBinary(b []byte) error + func (m *Password) Validate(formats strfmt.Registry) error + type Permission struct + Action string + Resource string + func (m *Permission) MarshalBinary() ([]byte, error) + func (m *Permission) UnmarshalBinary(b []byte) error + func (m *Permission) Validate(formats strfmt.Registry) error + type PingRegistry struct + AccessKey string + AccessSecret string + CredentialType string + ID int64 + Insecure bool + Type string + URL string + func (m *PingRegistry) MarshalBinary() ([]byte, error) + func (m *PingRegistry) UnmarshalBinary(b []byte) error + func (m *PingRegistry) Validate(formats strfmt.Registry) error + type Project struct + ChartCount int64 + CreationTime string + CurrentUserRoleID int64 + CurrentUserRoleIds []int32 + CveWhitelist *CVEWhitelist + Deleted bool + Metadata *ProjectMetadata + Name string + OwnerID int32 + OwnerName string + ProjectID int32 + RepoCount int64 + Togglable bool + UpdateTime string + func (m *Project) MarshalBinary() ([]byte, error) + func (m *Project) UnmarshalBinary(b []byte) error + func (m *Project) Validate(formats strfmt.Registry) error + type ProjectMember struct + MemberGroup *UserGroup + MemberUser *UserEntity + RoleID int64 + func (m *ProjectMember) MarshalBinary() ([]byte, error) + func (m *ProjectMember) UnmarshalBinary(b []byte) error + func (m *ProjectMember) Validate(formats strfmt.Registry) error + type ProjectMemberEntity struct + EntityID int64 + EntityName string + EntityType string + ID int64 + ProjectID int64 + RoleID int64 + RoleName string + func (m *ProjectMemberEntity) MarshalBinary() ([]byte, error) + func (m *ProjectMemberEntity) UnmarshalBinary(b []byte) error + func (m *ProjectMemberEntity) Validate(formats strfmt.Registry) error + type ProjectMetadata struct + AutoScan string + EnableContentTrust string + PreventVul string + Public string + ReuseSysCveWhitelist string + Severity string + func (m *ProjectMetadata) MarshalBinary() ([]byte, error) + func (m *ProjectMetadata) UnmarshalBinary(b []byte) error + func (m *ProjectMetadata) Validate(formats strfmt.Registry) error + type ProjectReq struct + CountLimit int64 + CveWhitelist *CVEWhitelist + Metadata *ProjectMetadata + ProjectName string + StorageLimit int64 + func (m *ProjectReq) MarshalBinary() ([]byte, error) + func (m *ProjectReq) UnmarshalBinary(b []byte) error + func (m *ProjectReq) Validate(formats strfmt.Registry) error + type ProjectScanner struct + UUID string + func (m *ProjectScanner) MarshalBinary() ([]byte, error) + func (m *ProjectScanner) UnmarshalBinary(b []byte) error + func (m *ProjectScanner) Validate(formats strfmt.Registry) error + type ProjectSummary struct + ChartCount int64 + DeveloperCount int64 + GuestCount int64 + MasterCount int64 + ProjectAdminCount int64 + Quota *ProjectSummaryQuota + RepoCount int64 + func (m *ProjectSummary) MarshalBinary() ([]byte, error) + func (m *ProjectSummary) UnmarshalBinary(b []byte) error + func (m *ProjectSummary) Validate(formats strfmt.Registry) error + type ProjectSummaryQuota struct + Hard ResourceList + Used ResourceList + func (m *ProjectSummaryQuota) MarshalBinary() ([]byte, error) + func (m *ProjectSummaryQuota) UnmarshalBinary(b []byte) error + func (m *ProjectSummaryQuota) Validate(formats strfmt.Registry) error + type PutRegistry struct + AccessKey string + AccessSecret string + CredentialType string + Description string + Insecure bool + Name string + URL string + func (m *PutRegistry) MarshalBinary() ([]byte, error) + func (m *PutRegistry) UnmarshalBinary(b []byte) error + func (m *PutRegistry) Validate(formats strfmt.Registry) error + type Quota struct + CreationTime string + Hard ResourceList + ID int64 + Ref QuotaRefObject + UpdateTime string + Used ResourceList + func (m *Quota) MarshalBinary() ([]byte, error) + func (m *Quota) UnmarshalBinary(b []byte) error + func (m *Quota) Validate(formats strfmt.Registry) error + type QuotaRefObject interface + type QuotaSwitcher struct + Enabled bool + func (m *QuotaSwitcher) MarshalBinary() ([]byte, error) + func (m *QuotaSwitcher) UnmarshalBinary(b []byte) error + func (m *QuotaSwitcher) Validate(formats strfmt.Registry) error + type QuotaUpdateReq struct + Hard ResourceList + func (m *QuotaUpdateReq) MarshalBinary() ([]byte, error) + func (m *QuotaUpdateReq) UnmarshalBinary(b []byte) error + func (m *QuotaUpdateReq) Validate(formats strfmt.Registry) error + type Registry struct + CreationTime string + Credential *RegistryCredential + Description string + ID int64 + Insecure bool + Name string + Status string + Type string + URL string + UpdateTime string + func (m *Registry) MarshalBinary() ([]byte, error) + func (m *Registry) UnmarshalBinary(b []byte) error + func (m *Registry) Validate(formats strfmt.Registry) error + type RegistryCredential struct + AccessKey string + AccessSecret string + Type string + func (m *RegistryCredential) MarshalBinary() ([]byte, error) + func (m *RegistryCredential) UnmarshalBinary(b []byte) error + func (m *RegistryCredential) Validate(formats strfmt.Registry) error + type RegistryInfo struct + Description string + SupportedResourceFilters []*FilterStyle + SupportedTriggers []string + Type string + func (m *RegistryInfo) MarshalBinary() ([]byte, error) + func (m *RegistryInfo) UnmarshalBinary(b []byte) error + func (m *RegistryInfo) Validate(formats strfmt.Registry) error + type ReplicationExecution struct + EndTime string + Failed int64 + ID int64 + InProgress int64 + PolicyID int64 + StartTime string + Status string + StatusText string + Stopped int64 + Succeed int64 + Total int64 + Trigger string + func (m *ReplicationExecution) MarshalBinary() ([]byte, error) + func (m *ReplicationExecution) UnmarshalBinary(b []byte) error + func (m *ReplicationExecution) Validate(formats strfmt.Registry) error + type ReplicationFilter struct + Type string + Value string + func (m *ReplicationFilter) MarshalBinary() ([]byte, error) + func (m *ReplicationFilter) UnmarshalBinary(b []byte) error + func (m *ReplicationFilter) Validate(formats strfmt.Registry) error + type ReplicationPolicy struct + CreationTime string + Deletion bool + Description string + DestNamespace string + DestRegistry *Registry + Enabled bool + Filters []*ReplicationFilter + ID int64 + Name string + Override bool + SrcRegistry *Registry + Trigger *ReplicationTrigger + UpdateTime string + func (m *ReplicationPolicy) MarshalBinary() ([]byte, error) + func (m *ReplicationPolicy) UnmarshalBinary(b []byte) error + func (m *ReplicationPolicy) Validate(formats strfmt.Registry) error + type ReplicationTask struct + DstResource string + EndTime string + ExecutionID int64 + ID int64 + JobID string + ResourceType string + SrcResource string + StartTime string + Status string + func (m *ReplicationTask) MarshalBinary() ([]byte, error) + func (m *ReplicationTask) UnmarshalBinary(b []byte) error + func (m *ReplicationTask) Validate(formats strfmt.Registry) error + type ReplicationTrigger struct + TriggerSettings *TriggerSettings + Type string + func (m *ReplicationTrigger) MarshalBinary() ([]byte, error) + func (m *ReplicationTrigger) UnmarshalBinary(b []byte) error + func (m *ReplicationTrigger) Validate(formats strfmt.Registry) error + type ResourceList map[string]int64 + func (m ResourceList) Validate(formats strfmt.Registry) error + type RetentionExecution struct + DryRun bool + EndTime string + ID int64 + PolicyID int64 + StartTime string + Status string + Trigger string + func (m *RetentionExecution) MarshalBinary() ([]byte, error) + func (m *RetentionExecution) UnmarshalBinary(b []byte) error + func (m *RetentionExecution) Validate(formats strfmt.Registry) error + type RetentionExecutionTask struct + EndTime string + ExecutionID int64 + ID int64 + JobID string + Repository string + Retained int64 + StartTime string + Status string + StatusCode int64 + StatusRevision int64 + Total int64 + func (m *RetentionExecutionTask) MarshalBinary() ([]byte, error) + func (m *RetentionExecutionTask) UnmarshalBinary(b []byte) error + func (m *RetentionExecutionTask) Validate(formats strfmt.Registry) error + type RetentionMetadata struct + ScopeSelectors []*RetentionSelectorMetadata + TagSelectors []*RetentionSelectorMetadata + Templates []*RetentionRuleMetadata + func (m *RetentionMetadata) MarshalBinary() ([]byte, error) + func (m *RetentionMetadata) UnmarshalBinary(b []byte) error + func (m *RetentionMetadata) Validate(formats strfmt.Registry) error + type RetentionPolicy struct + Algorithm string + ID int64 + Rules []*RetentionRule + Scope *RetentionPolicyScope + Trigger *RetentionRuleTrigger + func (m *RetentionPolicy) MarshalBinary() ([]byte, error) + func (m *RetentionPolicy) UnmarshalBinary(b []byte) error + func (m *RetentionPolicy) Validate(formats strfmt.Registry) error + type RetentionPolicyScope struct + Level string + Ref int64 + func (m *RetentionPolicyScope) MarshalBinary() ([]byte, error) + func (m *RetentionPolicyScope) UnmarshalBinary(b []byte) error + func (m *RetentionPolicyScope) Validate(formats strfmt.Registry) error + type RetentionRule struct + Action string + Disabled bool + ID int64 + Params map[string]interface{} + Priority int64 + ScopeSelectors map[string][]RetentionSelector + TagSelectors []*RetentionSelector + Template string + func (m *RetentionRule) MarshalBinary() ([]byte, error) + func (m *RetentionRule) UnmarshalBinary(b []byte) error + func (m *RetentionRule) Validate(formats strfmt.Registry) error + type RetentionRuleMetadata struct + Action string + DisplayText string + Params []*RetentionRuleParamMetadata + RuleTemplate string + func (m *RetentionRuleMetadata) MarshalBinary() ([]byte, error) + func (m *RetentionRuleMetadata) UnmarshalBinary(b []byte) error + func (m *RetentionRuleMetadata) Validate(formats strfmt.Registry) error + type RetentionRuleParamMetadata struct + Required bool + Type string + Unit string + func (m *RetentionRuleParamMetadata) MarshalBinary() ([]byte, error) + func (m *RetentionRuleParamMetadata) UnmarshalBinary(b []byte) error + func (m *RetentionRuleParamMetadata) Validate(formats strfmt.Registry) error + type RetentionRuleTrigger struct + Kind string + References interface{} + Settings interface{} + func (m *RetentionRuleTrigger) MarshalBinary() ([]byte, error) + func (m *RetentionRuleTrigger) UnmarshalBinary(b []byte) error + func (m *RetentionRuleTrigger) Validate(formats strfmt.Registry) error + type RetentionSelector struct + Decoration string + Extras string + Kind string + Pattern string + func (m *RetentionSelector) MarshalBinary() ([]byte, error) + func (m *RetentionSelector) UnmarshalBinary(b []byte) error + func (m *RetentionSelector) Validate(formats strfmt.Registry) error + type RetentionSelectorMetadata struct + Decorations []string + DisplayText string + Kind string + func (m *RetentionSelectorMetadata) MarshalBinary() ([]byte, error) + func (m *RetentionSelectorMetadata) UnmarshalBinary(b []byte) error + func (m *RetentionSelectorMetadata) Validate(formats strfmt.Registry) error + type RobotAccount struct + CreationTime string + Description string + Disabled bool + ExpiresAt int64 + ID int64 + Name string + ProjectID int64 + UpdateTime string + func (m *RobotAccount) MarshalBinary() ([]byte, error) + func (m *RobotAccount) UnmarshalBinary(b []byte) error + func (m *RobotAccount) Validate(formats strfmt.Registry) error + type RobotAccountAccess struct + Action string + Resource string + func (m *RobotAccountAccess) MarshalBinary() ([]byte, error) + func (m *RobotAccountAccess) UnmarshalBinary(b []byte) error + func (m *RobotAccountAccess) Validate(formats strfmt.Registry) error + type RobotAccountCreate struct + Access []*RobotAccountAccess + Description string + ExpiresAt int64 + Name string + func (m *RobotAccountCreate) MarshalBinary() ([]byte, error) + func (m *RobotAccountCreate) UnmarshalBinary(b []byte) error + func (m *RobotAccountCreate) Validate(formats strfmt.Registry) error + type RobotAccountPostRep struct + Name string + Token string + func (m *RobotAccountPostRep) MarshalBinary() ([]byte, error) + func (m *RobotAccountPostRep) UnmarshalBinary(b []byte) error + func (m *RobotAccountPostRep) Validate(formats strfmt.Registry) error + type RobotAccountUpdate struct + Disabled bool + func (m *RobotAccountUpdate) MarshalBinary() ([]byte, error) + func (m *RobotAccountUpdate) UnmarshalBinary(b []byte) error + func (m *RobotAccountUpdate) Validate(formats strfmt.Registry) error + type Role struct + RoleCode string + RoleID int32 + RoleMask string + RoleName string + func (m *Role) MarshalBinary() ([]byte, error) + func (m *Role) UnmarshalBinary(b []byte) error + func (m *Role) Validate(formats strfmt.Registry) error + type RoleParam struct + Roles []int32 + Username string + func (m *RoleParam) MarshalBinary() ([]byte, error) + func (m *RoleParam) UnmarshalBinary(b []byte) error + func (m *RoleParam) Validate(formats strfmt.Registry) error + type RoleRequest struct + RoleID int64 + func (m *RoleRequest) MarshalBinary() ([]byte, error) + func (m *RoleRequest) UnmarshalBinary(b []byte) error + func (m *RoleRequest) Validate(formats strfmt.Registry) error + type Scanner struct + Name string + Vendor string + Version string + func (m *Scanner) MarshalBinary() ([]byte, error) + func (m *Scanner) UnmarshalBinary(b []byte) error + func (m *Scanner) Validate(formats strfmt.Registry) error + type ScannerAdapterMetadata struct + Capabilities []*ScannerCapability + Name *Scanner + Properties map[string]string + func (m *ScannerAdapterMetadata) MarshalBinary() ([]byte, error) + func (m *ScannerAdapterMetadata) UnmarshalBinary(b []byte) error + func (m *ScannerAdapterMetadata) Validate(formats strfmt.Registry) error + type ScannerCapability struct + ConsumesMimeTypes []string + ProducesMimeTypes []string + func (m *ScannerCapability) MarshalBinary() ([]byte, error) + func (m *ScannerCapability) UnmarshalBinary(b []byte) error + func (m *ScannerCapability) Validate(formats strfmt.Registry) error + type ScannerRegistration struct + AccessCredential string + Adapter string + Auth string + Description string + Disabled *bool + Health string + IsDefault *bool + Name string + SkipCertVerify *bool + URL string + UUID string + UseInternalAddr *bool + Vendor string + Version string + func (m *ScannerRegistration) MarshalBinary() ([]byte, error) + func (m *ScannerRegistration) UnmarshalBinary(b []byte) error + func (m *ScannerRegistration) Validate(formats strfmt.Registry) error + type ScannerRegistrationReq struct + AccessCredential string + Auth string + Description string + Disabled *bool + Name string + SkipCertVerify *bool + URL string + UseInternalAddr *bool + func (m *ScannerRegistrationReq) MarshalBinary() ([]byte, error) + func (m *ScannerRegistrationReq) UnmarshalBinary(b []byte) error + func (m *ScannerRegistrationReq) Validate(formats strfmt.Registry) error + type ScannerRegistrationSettings struct + AccessCredential string + Auth string + Name string + URL string + func (m *ScannerRegistrationSettings) MarshalBinary() ([]byte, error) + func (m *ScannerRegistrationSettings) UnmarshalBinary(b []byte) error + func (m *ScannerRegistrationSettings) Validate(formats strfmt.Registry) error + type Search struct + Chart []*SearchResult + Project []*Project + Repository []*SearchRepository + func (m *Search) MarshalBinary() ([]byte, error) + func (m *Search) UnmarshalBinary(b []byte) error + func (m *Search) Validate(formats strfmt.Registry) error + type SearchRepository struct + ArtifactCount int64 + ProjectID int64 + ProjectName string + ProjectPublic bool + PullCount int64 + RepositoryName string + func (m *SearchRepository) MarshalBinary() ([]byte, error) + func (m *SearchRepository) UnmarshalBinary(b []byte) error + func (m *SearchRepository) Validate(formats strfmt.Registry) error + type SearchResult struct + Chart *ChartVersion + Name string + Score int64 + func (m *SearchResult) MarshalBinary() ([]byte, error) + func (m *SearchResult) UnmarshalBinary(b []byte) error + func (m *SearchResult) Validate(formats strfmt.Registry) error + type StatisticMap struct + PrivateProjectCount int32 + PrivateRepoCount int32 + PublicProjectCount int32 + PublicRepoCount int32 + TotalProjectCount int32 + TotalRepoCount int32 + func (m *StatisticMap) MarshalBinary() ([]byte, error) + func (m *StatisticMap) UnmarshalBinary(b []byte) error + func (m *StatisticMap) Validate(formats strfmt.Registry) error + type Stats struct + Completed int64 + Metrics map[string]int64 + Requester string + Total int64 + func (m *Stats) MarshalBinary() ([]byte, error) + func (m *Stats) UnmarshalBinary(b []byte) error + func (m *Stats) Validate(formats strfmt.Registry) error + type Storage struct + Free int64 + Total int64 + func (m *Storage) MarshalBinary() ([]byte, error) + func (m *Storage) UnmarshalBinary(b []byte) error + func (m *Storage) Validate(formats strfmt.Registry) error + type StringConfigItem struct + Editable bool + Value string + func (m *StringConfigItem) MarshalBinary() ([]byte, error) + func (m *StringConfigItem) UnmarshalBinary(b []byte) error + func (m *StringConfigItem) Validate(formats strfmt.Registry) error + type SupportedWebhookEventTypes struct + EventType []EventType + NotifyType []NotifyType + func (m *SupportedWebhookEventTypes) MarshalBinary() ([]byte, error) + func (m *SupportedWebhookEventTypes) UnmarshalBinary(b []byte) error + func (m *SupportedWebhookEventTypes) Validate(formats strfmt.Registry) error + type SysAdminFlag struct + SysadminFlag bool + func (m *SysAdminFlag) MarshalBinary() ([]byte, error) + func (m *SysAdminFlag) UnmarshalBinary(b []byte) error + func (m *SysAdminFlag) Validate(formats strfmt.Registry) error + type SystemInfo struct + Storage []*Storage + func (m *SystemInfo) MarshalBinary() ([]byte, error) + func (m *SystemInfo) UnmarshalBinary(b []byte) error + func (m *SystemInfo) Validate(formats strfmt.Registry) error + type TriggerSettings struct + Cron string + func (m *TriggerSettings) MarshalBinary() ([]byte, error) + func (m *TriggerSettings) UnmarshalBinary(b []byte) error + func (m *TriggerSettings) Validate(formats strfmt.Registry) error + type UnauthorizedChartAPIError struct + func (m *UnauthorizedChartAPIError) MarshalBinary() ([]byte, error) + func (m *UnauthorizedChartAPIError) UnmarshalBinary(b []byte) error + func (m *UnauthorizedChartAPIError) UnmarshalJSON(raw []byte) error + func (m *UnauthorizedChartAPIError) Validate(formats strfmt.Registry) error + func (m UnauthorizedChartAPIError) MarshalJSON() ([]byte, error) + type User struct + AdminRoleInAuth bool + Comment string + CreationTime string + Deleted bool + Email string + Password string + Realname string + ResetUUID string + RoleID int64 + RoleName string + Salt string + SysadminFlag bool + UpdateTime string + UserID int64 + Username string + func (m *User) MarshalBinary() ([]byte, error) + func (m *User) UnmarshalBinary(b []byte) error + func (m *User) Validate(formats strfmt.Registry) error + type UserEntity struct + UserID int64 + Username string + func (m *UserEntity) MarshalBinary() ([]byte, error) + func (m *UserEntity) UnmarshalBinary(b []byte) error + func (m *UserEntity) Validate(formats strfmt.Registry) error + type UserGroup struct + GroupName string + GroupType int64 + ID int64 + LdapGroupDn string + func (m *UserGroup) MarshalBinary() ([]byte, error) + func (m *UserGroup) UnmarshalBinary(b []byte) error + func (m *UserGroup) Validate(formats strfmt.Registry) error + type UserProfile struct + Comment string + Email string + Realname string + func (m *UserProfile) MarshalBinary() ([]byte, error) + func (m *UserProfile) UnmarshalBinary(b []byte) error + func (m *UserProfile) Validate(formats strfmt.Registry) error + type UserSearch struct + UserID int64 + Username string + func (m *UserSearch) MarshalBinary() ([]byte, error) + func (m *UserSearch) UnmarshalBinary(b []byte) error + func (m *UserSearch) Validate(formats strfmt.Registry) error + type WebhookJob struct + CreationTime string + EventType string + ID int64 + JobDetail string + NotifyType string + PolicyID int64 + Status string + UpdateTime string + func (m *WebhookJob) MarshalBinary() ([]byte, error) + func (m *WebhookJob) UnmarshalBinary(b []byte) error + func (m *WebhookJob) Validate(formats strfmt.Registry) error + type WebhookLastTrigger struct + CreationTime string + Enabled bool + EventType string + LastTriggerTime string + func (m *WebhookLastTrigger) MarshalBinary() ([]byte, error) + func (m *WebhookLastTrigger) UnmarshalBinary(b []byte) error + func (m *WebhookLastTrigger) Validate(formats strfmt.Registry) error + type WebhookPolicy struct + CreationTime string + Creator string + Description string + Enabled bool + EventTypes []string + ID int64 + Name string + ProjectID int64 + Targets []*WebhookTargetObject + UpdateTime string + func (m *WebhookPolicy) MarshalBinary() ([]byte, error) + func (m *WebhookPolicy) UnmarshalBinary(b []byte) error + func (m *WebhookPolicy) Validate(formats strfmt.Registry) error + type WebhookTargetObject struct + Address string + AuthHeader string + SkipCertVerify bool + Type string + func (m *WebhookTargetObject) MarshalBinary() ([]byte, error) + func (m *WebhookTargetObject) UnmarshalBinary(b []byte) error + func (m *WebhookTargetObject) Validate(formats strfmt.Registry) error Other modules containing this package github.com/mittwald/goharbor-client github.com/mittwald/goharbor-client/v3 github.com/mittwald/goharbor-client/v4