Skip to content

Commit

Permalink
api-machinery master updated
Browse files Browse the repository at this point in the history
Signed-off-by: Hiranmoy Das Chowdhury <[email protected]>
  • Loading branch information
HiranmoyChowdhury committed Jun 4, 2024
1 parent a343aa0 commit eacc941
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,6 @@ type PgBouncerStatus struct {
Conditions []kmapi.Condition `json:"conditions,omitempty"`
// +optional
Gateway *Gateway `json:"gateway,omitempty"`
// It is to decide if the Auth_file needs to get updated by comparing with the Resource Version of the Backend Secret
// +optional
ResourceVersionOfBackendSecret string `json:"resourceVersionOfBackendSecret,omitempty" protobuf:"bytes,6,opt,name=resourceVersionOfBackendSecret"`
}

// +kubebuilder:validation:Enum=disable;allow;prefer;require;verify-ca;verify-full
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3314,8 +3314,6 @@ spec:
- Halted
- Unknown
type: string
resourceVersionOfBackendSecret:
type: string
type: object
type: object
served: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ spec:
- Halted
- Unknown
type: string
resourceVersionOfBackendSecret:
type: string
type: object
type: object
served: true
Expand Down

0 comments on commit eacc941

Please sign in to comment.