Add EnsureComplete validation when setting config object in airshipctl cluster #214
Labels
enhancement
New feature or request
good first issue
Good for newcomers
priority/low
Items that are considered non-critical for functionality, such as quality of life improvements
Milestone
Proposed change
When setting the config object, airshipctl cluster should use settings.Config.EnsureComplete() to validate that a config object is ready to use.
EnsureComplete does the following checks & returns an error if any one is not met.
Potential impacts
This will improve config object validations & identify potential issues upfront before continuing to execute the workflow.
The text was updated successfully, but these errors were encountered: