From 35757a4b96b49fc21bb9bc8b47c5a86f005b166a Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Tue, 30 Apr 2019 17:39:31 -0400 Subject: [PATCH] Remove unused quorum field --- .../src/k8s.io/apiserver/pkg/storage/storagebackend/config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/staging/src/k8s.io/apiserver/pkg/storage/storagebackend/config.go b/staging/src/k8s.io/apiserver/pkg/storage/storagebackend/config.go index d4bc7fb49d7..4cb4310d1cf 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/storagebackend/config.go +++ b/staging/src/k8s.io/apiserver/pkg/storage/storagebackend/config.go @@ -48,8 +48,6 @@ type Config struct { Prefix string // Transport holds all connection related info, i.e. equal TransportConfig means equal servers we talk to. 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 // 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