mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #77281 from liggitt/remove-quorum-field
Remove unused quorum field
This commit is contained in:
commit
c821eb36b7
@ -48,8 +48,6 @@ type Config struct {
|
|||||||
Prefix string
|
Prefix string
|
||||||
// Transport holds all connection related info, i.e. equal TransportConfig means equal servers we talk to.
|
// Transport holds all connection related info, i.e. equal TransportConfig means equal servers we talk to.
|
||||||
Transport TransportConfig
|
Transport TransportConfig
|
||||||
// Quorum indicates that whether read operations should be quorum-level consistent.
|
|
||||||
Quorum bool
|
|
||||||
// Paging indicates whether the server implementation should allow paging (if it is
|
// Paging indicates whether the server implementation should allow paging (if it is
|
||||||
// supported). This is generally configured by feature gating, or by a specific
|
// supported). This is generally configured by feature gating, or by a specific
|
||||||
// resource type not wishing to allow paging, and is not intended for end users to
|
// resource type not wishing to allow paging, and is not intended for end users to
|
||||||
|
Loading…
Reference in New Issue
Block a user