containerdConfig = $containerdConfig; } /** * @return ContainerdConfig */ public function getContainerdConfig() { return $this->containerdConfig; } /** * @param GcfsConfig */ public function setGcfsConfig(GcfsConfig $gcfsConfig) { $this->gcfsConfig = $gcfsConfig; } /** * @return GcfsConfig */ public function getGcfsConfig() { return $this->gcfsConfig; } /** * @param NodePoolLoggingConfig */ public function setLoggingConfig(NodePoolLoggingConfig $loggingConfig) { $this->loggingConfig = $loggingConfig; } /** * @return NodePoolLoggingConfig */ public function getLoggingConfig() { return $this->loggingConfig; } /** * @param NodeKubeletConfig */ public function setNodeKubeletConfig(NodeKubeletConfig $nodeKubeletConfig) { $this->nodeKubeletConfig = $nodeKubeletConfig; } /** * @return NodeKubeletConfig */ public function getNodeKubeletConfig() { return $this->nodeKubeletConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NodeConfigDefaults::class, 'Google_Service_Container_NodeConfigDefaults');