mirror of
https://github.com/containers/podman.git
synced 2025-06-18 07:28:57 +08:00

Vendor in the latest changes for buildah to apply the implemented features here as well. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
9 lines
220 B
Go
9 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
|