Skip to content

Commit

Permalink
Removes unneeded field (#1962)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1kola authored Feb 11, 2022
1 parent 83def7c commit 58b453c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ type PreviewFeatureSpec struct {

// PreviewFeatureStatus defines the observed state of PreviewFeature
type PreviewFeatureStatus struct {
OperatorVersion string `json:"operatorVersion,omitempty"`
Conditions []operatorv1.OperatorCondition `json:"conditions,omitempty"`
RedHatKeysPresent []string `json:"redHatKeysPresent,omitempty"`
OperatorVersion string `json:"operatorVersion,omitempty"`
Conditions []operatorv1.OperatorCondition `json:"conditions,omitempty"`
}

// PreviewFeature is the Schema for the preview feature API
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/operator/deploy/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ spec:
type: array
operatorVersion:
type: string
redHatKeysPresent:
items:
type: string
type: array
type: object
type: object
served: true
Expand Down

0 comments on commit 58b453c

Please sign in to comment.