Skip to content

Commit c821eb3

Browse files
authored
Merge pull request kubernetes#77281 from liggitt/remove-quorum-field
Remove unused quorum field
2 parents 1adaf2c + 35757a4 commit c821eb3

File tree

1 file changed

+0
-2
lines changed
  • staging/src/k8s.io/apiserver/pkg/storage/storagebackend

1 file changed

+0
-2
lines changed

staging/src/k8s.io/apiserver/pkg/storage/storagebackend/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ type Config struct {
4848
Prefix string
4949
// Transport holds all connection related info, i.e. equal TransportConfig means equal servers we talk to.
5050
Transport TransportConfig
51-
// Quorum indicates that whether read operations should be quorum-level consistent.
52-
Quorum bool
5351
// Paging indicates whether the server implementation should allow paging (if it is
5452
// supported). This is generally configured by feature gating, or by a specific
5553
// resource type not wishing to allow paging, and is not intended for end users to

0 commit comments

Comments
 (0)