Documentation
¶
Index ¶
- func IndexResourcesByName(items []envoy_types.ResourceWithTTL) map[string]envoy_types.ResourceWithTTL
- type ResourceBuilder
- type Snapshot
- func (s *Snapshot) Consistent() error
- func (s *Snapshot) GetResources(typ string) map[string]envoy_types.Resource
- func (s *Snapshot) GetResourcesAndTtl(typ string) map[string]envoy_types.ResourceWithTTL
- func (s *Snapshot) GetSupportedTypes() (types []string)
- func (s *Snapshot) GetVersion(typ string) string
- func (s *Snapshot) WithVersion(typ string, version string) util_xds_v3.Snapshot
- type SnapshotBuilder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IndexResourcesByName ¶
func IndexResourcesByName(items []envoy_types.ResourceWithTTL) map[string]envoy_types.ResourceWithTTL
IndexResourcesByName creates a map from the resource name to the resource. Name should be unique across meshes that's why Name is <name>.<mesh>
Types ¶
type ResourceBuilder ¶
type ResourceBuilder interface { }
type Snapshot ¶
type Snapshot struct {
Resources map[string]envoy_cache.Resources
}
Snapshot is an internally consistent snapshot of xDS resources.
func (*Snapshot) Consistent ¶
func (*Snapshot) GetResources ¶
func (s *Snapshot) GetResources(typ string) map[string]envoy_types.Resource
func (*Snapshot) GetResourcesAndTtl ¶
func (s *Snapshot) GetResourcesAndTtl(typ string) map[string]envoy_types.ResourceWithTTL
func (*Snapshot) GetSupportedTypes ¶
func (*Snapshot) GetVersion ¶
func (*Snapshot) WithVersion ¶
func (s *Snapshot) WithVersion(typ string, version string) util_xds_v3.Snapshot
type SnapshotBuilder ¶
type SnapshotBuilder interface { With(typ string, resources []envoy_types.Resource) SnapshotBuilder Build(version string) util_xds_v3.Snapshot }
func NewSnapshotBuilder ¶
func NewSnapshotBuilder() SnapshotBuilder
Click to show internal directories.
Click to hide internal directories.