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 CPU Type to Server Type #91

Merged
merged 5 commits into from
Aug 7, 2018
Merged

Add CPU Type to Server Type #91

merged 5 commits into from
Aug 7, 2018

Conversation

LKaemmerling
Copy link
Member

No description provided.

@LKaemmerling LKaemmerling requested a review from thcyron August 7, 2018 06:37
@@ -534,6 +534,7 @@ func TestServerTypeFromSchema(t *testing.T) {
"memory": 1.0,
"disk": 20,
"storage_type": "local",
"cpu_type": "shared",
Copy link
Contributor

Choose a reason for hiding this comment

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

Wrong indentation.

@@ -32,6 +33,17 @@ const (
StorageTypeCeph StorageType = "ceph"
)

// CPUType specifies the type of cpu
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use proper casing for “cpu” and make it a proper sentence.

type CPUType string

const (
// CPUTypeShared is the type for shared cpu cores.
Copy link
Contributor

Choose a reason for hiding this comment

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

cpu cores → CPU

Copy link
Contributor

@thcyron thcyron left a comment

Choose a reason for hiding this comment

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

Please also add an entry to CHANGES.md.

@thcyron thcyron merged commit 0564ddf into hetznercloud:master Aug 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants