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

ADCM-6119: Implement HostProvider object #8

Merged
merged 5 commits into from
Nov 20, 2024
Merged

Conversation

Starovoitov
Copy link
Collaborator

No description provided.

adcm_aio_client/core/objects/cm.py Outdated Show resolved Hide resolved
adcm_aio_client/core/objects/cm.py Outdated Show resolved Hide resolved
@@ -110,3 +120,78 @@ def get_own_path(self: Self) -> Endpoint:

class ComponentsNode(NonPaginatedChildAccessor[Service, Component, None]):
class_type = Component


class Prototype[ParentObject: InteractiveObject](InteractiveChildObject[ParentObject]):
Copy link
Collaborator

Choose a reason for hiding this comment

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

There is no such entity in the requirements. We don't want the user to know about the existence of such an entity. Please delete it

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

deleted

adcm_aio_client/core/objects/cm.py Outdated Show resolved Hide resolved
adcm_aio_client/core/objects/cm.py Outdated Show resolved Hide resolved
adcm_aio_client/core/objects/cm.py Outdated Show resolved Hide resolved
@Starovoitov Starovoitov merged commit a2efbba into feature/ADCM-6064 Nov 20, 2024
3 checks passed
@Starovoitov Starovoitov deleted the ADCM-6119 branch November 20, 2024 10:28
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.

5 participants