Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestinationRuleReferences ¶
type DestinationRuleReferences struct { Namespace string Namespaces models.Namespaces DestinationRules []networking_v1alpha3.DestinationRule VirtualServices []networking_v1alpha3.VirtualService WorkloadsPerNamespace map[string]models.WorkloadList RegistryServices []*kubernetes.RegistryService }
func (DestinationRuleReferences) References ¶
func (n DestinationRuleReferences) References() models.IstioReferencesMap
type GatewayReferences ¶
type GatewayReferences struct { Gateways []networking_v1alpha3.Gateway VirtualServices []networking_v1alpha3.VirtualService WorkloadsPerNamespace map[string]models.WorkloadList }
func (GatewayReferences) References ¶
func (n GatewayReferences) References() models.IstioReferencesMap
type VirtualServiceReferences ¶
type VirtualServiceReferences struct { Namespace string Namespaces models.Namespaces VirtualServices []networking_v1alpha3.VirtualService DestinationRules []networking_v1alpha3.DestinationRule }
func (VirtualServiceReferences) References ¶
func (n VirtualServiceReferences) References() models.IstioReferencesMap
Click to show internal directories.
Click to hide internal directories.