Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pr ¶
type Pr struct { ID primitive.ObjectID `bson:"_id,omitempty"` Owner string `bson:"owner"` Repo string `bson:"repo"` Number int `bson:"number"` Branch string `bson:"branch"` State string `bson:"state"` Image string `bson:"image"` LastCommit string `bson:"last_commit"` CreatedAt time.Time `bson:"created_at"` UpdatedAt time.Time `bson:"updated_at"` }
func (*Pr) CompleteDomain ¶
func (*Pr) DomainName ¶
func (*Pr) DomainPath ¶
func (*Pr) FullImageWithTag ¶
func (*Pr) KubernetesResourceName ¶
Click to show internal directories.
Click to hide internal directories.