mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
kubelet: Replace deprecated pointer function
Signed-off-by: TommyStarK <thomasmilox@gmail.com>
This commit is contained in:
@@ -106,7 +106,7 @@ func New(imageFsInfoProvider ImageFsInfoProvider, rootPath string, cgroupRoots [
|
||||
duration := maxHousekeepingInterval
|
||||
housekeepingConfig := manager.HouskeepingConfig{
|
||||
Interval: &duration,
|
||||
AllowDynamic: pointer.BoolPtr(allowDynamicHousekeeping),
|
||||
AllowDynamic: pointer.Bool(allowDynamicHousekeeping),
|
||||
}
|
||||
|
||||
// Create the cAdvisor container manager.
|
||||
|
||||
Reference in New Issue
Block a user