api: remove v2-api-diff annotation. (#8270)

This existed for the v1 -> v2 migration and is no longer relevant.

Signed-off-by: Harvey Tuch <htuch@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ 358793bce7a0a3eb41f4d9961da5c61b374ceb7d
pull/620/head
data-plane-api(CircleCI) 6 years ago
parent 27f2d0385a
commit c4c78fd0a4
  1. 3
      envoy/api/v2/auth/cert.proto
  2. 8
      envoy/api/v2/lds.proto
  3. 2
      envoy/api/v3alpha/auth/cert.proto
  4. 8
      envoy/api/v3alpha/lds.proto

@ -386,7 +386,8 @@ message DownstreamTlsContext {
message SdsSecretConfig { message SdsSecretConfig {
// Name (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to. // Name (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to.
// When both name and config are specified, then secret can be fetched and/or reloaded via SDS. // When both name and config are specified, then secret can be fetched and/or reloaded via SDS.
// When only name is specified, then secret will be loaded from static resources [V2-API-DIFF]. // When only name is specified, then secret will be loaded from static
// resources.
string name = 1; string name = 1;
core.ConfigSource sds_config = 2; core.ConfigSource sds_config = 2;
} }

@ -93,10 +93,10 @@ message Listener {
// bind can only receive connections redirected from other listeners that // bind can only receive connections redirected from other listeners that
// set use_original_dst parameter to true. Default is true. // set use_original_dst parameter to true. Default is true.
// //
// [V2-API-DIFF] This is deprecated in v2, all Listeners will bind to their // This is deprecated in v2, all Listeners will bind to their port. An
// port. An additional filter chain must be created for every original // additional filter chain must be created for every original destination
// destination port this listener may redirect to in v2, with the original // port this listener may redirect to in v2, with the original port
// port specified in the FilterChainMatch destination_port field. // specified in the FilterChainMatch destination_port field.
// //
// [#comment:TODO(PiotrSikora): Remove this once verified that we no longer need it.] // [#comment:TODO(PiotrSikora): Remove this once verified that we no longer need it.]
google.protobuf.BoolValue bind_to_port = 1; google.protobuf.BoolValue bind_to_port = 1;

@ -386,7 +386,7 @@ message DownstreamTlsContext {
message SdsSecretConfig { message SdsSecretConfig {
// Name (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to. // Name (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to.
// When both name and config are specified, then secret can be fetched and/or reloaded via SDS. // When both name and config are specified, then secret can be fetched and/or reloaded via SDS.
// When only name is specified, then secret will be loaded from static resources [V2-API-DIFF]. // When only name is specified, then secret will be loaded from static resources.
string name = 1; string name = 1;
core.ConfigSource sds_config = 2; core.ConfigSource sds_config = 2;
} }

@ -93,10 +93,10 @@ message Listener {
// bind can only receive connections redirected from other listeners that // bind can only receive connections redirected from other listeners that
// set use_original_dst parameter to true. Default is true. // set use_original_dst parameter to true. Default is true.
// //
// [V2-API-DIFF] This is deprecated in v2, all Listeners will bind to their // This is deprecated in v2, all Listeners will bind to their port. An
// port. An additional filter chain must be created for every original // additional filter chain must be created for every original destination
// destination port this listener may redirect to in v2, with the original // port this listener may redirect to in v2, with the original port
// port specified in the FilterChainMatch destination_port field. // specified in the FilterChainMatch destination_port field.
// //
// [#comment:TODO(PiotrSikora): Remove this once verified that we no longer need it.] // [#comment:TODO(PiotrSikora): Remove this once verified that we no longer need it.]
google.protobuf.BoolValue bind_to_port = 1; google.protobuf.BoolValue bind_to_port = 1;

Loading…
Cancel
Save