We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Kube quadlet look like the following
# caddy.kube [Kube] Yaml=caddy-kube.yaml
Then are pointing to a Yaml file, here caddy-kube.yaml.
caddy-kube.yaml
Deleting the Kube quadlet from the podman desktop extension do not delete the corresponding yaml file.
The text was updated successfully, but these errors were encountered:
I am yet not sure how to proceed with displaying the corresponding Yaml of a kube Quadlet in the details.
Yaml
I would argue the first step would be to add to the Quadlet and QuadletInfo interface the type: QuadletType (Draft branch https://github.com/axel7083/extension-podman-quadlet/tree/feature/adding-type-quadlet-info)
Quadlet
QuadletInfo
type: QuadletType
Then we may add a specific method like getYAML to the QuadletAPI which would check the YAML property and read from the podman machine the file 🤔
getYAML
QuadletAPI
Sorry, something went wrong.
No branches or pull requests
Description
Kube quadlet look like the following
Then are pointing to a Yaml file, here
caddy-kube.yaml
.Deleting the Kube quadlet from the podman desktop extension do not delete the corresponding yaml file.
Solution
The text was updated successfully, but these errors were encountered: