package
4.0.2+incompatible
Repository: https://github.com/gtracer/kubebuilder-declarative-pattern.git
Documentation: pkg.go.dev

# Functions

FindDNSClusterIP tries to find the Cluster IP to be used by the DNS service It is usually the 10th address to the Kubernetes Service Cluster IP If the Kubernetes Service Cluster IP is not found, we default it to be "10.96.0.10".
GetDNSDomain returns Kubernetes DNS cluster domain If it cannot determine the domain, we default it to "cluster.local" TODO (rajansandeep): find a better way to implement this?.