Skip to content

Commit

Permalink
Merge pull request #119 from elvgarrui/rename_OVNControllerDebug
Browse files Browse the repository at this point in the history
Rename OVNControllerdDebug to OVNControllerDebug
  • Loading branch information
openshift-merge-robot authored Sep 12, 2023
2 parents e002a5c + 85990c2 commit 092fb42
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions api/v1beta1/ovncontroller_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type OVNControllerSpec struct {
// +kubebuilder:validation:Optional
// Debug - enable debug for different deploy stages. If an init container is used, it runs and the
// actual action pod gets started with sleep infinity
Debug OVNControllerdDebug `json:"debug,omitempty"`
Debug OVNControllerDebug `json:"debug,omitempty"`

// +kubebuilder:validation:Optional
// +optional
Expand All @@ -72,8 +72,8 @@ type OVNControllerSpec struct {
NetworkAttachment string `json:"networkAttachment"`
}

// OVNControllerdDebug defines the observed state of OVNControllerdDebug
type OVNControllerdDebug struct {
// OVNControllerDebug defines the observed state of OVNControllerDebug
type OVNControllerDebug struct {
// +kubebuilder:validation:Optional
// +kubebuilder:default=false
// Service enable debug
Expand Down
30 changes: 15 additions & 15 deletions api/v1beta1/zz_generated.deepcopy.go

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

0 comments on commit 092fb42

Please sign in to comment.