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

@@ -10,8 +10,9 @@ namespace k8s.Models
using System.Linq;
/// <summary>
/// Pod Security Policy governs the ability to make requests that affect
/// the Security Context that will be applied to a pod and container.
/// PodSecurityPolicy governs the ability to make requests that affect the
/// Security Context that will be applied to a pod and container.
/// Deprecated: use PodSecurityPolicy from policy API Group instead.
/// </summary>
public partial class Extensionsv1beta1PodSecurityPolicy
{