# Packages
No description provided by the author
# Functions
NewStateValidator returns a cluster validator which can be configured by passing Opt arguments.
RetriableStateValidation returns a StateValidation that is executed with the provided retrier.
# Structs
StateValidationConfig represents the input for the performing validations on the cluster.
StateValidator is responsible for checking if a cluster is valid against the spec that is provided.
# Type aliases
Opt represents is a function that represents an option to configure a StateValidator.
StateValidation defines a validation that can be registered to the StateValidator.