Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // HashMeshExcludedResources defines Mesh-scoped resources that are not used in XDS therefore when counting hash mesh we can skip them HashMeshExcludedResources = map[core_model.ResourceType]bool{ core_mesh.DataplaneInsightType: true, } HashMeshIncludedGlobalResources = map[core_model.ResourceType]bool{ core_mesh.ZoneIngressType: true, } )
Functions ¶
func MeshResourceTypes ¶
func MeshResourceTypes() []core_model.ResourceType
func RegisterXDS ¶
func RegisterXDS(rt core_runtime.Runtime) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.