Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for serviceClusterSetLocalHostnameForKR (0.22 sec)

  1. pilot/pkg/serviceregistry/kube/controller/util.go

    	return host.Name(nn.Name + "." + nn.Namespace + "." + "svc" + "." + constants.DefaultClusterSetLocalDomain)
    }
    
    // serviceClusterSetLocalHostnameForKR calls serviceClusterSetLocalHostname with the name and namespace of the given kubernetes resource.
    func serviceClusterSetLocalHostnameForKR(obj metav1.Object) host.Name {
    	return serviceClusterSetLocalHostname(config.NamespacedName(obj))
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 28 02:01:47 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top