mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
CRI: Add dns option, rename DNSOption to DNSConfig.
This commit is contained in:
@@ -37,6 +37,11 @@ const (
|
||||
minQuotaPeriod = 1000
|
||||
)
|
||||
|
||||
var (
|
||||
// The default dns opt strings
|
||||
defaultDNSOptions = []string{"ndots:5"}
|
||||
)
|
||||
|
||||
type podsByID []*kubecontainer.Pod
|
||||
|
||||
func (b podsByID) Len() int { return len(b) }
|
||||
|
||||
Reference in New Issue
Block a user