Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 39a3483

Browse files
author
Michelle Noorali
committed
ref(*): remove port from traffic target
as per servicemeshinterface/smi-spec#185 Signed-off-by: Michelle Noorali <[email protected]>
1 parent a18254d commit 39a3483

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

pkg/apis/access/v1alpha3/traffic_target.go

-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ type IdentityBindingSubject struct {
6161
// Namespace where the Subject is deployed
6262
// +optional
6363
Namespace string `json:"namespace,omitempty"`
64-
65-
// Port defines a TCP port to apply the TrafficTarget to
66-
// +optional
67-
Port *int `json:"port,omitempty"`
6864
}
6965

7066
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

pkg/apis/access/v1alpha3/zz_generated.deepcopy.go

+2-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)