Skip to content

Commit

Permalink
Merge pull request #934 from cxhiano/hybrid-neg-composite-type
Browse files Browse the repository at this point in the history
Use Alpha API for hybrid NEGs.
  • Loading branch information
k8s-ci-robot committed Nov 12, 2019
2 parents 011cb28 + fcceb19 commit 5d2e3fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/neg/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ func (key NegSyncerKey) GetAPIVersion() meta.Version {
switch key.NegType {
case VmPrimaryIpEndpointType:
return meta.VersionAlpha
case NonGCPPrivateEndpointType:
return meta.VersionAlpha
default:
return meta.VersionGA
}
Expand Down

0 comments on commit 5d2e3fa

Please sign in to comment.