Skip to content

Commit

Permalink
Fix policy constants (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraliv13 committed Aug 28, 2023
1 parent 4dab5cc commit d0f69c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/platform/v1alpha1/tenantTypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ type TenantList struct {
type DeletePolicy string

const (
DeletePolicyStandard = DeletePolicy("RetainStatefulResources")
DeletePolicyRetainStatefulResources = DeletePolicy("DeleteAll")
DeletePolicyRetainStatefulResources = DeletePolicy("RetainStatefulResources")
DeletePolicyDeleteAll = DeletePolicy("DeleteAll")
)

0 comments on commit d0f69c8

Please sign in to comment.