mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #34975 from deads2k/api-29-dead-fields
Automatic merge from submit-queue remove write only field Happened upon a completely dead field.
This commit is contained in:
commit
27a7c01bce
@ -122,10 +122,6 @@ type Config struct {
|
|||||||
// If nil or 0.0.0.0, the host's default interface will be used.
|
// If nil or 0.0.0.0, the host's default interface will be used.
|
||||||
PublicAddress net.IP
|
PublicAddress net.IP
|
||||||
|
|
||||||
// Control the interval that pod, node IP, and node heath status caches
|
|
||||||
// expire.
|
|
||||||
CacheTimeout time.Duration
|
|
||||||
|
|
||||||
// The range of IPs to be assigned to services with type=ClusterIP or greater
|
// The range of IPs to be assigned to services with type=ClusterIP or greater
|
||||||
ServiceClusterIPRange *net.IPNet
|
ServiceClusterIPRange *net.IPNet
|
||||||
|
|
||||||
@ -206,7 +202,6 @@ func NewConfig() *Config {
|
|||||||
MasterCount: 1,
|
MasterCount: 1,
|
||||||
ReadWritePort: 6443,
|
ReadWritePort: 6443,
|
||||||
ServiceReadWritePort: 443,
|
ServiceReadWritePort: 443,
|
||||||
CacheTimeout: 5 * time.Second,
|
|
||||||
RequestContextMapper: api.NewRequestContextMapper(),
|
RequestContextMapper: api.NewRequestContextMapper(),
|
||||||
BuildHandlerChainsFunc: DefaultBuildHandlerChain,
|
BuildHandlerChainsFunc: DefaultBuildHandlerChain,
|
||||||
LegacyAPIGroupPrefixes: sets.NewString(LegacyAPIPrefix),
|
LegacyAPIGroupPrefixes: sets.NewString(LegacyAPIPrefix),
|
||||||
|
Loading…
Reference in New Issue
Block a user