Versions in this module Expand all Collapse all v1 v1.6.1 Apr 15, 2019 v1.6.0 Mar 26, 2019 v1.5.0 Mar 1, 2019 v1.4.3 Mar 1, 2019 v1.4.2 Feb 25, 2019 v1.4.1 Feb 18, 2019 v1.4.0 Feb 15, 2019 v1.3.2 Feb 12, 2019 v1.3.1 Jan 11, 2019 v1.3.0 Jan 11, 2019 Changes in this version + type NamesObject struct + Id int64 + Name string v1.2.2 Dec 25, 2018 v1.2.1 Dec 21, 2018 v1.2.0 Dec 21, 2018 Changes in this version type Resource + Object interface{} v1.1.0 Dec 7, 2018 v1.0.1 Nov 22, 2018 Changes in this version + type App struct + CreateTime *time.Time + Deleted bool + Description string + Id int64 + Name string + Namespace string + UpdateTime *time.Time + User string + type ContainerStatus struct + Name string + RestartCount int32 + type Deployment struct + CreateTime time.Time + Labels map[string]string + Name string + Namespace string + PodsState PodInfo + type Failure struct + Body struct{ ... } + type Namespace struct + CreateTime *time.Time + Id int64 + Name string + UpdateTime *time.Time + User string + type Pod struct + ContainerStatus []ContainerStatus + Labels map[string]string + Name string + Namespace string + NodeName string + PodIp string + StartTime *time.Time + State string + type PodInfo struct + Current int32 + Desired int32 + Failed int32 + Pending int32 + Running int32 + Succeeded int32 + Warnings []string + type Port struct + Endpoints []string + NodePort string + Port string + TargetPort string + type Resource struct + Cluster string + Message string + ResourceId int64 + ResourceName string + Status models.ReleaseStatus + TemplateId int64 + Type models.PublishType + type ResponseBase struct + Code int + type Service struct + ExternalIP []string + IP string + Labels map[string]string + LoadBalancerIP string + Name string + Ports []Port + Selector map[string]string + Type string + type Success struct + Body struct{ ... } + type User struct + Display string + Email string + Name string + Roles []string + func (u *User) LoadFromModel(m models.User)