Skip to content

Commit

Permalink
add default for resource readiness
Browse files Browse the repository at this point in the history
Signed-off-by: Tim <[email protected]>
  • Loading branch information
Avarei committed Jul 1, 2024
1 parent 78249aa commit b28727e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkl/crossplane.contrib/Resource.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ typealias Ready = Int(isBetween(0,2))
///
/// - A Function should not set this field in a RunFunctionResponse to indicate
/// that the desired composite resource is ready. This will be ignored.
ready: Ready?
ready: Ready? = READY_UNSPECIFIED

/// The resource's connection details.
///
Expand Down

0 comments on commit b28727e

Please sign in to comment.