Versions in this module Expand all Collapse all v4 v4.0.0 Jan 10, 2023 Changes in this version + var FailedCondition = Condition + var HasIPStatusCondition = Condition + var ReadyCondition = Condition + var SucceededCondition = Condition + type Condition struct + Status string + Type string + type Resource interface + Name func() string + Namespace func() string + Selector func() Selector + func NewResource(name, namespace string, selector Selector) Resource + type Selector interface + Extend func(extension Selector) Selector + Get func(key string) string + Map func() map[string]string + Set func(key string, value string) + String func() string + func NewSelector(input map[string]string) Selector