5
vendor/helm.sh/helm/v3/pkg/release/status.go
vendored
5
vendor/helm.sh/helm/v3/pkg/release/status.go
vendored
@@ -42,3 +42,8 @@ const (
|
||||
)
|
||||
|
||||
func (x Status) String() string { return string(x) }
|
||||
|
||||
// IsPending determines if this status is a state or a transition.
|
||||
func (x Status) IsPending() bool {
|
||||
return x == StatusPendingInstall || x == StatusPendingUpgrade || x == StatusPendingRollback
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user