Skip to content

Commit c0ae913

Browse files
committed
Bug 1861605: Reduce length of explanation of status of Operator resource
This PR updated the go.mod and other auto-generated files to include the API repo changes for this Bug fix. The bug fix in API repo rewords the explanation of status of Operator resource to reduce the character count.
1 parent 8a25369 commit c0ae913

File tree

13 files changed

+25
-20
lines changed

13 files changed

+25
-20
lines changed

deploy/chart/crds/0000_50_olm_00-installplans.crd.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

deploy/chart/crds/0000_50_olm_00-operators.crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ spec:
3838
description: OperatorSpec defines the desired state of Operator
3939
type: object
4040
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
4343
type: object
4444
properties:
4545
components:

deploy/chart/crds/0000_50_olm_00-subscriptions.crd.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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/onsi/gomega v1.9.0
2323
github.com/openshift/api v0.0.0-20200331152225-585af27e34fd
2424
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
2626
github.com/operator-framework/operator-registry v1.13.6
2727
github.com/otiai10/copy v1.2.0
2828
github.com/pkg/errors v0.9.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@ github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0 h1:kMiuiZXH1Gd
574574
github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0/go.mod h1:uUQ4LClRO+fg5MF/P6QxjMCb1C9f7Oh4RKepftDnEJE=
575575
github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw=
576576
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=
579579
github.com/operator-framework/operator-registry v1.13.6 h1:h/dIjQQS7uneQNRifrSz7h0xg4Xyjg6C9f6XZofbMPg=
580580
github.com/operator-framework/operator-registry v1.13.6/go.mod h1:YhnIzOVjRU2ZwZtzt+fjcjW8ujJaSFynBEu7QVKaSdU=
581581
github.com/otiai10/copy v1.2.0 h1:HvG945u96iNadPoG2/Ja2+AUJeW5YuFQMixq9yirC+k=

vendor/github.com/operator-framework/api/crds/operators.coreos.com_installplans.yaml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/operator-framework/api/crds/operators.coreos.com_operators.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/operator-framework/api/crds/operators.coreos.com_subscriptions.yaml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/operator-framework/api/crds/zz_defs.go

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/operator-framework/api/pkg/operators/v1/operator_types.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/operator-framework/api/pkg/operators/v1alpha1/installplan_types.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/operator-framework/operator-registry/pkg/sqlite/load.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ github.com/openshift/client-go/config/informers/externalversions/config
438438
github.com/openshift/client-go/config/informers/externalversions/config/v1
439439
github.com/openshift/client-go/config/informers/externalversions/internalinterfaces
440440
github.com/openshift/client-go/config/listers/config/v1
441-
# github.com/operator-framework/api v0.3.11
441+
# github.com/operator-framework/api v0.3.12
442442
github.com/operator-framework/api/crds
443443
github.com/operator-framework/api/pkg/lib/version
444444
github.com/operator-framework/api/pkg/manifests

0 commit comments

Comments
 (0)