mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
10 lines
348 B
Go
Vendored
10 lines
348 B
Go
Vendored
// +k8s:deepcopy-gen=package,register
|
|
// +k8s:defaulter-gen=TypeMeta
|
|
// +k8s:openapi-gen=true
|
|
|
|
// Package v1 provides version v1 of the types and functions necessary to
|
|
// manage and inspect a slice of conditions. It is opinionated in the
|
|
// condition types provided but leaves it to the user to define additional
|
|
// types as necessary.
|
|
package v1
|