Allocate map for ManifestURLHeader
This commit is contained in:
@@ -242,6 +242,9 @@ func SetDefaults_KubeletConfiguration(obj *KubeletConfiguration) {
|
|||||||
if obj.FeatureGates == nil {
|
if obj.FeatureGates == nil {
|
||||||
obj.FeatureGates = make(map[string]bool)
|
obj.FeatureGates = make(map[string]bool)
|
||||||
}
|
}
|
||||||
|
if obj.ManifestURLHeader == nil {
|
||||||
|
obj.ManifestURLHeader = make(map[string][]string)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func boolVar(b bool) *bool {
|
func boolVar(b bool) *bool {
|
||||||
|
Reference in New Issue
Block a user