mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 18:52:38 +00:00
remove dead apiserver field
This commit is contained in:
@@ -182,10 +182,6 @@ type GenericAPIServer struct {
|
|||||||
// and the kind associated with a given resource. As resources are installed, they are registered here.
|
// and the kind associated with a given resource. As resources are installed, they are registered here.
|
||||||
EquivalentResourceRegistry runtime.EquivalentResourceRegistry
|
EquivalentResourceRegistry runtime.EquivalentResourceRegistry
|
||||||
|
|
||||||
// enableAPIResponseCompression indicates whether API Responses should support compression
|
|
||||||
// if the client requests it via Accept-Encoding
|
|
||||||
enableAPIResponseCompression bool
|
|
||||||
|
|
||||||
// delegationTarget is the next delegate in the chain. This is never nil.
|
// delegationTarget is the next delegate in the chain. This is never nil.
|
||||||
delegationTarget DelegationTarget
|
delegationTarget DelegationTarget
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user