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

@@ -36,9 +36,8 @@ namespace k8s.Models
/// If the webhook is running within the cluster, then you should use
/// `service`.
///
/// If there is only one port open for the service, that port will be
/// used. If there are multiple ports open, port 443 will be used if it
/// is open, otherwise it is an error.</param>
/// Port 443 will be used if it is open, otherwise it is an
/// error.</param>
/// <param name="url">`url` gives the location of the webhook, in
/// standard URL form (`[scheme://]host:port/path`). Exactly one of
/// `url` or `service` must be specified.
@@ -91,9 +90,7 @@ namespace k8s.Models
/// If the webhook is running within the cluster, then you should use
/// `service`.
///
/// If there is only one port open for the service, that port will be
/// used. If there are multiple ports open, port 443 will be used if it
/// is open, otherwise it is an error.
/// Port 443 will be used if it is open, otherwise it is an error.
/// </summary>
[JsonProperty(PropertyName = "service")]
public Admissionregistrationv1beta1ServiceReference Service { get; set; }