File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
staging/operator-lifecycle-manager Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 62
62
properties :
63
63
approval :
64
64
description : Approval is the user approval policy for an InstallPlan.
65
+ It must be one of "Automatic" or "Manual".
65
66
type : string
66
67
approved :
67
68
type : boolean
Original file line number Diff line number Diff line change 38
38
description : OperatorSpec defines the desired state of Operator
39
39
type : object
40
40
status :
41
- description : OperatorStatus describes the observed state of an operator
42
- and its components.
41
+ description : OperatorStatus defines the observed state of an Operator
42
+ and its components
43
43
type : object
44
44
properties :
45
45
components :
Original file line number Diff line number Diff line change @@ -1634,6 +1634,7 @@ spec:
1634
1634
type : string
1635
1635
installPlanApproval :
1636
1636
description : Approval is the user approval policy for an InstallPlan.
1637
+ It must be one of "Automatic" or "Manual".
1637
1638
type : string
1638
1639
name :
1639
1640
type : string
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ require (
22
22
github.com/onsi/gomega v1.9.0
23
23
github.com/openshift/api v0.0.0-20200331152225-585af27e34fd
24
24
github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0
25
- github.com/operator-framework/api v0.3.11
25
+ github.com/operator-framework/api v0.3.12
26
26
github.com/operator-framework/operator-registry v1.13.6
27
27
github.com/otiai10/copy v1.2.0
28
28
github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -574,8 +574,8 @@ github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0 h1:kMiuiZXH1Gd
574
574
github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0 /go.mod h1:uUQ4LClRO+fg5MF/P6QxjMCb1C9f7Oh4RKepftDnEJE =
575
575
github.com/openzipkin/zipkin-go v0.1.6 /go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw =
576
576
github.com/operator-framework/api v0.3.7-0.20200602203552-431198de9fc2 /go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q =
577
- github.com/operator-framework/api v0.3.11 h1:+fyck2pcr+vVGnVxM4UNoi7qOSMVCTQOWW2xsJtLSq0 =
578
- github.com/operator-framework/api v0.3.11 /go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q =
577
+ github.com/operator-framework/api v0.3.12 h1:In6bSbDr5zVOb5ats7TBMnl1h0hCIjkAxXkh+MXFJps =
578
+ github.com/operator-framework/api v0.3.12 /go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q =
579
579
github.com/operator-framework/operator-registry v1.13.6 h1:h/dIjQQS7uneQNRifrSz7h0xg4Xyjg6C9f6XZofbMPg =
580
580
github.com/operator-framework/operator-registry v1.13.6 /go.mod h1:YhnIzOVjRU2ZwZtzt+fjcjW8ujJaSFynBEu7QVKaSdU =
581
581
github.com/otiai10/copy v1.2.0 h1:HvG945u96iNadPoG2/Ja2+AUJeW5YuFQMixq9yirC+k =
You can’t perform that action at this time.
0 commit comments