Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentExists ¶
type AgentValidator ¶
func NewAgentValidator ¶
func NewAgentValidator() AgentValidator
func NewCustomAgentValidator ¶
func NewCustomAgentValidator(agentExists AgentExists) AgentValidator
type OutOfServiceTaintValidator ¶ added in v0.4.0
type OutOfServiceTaintValidator struct {
// contains filtered or unexported fields
}
func NewOutOfServiceTaintValidator ¶ added in v0.4.0
func NewOutOfServiceTaintValidator(config *rest.Config) (*OutOfServiceTaintValidator, error)
NewOutOfServiceTaintValidator returns a validator to check if out-of-service taint is supporetd on the cluster
func (*OutOfServiceTaintValidator) IsOutOfServiceTaintSupported ¶ added in v0.4.0
func (v *OutOfServiceTaintValidator) IsOutOfServiceTaintSupported() bool
IsOutOfServiceTaintSupported returns if the cluster supports out-of-service taint
Click to show internal directories.
Click to hide internal directories.