Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployment ¶
type Deployment struct {
// contains filtered or unexported fields
}
func NewDeployment ¶
func NewDeployment(name string, ns string, deadline time.Duration) *Deployment
func (*Deployment) Deadline ¶
func (d *Deployment) Deadline() time.Duration
func (*Deployment) Name ¶
func (d *Deployment) Name() string
func (*Deployment) Status ¶
func (d *Deployment) Status() Status
func (*Deployment) String ¶
func (d *Deployment) String() string
func (*Deployment) UpdateStatus ¶
func (d *Deployment) UpdateStatus(details string, err error)
func (*Deployment) WithStatus ¶
func (d *Deployment) WithStatus(details string, err error) *Deployment
For testing
Click to show internal directories.
Click to hide internal directories.