-
Notifications
You must be signed in to change notification settings - Fork 260
test: add multitenancy ut's #1018
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
Conversation
a7c6543 to
a54edbd
Compare
a54edbd to
4682ba2
Compare
cni/network/multitenancy.go
Outdated
| func getContainerNetworkConfiguration( | ||
| ctx context.Context, nwCfg *cni.NetworkConfig, podName string, podNamespace string, ifName string) (*cniTypesCurr.Result, *cns.GetNetworkContainerResponse, net.IPNet, error) { | ||
| func (a *azureMultitenancyClient) getContainerNetworkConfiguration( | ||
| ctx context.Context, nwCfg *cni.NetworkConfig, podName1 string, podNamespace string, ifName string) (*cniTypesCurr.Result, *cns.GetNetworkContainerResponse, net.IPNet, error) { |
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.
remove rename
| cnsclient cnsclient | ||
| netioshim netioshim |
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.
where we are intializing this?
176ae3d to
ebfbc45
Compare
ebfbc45 to
7a9b5c9
Compare
tamilmani1989
left a comment
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
Reason for Change:
Issue Fixed:
Requirements:
Notes: