We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1adaf2c + 35757a4 commit c821eb3Copy full SHA for c821eb3
staging/src/k8s.io/apiserver/pkg/storage/storagebackend/config.go
@@ -48,8 +48,6 @@ type Config struct {
48
Prefix string
49
// Transport holds all connection related info, i.e. equal TransportConfig means equal servers we talk to.
50
Transport TransportConfig
51
- // Quorum indicates that whether read operations should be quorum-level consistent.
52
- Quorum bool
53
// Paging indicates whether the server implementation should allow paging (if it is
54
// supported). This is generally configured by feature gating, or by a specific
55
// resource type not wishing to allow paging, and is not intended for end users to
0 commit comments