类 ServiceEntryXdsGenerator
java.lang.Object
com.alibaba.nacos.istio.xds.ServiceEntryXdsGenerator
- 所有已实现的接口:
ApiGenerator<Any>
- 作者:
- special.fy
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明generate(ResourceSnapshot resourceSnapshot) Generate data based on resource snapshot.static ServiceEntryXdsGenerator
-
构造器详细资料
-
ServiceEntryXdsGenerator
public ServiceEntryXdsGenerator()
-
-
方法详细资料
-
getInstance
-
generate
从接口复制的说明:ApiGeneratorGenerate data based on resource snapshot.- 指定者:
generate在接口中ApiGenerator<Any>- 参数:
resourceSnapshot- Resource snapshot- 返回:
- data
-