Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

fix: make master availabilityProfile an optional field for Azure Stack #2866

Merged
merged 2 commits into from
Mar 10, 2020

Conversation

jadarsie
Copy link
Member

Reason for Change:
PR #2717 made master.availabilityProfile a required field.

Issue Fixed:
#2855

@jadarsie jadarsie requested a review from rjaini March 10, 2020 00:58
pkg/api/const.go Outdated
// DefaultAzureStackAcceleratedNetworking set to false as Azure Stack today doesn't support accelerated networking
DefaultAzureStackAcceleratedNetworking = false

DefaultAzureStackAvailabilityProfile = AvailabilitySet
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Good to add a comment for consistency purpose.

Copy link
Member

Choose a reason for hiding this comment

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

yes, please add a comment here to the exported const

pkg/api/defaults.go Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Mar 10, 2020

Codecov Report

Merging #2866 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #2866      +/-   ##
==========================================
+ Coverage   72.46%   72.46%   +<.01%     
==========================================
  Files         140      140              
  Lines       25675    25677       +2     
==========================================
+ Hits        18606    18608       +2     
  Misses       5993     5993              
  Partials     1076     1076

Copy link
Member

@jackfrancis jackfrancis left a comment

Choose a reason for hiding this comment

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

/lgtm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants