mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-03 02:00:18 +00:00
8 lines
252 B
Go
8 lines
252 B
Go
// Api versions allow the api contract for a resource to be changed while keeping
|
|
// backward compatibility by support multiple concurrent versions
|
|
// of the same resource
|
|
|
|
// +k8s:deepcopy-gen=package
|
|
// +groupName=networking.istio.io
|
|
package v1beta1
|