Documentation
¶
Index ¶
- Constants
- func Ingress(namespace, domain, certName string, ignoreVersion bool, svc *riov1.Service, ...)
- func VirtualServiceFromSpec(aggregated bool, systemNamespace string, name, namespace string, ...) *v1alpha3.VirtualService
- func VirtualServices(namespace string, clusterDomain *projectv1.ClusterDomain, service *v1.Service, ...) error
- type Dest
Constants ¶
View Source
const ( ProbeHeaderName = "K-Network-Probe" // RevisionHeaderName is the header key for revision name. RevisionHeaderName string = "knative-serving-revision" // RevisionHeaderNamespace is the header key for revision's namespace. RevisionHeaderNamespace string = "knative-serving-namespace" )
Variables ¶
This section is empty.
Functions ¶
func VirtualServiceFromSpec ¶
func VirtualServiceFromSpec(aggregated bool, systemNamespace string, name, namespace string, clusterDomain *projectv1.ClusterDomain, service *v1.Service, dests ...Dest) *v1alpha3.VirtualService
func VirtualServices ¶ added in v0.4.0
Types ¶
type Dest ¶
func DestsForService ¶
func DestsForService(service *serviceset.ServiceSet) []Dest
Click to show internal directories.
Click to hide internal directories.