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

Add RequiredHostSpec #146

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Conversation

cgwalters
Copy link
Collaborator

We want to gracefully handle the case where there's no booted/staged image - i.e. when there's no spec.

However we only support deploying a container image. So add a RequiredHostSpec that is like HostSpec but without the Option.

This drops out a few unnecessary Option-juggling in the deploy code.

Prep for adding configmaps to the spec.

We want to gracefully handle the case where there's no booted/staged
image - i.e. when there's no spec.

However we only support deploying a container image.  So add
a `RequiredHostSpec` that is like `HostSpec` but without the
`Option`.

This drops out a few unnecessary `Option`-juggling in the deploy
code.

Prep for adding configmaps to the spec.

Signed-off-by: Colin Walters <walters@verbum.org>
@cgwalters cgwalters merged commit 0a657ea into containers:main Oct 15, 2023
8 checks passed
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.

None yet

1 participant