Darren Shepherd
35e1b1e928
Allow 127 and 169 for IP in endpoint
2019-02-22 08:57:02 -07:00
Darren Shepherd
6c67e944a5
Delete abac api
2019-02-22 08:57:02 -07:00
Darren Shepherd
5931adaa3b
Remove DynamicAuditing
2019-02-22 08:57:02 -07:00
Darren Shepherd
67c88fed03
Remove TTLAfterFinished
2019-02-22 08:57:02 -07:00
Darren Shepherd
082ba537e9
Remove VolumeSnapshotDataSource
2019-02-22 08:57:02 -07:00
Darren Shepherd
1831e2eb12
Remove SCTPSupport
2019-02-22 08:57:02 -07:00
Darren Shepherd
d35f1abb03
Remove RuntimeClass
2019-02-22 08:57:02 -07:00
Darren Shepherd
16bd4589db
Remove autoscaling/v2beta1
2019-02-22 08:57:02 -07:00
Darren Shepherd
64213419ff
Remove scheduling/v1alpha1
2019-02-22 08:57:02 -07:00
Darren Shepherd
20baab69dc
Remove coordination/v1beta1
2019-02-22 08:57:02 -07:00
Darren Shepherd
7b6a5abe41
Remove settings
2019-02-22 08:57:02 -07:00
Darren Shepherd
4f0677b25b
Remove storage v1alpha1
2019-02-22 08:57:02 -07:00
Darren Shepherd
2267a1379e
Remove rbac v1alpha1
2019-02-22 08:57:02 -07:00
Darren Shepherd
00dc5e75f5
Remove imagepolicy
2019-02-22 08:57:02 -07:00
Darren Shepherd
6c99e6b456
Remove events
2019-02-22 08:57:02 -07:00
Darren Shepherd
ed63ae8f37
Remove authorization/v1beta1
2019-02-22 08:57:02 -07:00
Darren Shepherd
86bf15b811
Remove authentication/v1beta1
2019-02-22 08:57:02 -07:00
Darren Shepherd
bf26b0f838
Remove admissionregistration/v1alpha1
2019-02-22 08:57:02 -07:00
zuoxiu.jm
ff4c2cd0ed
fixes autoscaling types conversion
2018-12-06 12:42:55 +08:00
k8s-ci-robot
ec2e767e59
Merge pull request #71167 from msau42/block-beta
...
Promote raw block volume support to beta
2018-11-16 20:28:03 -08:00
Mike Danese
162699ca30
autogenerated
2018-11-16 17:54:33 -05:00
Mike Danese
04837fdef1
authn: add Audiences to TokenReview
2018-11-16 17:54:33 -05:00
Matthew Wong
9bbf768ad6
Fix BlockVolume feature gate toggling in validation & defaults unit tests
2018-11-16 13:38:59 -05:00
Matthew Wong
dd517c9ff2
Update all tests to account for BlockVolume enabled by default
2018-11-16 13:38:59 -05:00
Matthew Wong
2ff98f7832
Promote BlockVolume to beta
2018-11-16 13:38:59 -05:00
Jordan Liggitt
248d661327
Add tests to ensure storage feature gate changes don't escape packages
2018-11-16 10:52:53 -05:00
Jordan Liggitt
358c092abe
fix storage unit tests leaking feature flag changes
2018-11-16 10:52:52 -05:00
Michelle Au
fd64c08240
Fix storage feature gate test setting
2018-11-16 10:49:40 -05:00
Jordan Liggitt
eaff4fd4d2
Tolerate existing CSI fields in PVs when the feature is disabled
2018-11-14 17:57:54 -05:00
Jan Safranek
8cfce0af99
Tighten up validation of VolumeAttachment fields
2018-11-14 16:46:59 +01:00
Michelle Au
498cd61f41
Add volumeattachment status subresource
2018-11-14 14:01:16 +01:00
Jan Safranek
e95b188656
Generated files
2018-11-14 14:01:16 +01:00
Jan Safranek
633431c38a
Promote CSIPersistentVolumeSource to GA
2018-11-14 14:01:16 +01:00
Davanum Srinivas
954996e231
Move from glog to klog
...
- Move from the old github.com/golang/glog to k8s.io/klog
- klog as explicit InitFlags() so we add them as necessary
- we update the other repositories that we vendor that made a similar
change from glog to klog
* github.com/kubernetes/repo-infra
* k8s.io/gengo/
* k8s.io/kube-openapi/
* github.com/google/cadvisor
- Entirely remove all references to glog
- Fix some tests by explicit InitFlags in their init() methods
Change-Id: I92db545ff36fcec83afe98f550c9e630098b3135
2018-11-10 07:50:31 -05:00
k8s-ci-robot
040cc281f4
Merge pull request #70469 from WanLinghao/audit_validation_fix
...
fix auditsink validation output
2018-11-08 08:44:18 -08:00
k8s-ci-robot
3c10143967
Merge pull request #60195 from humblec/glusterfs-pvspec-3
...
Refactor GlusterFS PV spec.
2018-11-08 00:24:39 -08:00
Humble Chirammal
bdb051c72d
Refactor GlusterFS PV spec.
...
This patch introduces glusterfsPersistentVolumeSource addition
to glusterfsVolumeSource. All fields remains same as glusterfsVolumeSource
with an addition of a new field
called `EndpointsNamespace` to define namespace of endpoint in the
spec.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2018-11-06 15:51:01 +05:30
Jordan Liggitt
35178d352d
auth policy subproject approvers/reviewers
2018-11-06 00:57:39 -05:00
Jordan Liggitt
4ebe084376
certificates subproject approvers/reviewers
2018-11-06 00:57:38 -05:00
Jordan Liggitt
9ae79f9653
authorizers subproject approvers/reviewers
2018-11-06 00:57:38 -05:00
Jordan Liggitt
4fa2a0cc8a
authenticators subproject approvers/reviewers
2018-11-06 00:57:38 -05:00
k8s-ci-robot
2f837b15e4
Merge pull request #69681 from knightXun/patch-9
...
cleanup pkg/apis/core/types.go
2018-11-05 11:41:37 -08:00
Humble Chirammal
e031513a9b
Correct test name typo in validation.
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2018-11-02 16:40:06 +05:30
k8s-ci-robot
08351b6d6d
Merge pull request #68230 from bertinatto/remove_mount_propagation_gate
...
Remove mount propagation feature gate
2018-11-02 01:13:43 -07:00
Mehdy Bohlool
e27096cdb4
Update generated files
2018-10-31 14:47:13 -07:00
Mehdy Bohlool
1587d189cb
Refactor webhookclientConfig validation of admission and audit registration
2018-10-31 11:14:47 -07:00
Mehdy Bohlool
530c79939f
API Types for CRD conversion
2018-10-31 11:14:47 -07:00
Fabio Bertinatto
6c9b854542
Remove mount propagation feature gate logic
2018-10-31 15:51:37 +01:00
WanLinghao
0438cdf413
fix auditsink validation output
2018-10-31 15:21:05 +08:00
Jordan Liggitt
572dfe6cb7
generated files
2018-10-25 21:12:57 -04:00