mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 09:25:43 +00:00
Vendor in the latest changes for buildah to apply the implemented features here as well. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
8 lines
220 B
Go
8 lines
220 B
Go
// +k8s:deepcopy-gen=package,register
|
|
// +k8s:defaulter-gen=TypeMeta
|
|
// +k8s:openapi-gen=true
|
|
|
|
// +kubebuilder:validation:Optional
|
|
// +groupName=config.openshift.io
|
|
// Package v1 is the v1 version of the API.
|
|
package v1
|