generate v1.11.0 (#182)

* generate v1.11 -rc3

* add generated watcher

* regenrate with 1.11.0
This commit is contained in:
Boshi Lian
2018-07-02 22:22:11 +08:00
committed by Brendan Burns
parent bc1cb6205c
commit 49bb82b15d
87 changed files with 10176 additions and 1442 deletions

View File

@@ -70,10 +70,6 @@ namespace k8s.Models
{
throw new ValidationException(ValidationRules.CannotBeNull, "Preference");
}
if (Preference != null)
{
Preference.Validate();
}
}
}
}