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

Switch Compute API to beta for NEG IPv6 fields when DualStackNEG feature flag is enabled #2104

Merged
merged 1 commit into from
May 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions pkg/neg/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,7 @@ func (key NegSyncerKey) GetAPIVersion() meta.Version {
// testing -- in this case though, the actual differentiator between Alpha
// and other versions is NOT something that can (or rather should) be
// covered within unit tests.
//
// TODO(gauravkghildiyal): Start using Beta APIs once they have the
// necessary changes.
return meta.VersionAlpha
return meta.VersionBeta
}
switch key.NegType {
case NonGCPPrivateEndpointType:
Expand Down