Documentation ¶
Overview ¶
Package deploymentassignmentstate
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Starting = DeploymentAssignmentState{"starting"} Started = DeploymentAssignmentState{"started"} Stopping = DeploymentAssignmentState{"stopping"} Failed = DeploymentAssignmentState{"failed"} )
Functions ¶
This section is empty.
Types ¶
type DeploymentAssignmentState ¶
type DeploymentAssignmentState struct {
// contains filtered or unexported fields
}
func (DeploymentAssignmentState) MarshalText ¶
func (d DeploymentAssignmentState) MarshalText() (text []byte, err error)
func (DeploymentAssignmentState) String ¶
func (d DeploymentAssignmentState) String() string
func (*DeploymentAssignmentState) UnmarshalText ¶
func (d *DeploymentAssignmentState) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.