Remove vestiges of defaulting from conversion path, switch to top-level default registration only

This commit is contained in:
Jordan Liggitt
2017-03-10 16:03:07 -05:00
parent 06cdb02fca
commit ad116026d9
72 changed files with 273 additions and 318 deletions

View File

@@ -16,6 +16,7 @@ limitations under the License.
// +k8s:deepcopy-gen=package,register
// +k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/policy
// +k8s:defaulter-gen=TypeMeta
// Package policy is for any kind of policy object. Suitable examples, even if
// they aren't all here, are PodDisruptionBudget, PodSecurityPolicy,