Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add application profile annotation support #313

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

viveksyngh
Copy link
Member

@viveksyngh viveksyngh commented Nov 3, 2023

This change is Reviewable

@@ -1259,6 +1260,10 @@ func (gatewayManager *GatewayManager) CreateVirtualService(ctx context.Context,
return nil, fmt.Errorf("unhandled virtual service type [%s]", vsType)
}

if len(applicationProfile) != 0 {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we do if applicationProfile != "" which is the common pattern in golang

@viveksyngh viveksyngh force-pushed the add-app-profile-support branch from 9458977 to e555fd9 Compare November 15, 2023 13:13
@viveksyngh viveksyngh force-pushed the add-app-profile-support branch from e555fd9 to eb3a2b6 Compare November 16, 2023 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants