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 kube registry and examples #271

Merged
merged 2 commits into from Jul 12, 2018
Merged

Conversation

ninokop
Copy link
Collaborator

@ninokop ninokop commented Jul 11, 2018

No description provided.

@ninokop ninokop force-pushed the master branch 2 times, most recently from a3cf655 to 1ddc810 Compare July 11, 2018 07:45
Copy link
Member

@tianxiaoliang tianxiaoliang left a comment

Choose a reason for hiding this comment

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

add doc plz

@@ -18,6 +18,7 @@ type RegistryStruct struct {
Tenant string `yaml:"tenant"`
AutoRegister string `yaml:"register"`
APIVersion RegistryAPIVersionStruct `yaml:"api"`
ConfigPath string `yaml:"configPath"`
Copy link
Member

Choose a reason for hiding this comment

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

registry is deprecated, do not maintain, you can add this comment at the top

@tianxiaoliang
Copy link
Member

provide the doc

@tianxiaoliang
Copy link
Member

need UT for kube controller

@coveralls
Copy link

coveralls commented Jul 11, 2018

Coverage Status

Coverage decreased (-0.1%) to 61.428% when pulling dcbd61b on ninokop:master into 9afb111 on ServiceComb:master.

@@ -137,3 +137,18 @@ func (m *MicroServiceInstance) WithAppID(v string) *MicroServiceInstance {
m.Metadata[common.BuildinTagApp] = v
return m
}

// GetEndPointByProto get endpoint by protocol
func (m *MicroServiceInstance) GetEndPointByProto(proto string) (string, bool) {
Copy link
Member

Choose a reason for hiding this comment

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

limit user k8s service port name naming convention, not use code to handle complicated scenario

@ninokop ninokop force-pushed the master branch 4 times, most recently from 493b4aa to 1807509 Compare July 12, 2018 02:22
@tianxiaoliang tianxiaoliang merged commit b89e463 into go-chassis:master Jul 12, 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.

None yet

3 participants