Documentation
¶
Index ¶
- Constants
- type Reason
- type Report
- func (r *Report) False(reason Reason, msg ...string) *typesv1.ConditionReport
- func (r *Report) InProgress(reason Reason, msg string) *typesv1.ConditionReport
- func (r *Report) Report() *typesv1.ConditionReport
- func (r *Report) True(reason Reason, msg ...string) *typesv1.ConditionReport
- func (r *Report) Type(t Type) *Report
- func (r *Report) WithMetadata(m map[string]string) *Report
- type Resource
- type Type
Constants ¶
View Source
const ( RuntimeReady Type = "RuntimeReady" ImageReady Type = "ImageReady" VolumeReady Type = "VolumeReady" NetworkReady Type = "NetworkReady" TaskReady Type = "TaskReady" TaskScheduled Type = "TaskScheduled" ReasonPulling Reason = "Pulling" ReasonPulled Reason = "Pulled" ReasonPullFailed Reason = "PullFailed" ReasonAttaching Reason = "Attaching" ReasonAttached Reason = "Attached" ReasonAttachFailed Reason = "AttachFailed" ReasonDetaching Reason = "Detaching" ReasonDetached Reason = "Detached" ReasonDetachFailed Reason = "DetachFailed" ReasonCreating Reason = "Creating" ReasonCreated Reason = "Created" ReasonCreateFailed Reason = "CreateFailed" ReasonStarting Reason = "Starting" ReasonStarted Reason = "Started" ReasonStartFailed Reason = "StartFailed" ReasonRunning Reason = "Running" ReasonRunFailed Reason = "RunFailed" ReasonStopping Reason = "Stopping" ReasonStopped Reason = "Stopped" ReasonStopFailed Reason = "StopFailed" ReasonDeleting Reason = "Deleting" ReasonDeleted Reason = "Deleted" ReasonDeleteFailed Reason = "FailedFailed" ReasonScheduling Reason = "Scheduling" ReasonScheduled Reason = "Scheduled" ReasonSchedulingFailed Reason = "SchedulingFailed" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct {
// contains filtered or unexported fields
}
func NewForResource ¶
func NewReportFor ¶
func (*Report) False ¶
func (r *Report) False(reason Reason, msg ...string) *typesv1.ConditionReport
func (*Report) InProgress ¶
func (r *Report) InProgress(reason Reason, msg string) *typesv1.ConditionReport
func (*Report) Report ¶
func (r *Report) Report() *typesv1.ConditionReport
Click to show internal directories.
Click to hide internal directories.