Skip to content

Commit a9de664

Browse files
alvaroalemanbenluddy
authored andcommitted
Approval: Clarify possible values
Upstream-repository: api Upstream-commit: 7101beb0985ea8950a119ac46c8d496afb475f24
1 parent 6fe29de commit a9de664

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

staging/api/crds/operators.coreos.com_installplans.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ spec:
6262
properties:
6363
approval:
6464
description: Approval is the user approval policy for an InstallPlan.
65+
It must be one of "Automatic" or "Manual".
6566
type: string
6667
approved:
6768
type: boolean

staging/api/crds/operators.coreos.com_subscriptions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,7 @@ spec:
16341634
type: string
16351635
installPlanApproval:
16361636
description: Approval is the user approval policy for an InstallPlan.
1637+
It must be one of "Automatic" or "Manual".
16371638
type: string
16381639
name:
16391640
type: string

staging/api/pkg/operators/v1alpha1/installplan_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const (
1414
)
1515

1616
// Approval is the user approval policy for an InstallPlan.
17+
// It must be one of "Automatic" or "Manual".
1718
type Approval string
1819

1920
const (

0 commit comments

Comments
 (0)