Skip to content

Commit

Permalink
add invalid spacebindingrequest condition
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Ilario <[email protected]>
  • Loading branch information
filariow committed Mar 22, 2024
1 parent 40a60c7 commit f974f2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/conditions.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const (
terminatingReason = "Terminating"
terminatingFailedReason = "UnableToTerminate"
updatingReason = "Updating"
invalidReason = "Invalid"

// Condition types
deletionError = "DeletionError"
Expand Down
3 changes: 3 additions & 0 deletions api/v1alpha1/spacebindingrequest_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ const (

// SpaceBindingRequestProvisionedReason represents the reason for a successfully provisioned space binding request.
SpaceBindingRequestProvisionedReason = provisionedReason

// SpaceBindingRequestInvalidReason represents the reason for an invalid space binding request.
SpaceBindingRequestInvalidReason = invalidReason
)

// SpaceBindingRequestSpec defines the desired state of SpaceBindingRequest
Expand Down

0 comments on commit f974f2d

Please sign in to comment.