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 2
2
3
3
import io .envoyproxy .controlplane .cache .NodeGroup ;
4
4
5
+ @ Deprecated
5
6
public class SimpleCache <T > extends io .envoyproxy .controlplane .cache .SimpleCache <T , Snapshot > {
6
7
public SimpleCache (NodeGroup <T > nodeGroup ) {
7
8
super (nodeGroup );
Original file line number Diff line number Diff line change 25
25
* {@code Snapshot} is a data class that contains an internally consistent snapshot of v2 xDS
26
26
* resources. Snapshots should have distinct versions per node group.
27
27
*/
28
+ @ Deprecated
28
29
@ AutoValue
29
30
public abstract class Snapshot extends io .envoyproxy .controlplane .cache .Snapshot {
30
31
Original file line number Diff line number Diff line change 20
20
import java .util .Collections ;
21
21
import java .util .List ;
22
22
23
+ @ Deprecated
23
24
public class V2DiscoveryServer extends DiscoveryServer <DiscoveryRequest , DiscoveryResponse > {
24
25
25
26
public V2DiscoveryServer (ConfigWatcher configWatcher ) {
You can’t perform that action at this time.
0 commit comments