Drop regeneration directives from copied code.

This commit is contained in:
monopole
2021-02-26 14:34:22 -08:00
parent c9d9348944
commit bbebd1e56a
4 changed files with 3 additions and 6 deletions

View File

@@ -121,7 +121,6 @@ func (a ByKey) Less(i, j int) bool { return a[i].key < a[j].key }
// The zero value of Requirement is invalid.
// Requirement implements both set based match and exact match
// Requirement should be initialized via NewRequirement constructor for creating a valid Requirement.
// +k8s:deepcopy-gen=true
type Requirement struct {
key string
operator selection.Operator