-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(mrs): mrs resources not tested #148
Conversation
config/groups.go
Outdated
"flexibleengine_mrs_cluster_v2": ReplaceGroupWords("mrs", 1), // Group: mrs, Kind: Cluster | ||
"flexibleengine_mrs_job_v2": ReplaceGroupWords("mrs", 1), // Group: mrs, Kind: Job |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
old writes...i fix it
config/mrs/config.go
Outdated
r.UseAsync = true | ||
// cluster_id | ||
r.References["cluster_id"] = config.Reference{ | ||
Type: tools.GenerateType("mrs", "Cluster"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In same resource it's recommended to use local type.
Type: tools.GenerateType("mrs", "Cluster"), | |
Type: "Cluster", |
Please edit title of PR. Only cluster resource has tested |
589939a
to
1502c03
Compare
1502c03
to
4d00dc1
Compare
Description of your changes
feat(mrs/cluster): Add MRS Cluster example
chore(mrs/job): find an issue #140
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested