fix: align toolset names with gcore-python SDK and fix documentation#8
Open
algis-dumbris wants to merge 2 commits intomainfrom
Open
fix: align toolset names with gcore-python SDK and fix documentation#8algis-dumbris wants to merge 2 commits intomainfrom
algis-dumbris wants to merge 2 commits intomainfrom
Conversation
94b3c75 to
eb42049
Compare
- Fix networks → networking (actual toolset name) - Add gpu_virtual toolset for GPU virtual cluster management - Add missing toolsets to docs: security, storage, ai, containers - Clarify gpu_baremetal vs gpu_virtual distinction - Update example to use correct toolset names (storage, networking)
- gpu_baremetal_clusters → gpu_baremetal.clusters (SDK property path) - gpu_virtual_clusters → gpu_virtual.clusters (SDK property path) - load_balancers.l7policies → load_balancers.l7_policies (underscore) - volumes.snapshots → volume_snapshots (top-level resource) - Remove nonexistent ai_clusters and inference.models entries - Clean up dead shortening rules
b31879f to
6cc96bd
Compare
This file contains hidden or 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
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.
Summary
Toolset name fixes (aligned with gcore-python v0.31.0)
cloud.gpu_baremetal_clusters.*cloud.gpu_baremetal.clusters.*cloud.gpu_virtual_clusters.*cloud.gpu_virtual.clusters.*cloud.load_balancers.l7policies.*cloud.load_balancers.l7_policies.*cloud.volumes.snapshots.*cloud.volume_snapshots.*cloud.ai_clusters.*cloud.inference.models.*Documentation fixes
networks→networking(actual toolset name in code)security,storage,ai,containers,gpu_virtualOther cleanup
gpu_baremetal_clusters,models,ai_clusters,l7policies)l7_policiesandvolume_snapshotsshortening rules to domain handler