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

[Feature] Label support #12

Open
Kjarrigan opened this issue Sep 24, 2018 · 5 comments
Open

[Feature] Label support #12

Kjarrigan opened this issue Sep 24, 2018 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@Kjarrigan
Copy link
Collaborator

hetznercloud/cli@bf79862

@Kjarrigan
Copy link
Collaborator Author

Are you alive?

@tonobo
Copy link
Owner

tonobo commented Oct 25, 2018

Of course ;)

@MarkusFreitag
Copy link
Collaborator

Any estimate when labels will be available, they would be quite handy for tagging resources for CI.

@RaphaelPour
Copy link
Collaborator

RaphaelPour commented Feb 11, 2022

Hey 👋

I want to take a look at the labels and just drop some thought here to go over it later.

Example:

# creating a server with labels
c = Hcloud::Client.new(token: "<your project token>")
c.servers.create(name: "moo6", server_type: "cx11", image: "ubuntu-22.04", labels: ["ci", "runner-923fb89a"])

# removing a label
c.servers.remove_label("ci")

@RaphaelPour RaphaelPour self-assigned this Feb 11, 2022
@RaphaelPour RaphaelPour added the enhancement New feature or request label Feb 11, 2022
@RaphaelPour RaphaelPour changed the title Add support for Labels!!! [Lib] Label support Feb 17, 2022
@RaphaelPour RaphaelPour changed the title [Lib] Label support [Feature] Label support Feb 17, 2022
@ghost
Copy link

ghost commented Nov 16, 2022

We have additional affected resource types:

  • network
  • upcoming: firewalls

Resource types that also have labels, but are not implemented in this library, yet:

  • certificates
  • load balancers
  • primary IPs
  • placement groups

@ghost ghost mentioned this issue Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants