Skip to content

Commit

Permalink
Update Kubernetes client libraries to 1.13.0 (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Feb 28, 2019
1 parent 3d3d33a commit 2ca2cdc
Show file tree
Hide file tree
Showing 991 changed files with 48,146 additions and 76,422 deletions.
1 change: 1 addition & 0 deletions api/api-rules/violation_exceptions.list
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ API rule violation: names_match,k8s.io/api/core/v1,ContainerStatus,LastTerminati
API rule violation: names_match,k8s.io/api/core/v1,DaemonEndpoint,Port
API rule violation: names_match,k8s.io/api/core/v1,Event,ReportingController
API rule violation: names_match,k8s.io/api/core/v1,FCVolumeSource,WWIDs
API rule violation: names_match,k8s.io/api/core/v1,GlusterfsPersistentVolumeSource,EndpointsName
API rule violation: names_match,k8s.io/api/core/v1,GlusterfsVolumeSource,EndpointsName
API rule violation: names_match,k8s.io/api/core/v1,ISCSIPersistentVolumeSource,DiscoveryCHAPAuth
API rule violation: names_match,k8s.io/api/core/v1,ISCSIPersistentVolumeSource,SessionCHAPAuth
Expand Down
5 changes: 3 additions & 2 deletions api/crds/vaultpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,9 @@ spec:
There cannot be more than one managing controller.
items:
description: OwnerReference contains enough information to let you
identify an owning object. Currently, an owning object must be in
the same namespace, so there is no namespace field.
identify an owning object. An owning object must be in the same
namespace as the dependent, or be cluster-scoped, so there is no
namespace field.
properties:
apiVersion:
description: API version of the referent.
Expand Down
5 changes: 3 additions & 2 deletions api/crds/vaultpolicybinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,9 @@ spec:
There cannot be more than one managing controller.
items:
description: OwnerReference contains enough information to let you
identify an owning object. Currently, an owning object must be in
the same namespace, so there is no namespace field.
identify an owning object. An owning object must be in the same
namespace as the dependent, or be cluster-scoped, so there is no
namespace field.
properties:
apiVersion:
description: API version of the referent.
Expand Down
8 changes: 4 additions & 4 deletions api/crds/vaultserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,9 @@ spec:
There cannot be more than one managing controller.
items:
description: OwnerReference contains enough information to let you
identify an owning object. Currently, an owning object must be in
the same namespace, so there is no namespace field.
identify an owning object. An owning object must be in the same
namespace as the dependent, or be cluster-scoped, so there is no
namespace field.
properties:
apiVersion:
description: API version of the referent.
Expand Down Expand Up @@ -3678,8 +3679,7 @@ spec:
type: boolean
volumeDevices:
description: volumeDevices is the list of block devices
to be used by the container. This is an alpha feature
and may change in the future.
to be used by the container. This is a beta feature.
items:
description: volumeDevice describes a mapping of a raw
block device within a container.
Expand Down
5 changes: 3 additions & 2 deletions api/crds/vaultserverversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,9 @@ spec:
There cannot be more than one managing controller.
items:
description: OwnerReference contains enough information to let you
identify an owning object. Currently, an owning object must be in
the same namespace, so there is no namespace field.
identify an owning object. An owning object must be in the same
namespace as the dependent, or be cluster-scoped, so there is no
namespace field.
properties:
apiVersion:
description: API version of the referent.
Expand Down
Loading

0 comments on commit 2ca2cdc

Please sign in to comment.