-
Notifications
You must be signed in to change notification settings - Fork 125
Rename TrafficTarget to TrafficAccess. #226
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johnsonshi Could you use git mv
to move the traffic target spec file to the new path and then modify the file to rename traffic target to traffic access? This will preserve the author history of the spec file.
Renames the TrafficTarget traffic access api to TrafficAccess to increase clarity. Bumps traffic access version to v1alpha4. Resolves #177. Signed-off-by: Johnson Shi <[email protected]>
Renames the TrafficTarget traffic access api to TrafficAccess to increase clarity. Bumps traffic access version to v1alpha4. Resolves #177. Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
Back from oof @michelleN! Performed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @johnsonshi
The base branch was changed.
Renames the TrafficTarget traffic access api to TrafficAccess to increase clarity. Bumps traffic access version to v1alpha4. Resolves #177. Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The matches
keys in the traffic specs yaml should be routes
. Check out the latest traffic specs document https://github.com/servicemeshinterface/smi-spec/blob/draft/apis/traffic-specs/traffic-specs.md
Renames the TrafficTarget traffic access api to
TrafficAccess to increase clarity.
Bumps traffic access version to v1alpha4.
Resolves #177.
Signed-off-by: Johnson Shi [email protected]