Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions api/gloo/gateway/v1/external_options.proto
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ message VirtualHostOptionSpec {
// When using Kubernetes Gateway API mode, targetRefs can be used to attach this VirtualHostOption
// to a gateway.networking.k8s.io/Gateway object. The `options` specified will then be used
// for all `Listeners` in the `Gateway` unless `targetRef.sectionName` is specified.
// NOTE: This is a repeated field but currently ONLY supports a single targetRef.
// If multiple targetRefs are provided, only the first in the list will be used.
repeated core.skv2.solo.io.PolicyTargetReferenceWithSectionName target_refs = 5;
}

Expand Down Expand Up @@ -247,8 +245,6 @@ message RouteOptionSpec {
// When using Kubernetes Gateway API mode, targetRefs can be used to attach this RouteOption
// to a gateway.networking.k8s.io/HTTPRoute object. The `options` specified will then be used
// for all `Rules` in the `HTTPRoute`.
// NOTE: This is a repeated field but currently ONLY supports a single targetRef.
// If multiple targetRefs are provided, only the first in the list will be used.
repeated core.skv2.solo.io.PolicyTargetReference target_refs = 5;
}

Expand All @@ -261,8 +257,6 @@ message ListenerOptionSpec {
// When using Kubernetes Gateway API mode, targetRefs can be used to attach this ListenerOption
// to a gateway.networking.k8s.io/Gateway object. The `options` specified will then be used
// for all `Listeners` in the `Gateway` unless `targetRef.sectionName` is specified.
// NOTE: This is a repeated field but currently ONLY supports a single targetRef.
// If multiple targetRefs are provided, only the first in the list will be used.
repeated core.skv2.solo.io.PolicyTargetReferenceWithSectionName target_refs = 3;
}

Expand All @@ -275,8 +269,6 @@ message HttpListenerOptionSpec {
// When using Kubernetes Gateway API mode, targetRef can be used to attach this VirtualHostOption
// to a gateway.networking.k8s.io/Gateway object. The `options` specified will then be used
// for all `Listeners` in the `Gateway` unless `targetRef.sectionName` is specified.
// NOTE: This is a repeated field but currently ONLY supports a single targetRef.
// If multiple targetRefs are provided, only the first in the list will be used.
repeated core.skv2.solo.io.PolicyTargetReferenceWithSectionName target_refs = 3;
}

Expand Down
8 changes: 0 additions & 8 deletions pkg/api/gateway.solo.io/v1/external_options.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading