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

crd: add new attributes to the spec #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maiqueb
Copy link
Collaborator

@maiqueb maiqueb commented Sep 10, 2024

This commits adds attributes to the spec:

  • spec.IPRequests: user can specify the IP address for an interface
  • status.Conditions: controller can report success / errors while reserving IP addresses for a workload
  • status.OwnerPod: controller reports which pod owns the allocation

The first two conditions are used to support a feature where the user indicates ahead of time which IP address they want their VMs to have, while the latter can be used to provide information to the user, and to ensure that a claim in use cannot be used by another workload.

@maiqueb maiqueb marked this pull request as draft September 10, 2024 14:37
This commits adds attributes to the spec:
- spec.IPRequests: user can specify the IP address for an interface
- status.Conditions: controller can report success / errors while
  reserving IP addresses for a workload
- status.OwnerPod: controller reports which pod owns the allocation

The first two conditions are used to support a feature where the user
indicates ahead of time which IP address they want their VMs to have,
while the latter can be used to provide information to the user, and to
ensure that a claim in use cannot be used by another workload.

Signed-off-by: Miguel Duarte Barroso <[email protected]>
@maiqueb maiqueb force-pushed the add-iprequests-attributes-1.20 branch from 3cedee2 to 03ae034 Compare September 10, 2024 14:40
@maiqueb maiqueb marked this pull request as ready for review September 19, 2024 11:39
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.

1 participant