Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster

Packages that use Cluster
  • Uses of Cluster in io.envoyproxy.envoy.config.bootstrap.v3

    Modifier and Type
    Method
    Description
    Bootstrap.StaticResources.Builder.getClusters(int index)
    If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.
    Bootstrap.StaticResources.getClusters(int index)
    If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.
    Bootstrap.StaticResourcesOrBuilder.getClusters(int index)
    If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.
    Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type Cluster
    Modifier and Type
    Method
    Description
    Bootstrap.StaticResources.Builder.getClustersList()
    If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.
    Bootstrap.StaticResources.getClustersList()
    If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.
    Bootstrap.StaticResourcesOrBuilder.getClustersList()
    If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.
    Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Cluster
    Modifier and Type
    Method
    Description
    Bootstrap.StaticResources.Builder.addClusters(int index, Cluster value)
    If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.
    Bootstrap.StaticResources.Builder.addClusters(Cluster value)
    If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.
    Bootstrap.StaticResources.Builder.setClusters(int index, Cluster value)
    If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.
    Method parameters in io.envoyproxy.envoy.config.bootstrap.v3 with type arguments of type Cluster
    Modifier and Type
    Method
    Description
    Bootstrap.StaticResources.Builder.addAllClusters(Iterable<? extends Cluster> values)
    If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.
  • Uses of Cluster in io.envoyproxy.envoy.config.cluster.v3

    Modifier and Type
    Method
    Description
    Cluster.Builder.build()
     
    Cluster.Builder.buildPartial()
     
    static Cluster
     
    Cluster.Builder.getDefaultInstanceForType()
     
     
    static Cluster
     
    static Cluster
    Cluster.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Cluster
    Cluster.parseFrom(byte[] data)
     
    static Cluster
    Cluster.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Cluster
    Cluster.parseFrom(com.google.protobuf.ByteString data)
     
    static Cluster
    Cluster.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Cluster
    Cluster.parseFrom(com.google.protobuf.CodedInputStream input)
     
    static Cluster
    Cluster.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Cluster
    Cluster.parseFrom(InputStream input)
     
    static Cluster
    Cluster.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Cluster
    Cluster.parseFrom(ByteBuffer data)
     
    static Cluster
    Cluster.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster
    Modifier and Type
    Method
    Description
    com.google.protobuf.Parser<Cluster>
     
    static com.google.protobuf.Parser<Cluster>
    Cluster.parser()
     
    Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster
    Modifier and Type
    Method
    Description
    Cluster.Builder.mergeFrom(Cluster other)
     
    Cluster.newBuilder(Cluster prototype)