| Modifier and Type | Method and Description |
|---|---|
abstract SnapshotResources<Cds.Cluster> |
Snapshot.clusters()
Returns all cluster items in the CDS payload.
|
static <T extends Message> |
SnapshotResources.create(Iterable<T> resources,
String version)
Returns a new
SnapshotResources instance. |
abstract SnapshotResources<Eds.ClusterLoadAssignment> |
Snapshot.endpoints()
Returns all endpoint items in the EDS payload.
|
abstract SnapshotResources<Lds.Listener> |
Snapshot.listeners()
Returns all listener items in the LDS payload.
|
abstract SnapshotResources<Rds.RouteConfiguration> |
Snapshot.routes()
Returns all route items in the RDS payload.
|
abstract SnapshotResources<Cert.Secret> |
Snapshot.secrets()
Returns all secret items in the SDS payload.
|
Copyright © 2018 The Envoy Project. All rights reserved.