cpuCfsQuota = $cpuCfsQuota;
}
/**
* @return bool
*/
public function getCpuCfsQuota()
{
return $this->cpuCfsQuota;
}
/**
* @param string
*/
public function setCpuCfsQuotaPeriod($cpuCfsQuotaPeriod)
{
$this->cpuCfsQuotaPeriod = $cpuCfsQuotaPeriod;
}
/**
* @return string
*/
public function getCpuCfsQuotaPeriod()
{
return $this->cpuCfsQuotaPeriod;
}
/**
* @param string
*/
public function setCpuManagerPolicy($cpuManagerPolicy)
{
$this->cpuManagerPolicy = $cpuManagerPolicy;
}
/**
* @return string
*/
public function getCpuManagerPolicy()
{
return $this->cpuManagerPolicy;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(NodeKubeletConfig::class, 'Google_Service_Container_NodeKubeletConfig');