File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
cache/src/main/java/io/envoyproxy/controlplane/cache/v2
server/src/main/java/io/envoyproxy/controlplane/server Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 22
33import io .envoyproxy .controlplane .cache .NodeGroup ;
44
5+ @ Deprecated
56public class SimpleCache <T > extends io .envoyproxy .controlplane .cache .SimpleCache <T , Snapshot > {
67 public SimpleCache (NodeGroup <T > nodeGroup ) {
78 super (nodeGroup );
Original file line number Diff line number Diff line change 2525 * {@code Snapshot} is a data class that contains an internally consistent snapshot of v2 xDS
2626 * resources. Snapshots should have distinct versions per node group.
2727 */
28+ @ Deprecated
2829@ AutoValue
2930public abstract class Snapshot extends io .envoyproxy .controlplane .cache .Snapshot {
3031
Original file line number Diff line number Diff line change 2020import java .util .Collections ;
2121import java .util .List ;
2222
23+ @ Deprecated
2324public class V2DiscoveryServer extends DiscoveryServer <DiscoveryRequest , DiscoveryResponse > {
2425
2526 public V2DiscoveryServer (ConfigWatcher configWatcher ) {
You can’t perform that action at this time.
0 commit comments