Documentation ¶
Overview ¶
Package names holds simple functions for synthesizing resource names.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var K8sGatewayFullname = reconciler.GetK8sServiceFullname( "knative-shared-gateway", system.Namespace)
K8sGatewayFullname is the fully-qualified name of Knative shared gateway.
View Source
var K8sGatewayServiceFullname = reconciler.GetK8sServiceFullname(
"knative-ingressgateway",
"istio-system")
K8sGatewayServiceFullname is the fully-qualified name of in-cluster Knative gateway.
Functions ¶
func VirtualService ¶
func VirtualService(i *v1alpha1.ClusterIngress) string
VirtualService returns the name of the VirtualService child resource for given ClusterIngress.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.