Skip to content

Commit

Permalink
Add docs for conditions in machine infra provider implementer
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed May 4, 2022
1 parent 514e2aa commit 36a701d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/book/src/developer/providers/machine-infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ A machine infrastructure provider must define an API type for "infrastructure ma
defined as:
- `type` (string): one of `Hostname`, `ExternalIP`, `InternalIP`, `ExternalDNS`, `InternalDNS`
- `address` (string)
7. Should have a conditions field with the following:
1. A Ready condition to represent the overall operational state of the component. It can be based on the summary of more detailed conditions existing on the same object, e.g. instanceReady, SecurityGroupsReady conditions.


### InfraMachineTemplate Resources
Expand Down

0 comments on commit 36a701d

Please sign in to comment.