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

Support managing admin spec of mesh controller #71

Merged
merged 2 commits into from
Sep 1, 2021

Conversation

xxx7xxxx
Copy link
Contributor

Fixed #65 Based on #70

@xxx7xxxx xxx7xxxx requested a review from zhao-kun August 29, 2021 08:55
@codecov-commenter
Copy link

codecov-commenter commented Aug 29, 2021

Codecov Report

Merging #71 (7c7ccd6) into main (98abfc0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   68.64%   68.64%           
=======================================
  Files           2        2           
  Lines         236      236           
=======================================
  Hits          162      162           
  Misses         58       58           
  Partials       16       16           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 98abfc0...7c7ccd6. Read the comment docs.

Name string `json:"name" jsonschema:"required"`
Labels map[string]string `json:"labels" jsonschema:"omitempty"`
Name string `json:"name" yaml:"name" jsonschema:"required"`
Labels map[string]string `json:"labels" yaml:"labels" jsonschema:"omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

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

Label is appeared in outputs of the emctl get meshcontroller -o yaml command even its value is null

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated

Copy link
Contributor

@zhao-kun zhao-kun left a comment

Choose a reason for hiding this comment

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

LGTM

@zhao-kun zhao-kun merged commit 7fe91ba into megaease:main Sep 1, 2021
@xxx7xxxx xxx7xxxx deleted the operator-2 branch September 2, 2021 00:59
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.

Support update or query configuration of the EaseMesh controller via emctl
3 participants