Versions in this module Expand all Collapse all v1 v1.8.1 Jun 17, 2019 v1.8.0 May 17, 2019 Changes in this version + const ScheduleCustom + const ScheduleHourly + type AdminJobRep struct + CreationTime time.Time + Deleted bool + ID int64 + Kind string + Name string + Status string + UUID string + UpdateTime time.Time + type AdminJobReq struct + ID int64 + Name string + Parameters map[string]interface{} + Status string + func (ar *AdminJobReq) CronString() string + func (ar *AdminJobReq) IsPeriodic() bool + func (ar *AdminJobReq) JobKind() string + func (ar *AdminJobReq) ToJob() *models.JobData + func (ar *AdminJobReq) Valid(v *validation.Validation) + type AdminJobSchedule struct + Schedule *ScheduleParam + type Execution struct + Duration int + ID int64 + StartTime time.Time + Status string + SuccessRate string + TriggerMode string + type RegistryUpdateRequest struct + AccessKey *string + AccessSecret *string + CredentialType *string + Description *string + Insecure *bool + Name *string + URL *string type ScheduleParam + Cron string + func ConvertSchedule(cronStr string) (ScheduleParam, error) v1.8.0-rc2 May 16, 2019 v1.8.0-rc1 May 10, 2019 v1.7.5 Apr 1, 2019 v1.7.4 Mar 1, 2019 v1.7.3 Feb 13, 2019 v1.7.2 Jan 25, 2019 v1.7.1 Jan 4, 2019 v1.7.0 Dec 19, 2018 Changes in this version + const ScheduleDaily + const ScheduleManual + const ScheduleNone + const ScheduleWeekly + type GCRep struct + CreationTime time.Time + Deleted bool + ID int64 + Kind string + Name string + Schedule *ScheduleParam + Status string + UUID string + UpdateTime time.Time + type GCReq struct + ID int64 + Parameters map[string]interface{} + Schedule *ScheduleParam + Status string + func (gr *GCReq) CronString() string + func (gr *GCReq) IsPeriodic() bool + func (gr *GCReq) JobKind() string + func (gr *GCReq) ToJob() (*models.JobData, error) + func (gr *GCReq) Valid(v *validation.Validation) + type Replication struct + PolicyID int64 + func (r *Replication) Valid(v *validation.Validation) + type ReplicationPolicy struct + CreationTime time.Time + Description string + ErrorJobCount int64 + Filters []rep_models.Filter + ID int64 + Name string + Projects []*common_models.Project + ReplicateDeletion bool + ReplicateExistingImageNow bool + Targets []*common_models.RepTarget + Trigger *rep_models.Trigger + UpdateTime time.Time + func (r *ReplicationPolicy) Valid(v *validation.Validation) + type ReplicationResponse struct + UUID string + type ScheduleParam struct + Offtime int64 + Type string + Weekday int8 + type StopJobsReq struct + PolicyID int64 + Status string + func (s *StopJobsReq) Valid(v *validation.Validation) v1.7.0-rc2 Dec 12, 2018 v1.7.0-rc1 Dec 6, 2018