You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
298 B
Go
8 lines
298 B
Go
6 years ago
|
// 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
|
||
|
|
||
|
// Package v1beta2 is the second version of the stack, containing a structured spec
|
||
|
// +k8s:openapi-gen=true
|
||
|
package v1beta2
|