From b567cf02524b2f0711796125aaeb19b7f1eee75e Mon Sep 17 00:00:00 2001 From: James Peach Date: Thu, 8 Oct 2020 08:55:21 +1100 Subject: [PATCH] Delete the unused ListenerExtensionObjectReference. Signed-off-by: James Peach --- apis/v1alpha1/gateway_types.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apis/v1alpha1/gateway_types.go b/apis/v1alpha1/gateway_types.go index 3e56350085..5bee778b24 100644 --- a/apis/v1alpha1/gateway_types.go +++ b/apis/v1alpha1/gateway_types.go @@ -552,12 +552,6 @@ const ( NamedAddressType AddressType = "NamedAddress" ) -// ListenerExtensionObjectReference identifies a listener extension object -// within a known namespace. -// -// +k8s:deepcopy-gen=false -type ListenerExtensionObjectReference = LocalObjectReference - // GatewayStatus defines the observed state of Gateway. type GatewayStatus struct { // Addresses lists the IP addresses that have actually been