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

getRawValue - AddCluster and CreatePod #69

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

poddm
Copy link
Contributor

@poddm poddm commented Aug 9, 2023

Adding additional APIs to getRawValue.

  • AddCluster
  • CreatePod
{
    "listclustersmetricsresponse": {
        "count": 1,
        "cluster": [
            {
                "state": "Enabled",
                 ....
}
{
    "listpodsresponse": {
        "count": 1,
        "pod": [
            {
                "id": "82d8c07d-87c8-4e42-852e-7329f7ba2451",
                "name": "test",
                 ....
}

@poddm
Copy link
Contributor Author

poddm commented Oct 31, 2023

@Pearl1594 @rohityadavcloud, can you please review?

Copy link
Contributor

@Pearl1594 Pearl1594 left a comment

Choose a reason for hiding this comment

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

Thanks @poddm . LGTM.

@Pearl1594 Pearl1594 merged commit 8673770 into apache:main Nov 1, 2023
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

2 participants