Skip to content

Commit

Permalink
OCPBUGS-23362: Set status on SG deletion when AWS returns error
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com>
  • Loading branch information
jparrill committed Dec 13, 2023
1 parent 0f7c8c4 commit f28f0b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/hypershift/v1beta1/hostedcluster_conditions.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ const (
// A failure here indicates that NodePools without a security group will be
// blocked from creating machines.
AWSDefaultSecurityGroupCreated ConditionType = "AWSDefaultSecurityGroupCreated"

// AWSDefaultSecurityGroupDeletion indicates whether the default security group
// for AWS workers has been deleted.
// A failure here indicates that the Security Group has some dependencies that
// there are still pending cloud resources to be deleted that are using that SG.
AWSDefaultSecurityGroupDeletion ConditionType = "AWSDefaultSecurityGroupDeletion"

// PlatformCredentialsFound indicates that credentials required for the
// desired platform are valid.
Expand Down

0 comments on commit f28f0b4

Please sign in to comment.