You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using go bindings consume a pod spec and schedule a new pod. We will want to decode the file to v1.Pod so we can add what we want such as env, name etc before scheduling.
Using go bindings consume a pod spec and schedule a new pod. We will want to decode the file to v1.Pod so we can add what we want such as env, name etc before scheduling.
https://github.com/containers/podman/blob/main/pkg/bindings/kube/kube.go#L19
The text was updated successfully, but these errors were encountered: