-
Notifications
You must be signed in to change notification settings - Fork 115
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/m foundation central imaging #422
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FC Client Fix SDK v2 update Foundation Central: Basic code to create cluster. Lint fix Polling for cluster creation. Lint fixes. resource and data_source for create API keys for fc datasource for list api keys dataresource for listing api keys in FC naming convention and rebasing lint changes lint changes addressing comments added the context params in interface and methods adding context in api method datasource for imageNodes List FC lint changes removing trailing white spaces datasource for imaged nodes list changes after rebasing datasource for getting imaged cluster list added foundation init config parameter in schema lint changes in fc struct removed the commented lines Added schema for cluster details added the readContext for image cluster details Added hardware attibutes faltten function. change d.SetId to imaged_cluster_uuid instead of unique ID datasource for node details lint fixes dataSource for Node Details changes for expanding network list call and skip cluster creation paramater added the Poll method and delete cluster API Added ReadContext in resource lint changes lint changes changed the node delay tiemout changes as per suggestion
Collaborator
Author
/ok-to-test
|
Collaborator
Author
/ok-to-test
|
bhati-pradeep
requested changes
Apr 13, 2022
siddharth-kulshrestha
approved these changes
Apr 13, 2022
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.
One minor comment for code readability
nutanix/data_source_nutanix_foundation_central_imaged_node_details.go
Outdated
Show resolved
Hide resolved
bhati-pradeep
approved these changes
Apr 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Foundation Central -:
Added Datasources
- Get an API Key
- Get list of API Keys
- Imaged Node details
- List of All imaged node details
- Imaged Cluster details
- List of all imaged cluster details
Added Resources
- Create an API Key
- Image Clusters