gatewayServiceMesh = $gatewayServiceMesh; } /** * @return GatewayServiceMesh */ public function getGatewayServiceMesh() { return $this->gatewayServiceMesh; } /** * @param ServiceNetworking */ public function setServiceNetworking(ServiceNetworking $serviceNetworking) { $this->serviceNetworking = $serviceNetworking; } /** * @return ServiceNetworking */ public function getServiceNetworking() { return $this->serviceNetworking; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KubernetesConfig::class, 'Google_Service_CloudDeploy_KubernetesConfig');