danielqsj
142fe19f2d
fix increment-decrement lint error
2019-05-06 13:14:51 +08:00
danielqsj
ed9a3fae8e
replace errors.New(fmt.Sprintf()) with fmt.Errorf()
2019-05-05 17:48:20 +08:00
Pengfei Ni
f085c991cc
Cleanup the workarounds for augmented NSGs since it has been GA
2019-05-05 14:53:00 +08:00
Mike Spreitzer
fad9dec758
Fix comment on SharedInformer.Run
...
The old wording suggested that `Run` only gets the controller started.
Changed the wording to make it clear that `Run` only returns after the
controller is stopped.
2019-05-04 23:27:42 -04:00
Clayton Coleman
e256c15df3
Make metav1beta1 be equivalent to metav1 internally
...
All except PartialObjectMetadataList are identical and should be made
that way internally. This allows the internalversion to convert between
them.
2019-05-04 21:00:20 -04:00
Kubernetes Prow Robot
aefa6d4492
Merge pull request #77022 from liggitt/webhook-error-success
...
Ensure 4xx+ response codes from webhook rejections
2019-05-03 18:25:50 -07:00
Kubernetes Prow Robot
4e1e5af09d
Merge pull request #77403 from liggitt/apimachinery-protobuf
...
Generate and verify apimachinery protobuf
2019-05-03 15:12:04 -07:00
Aldo Culquicondor
d077d21867
Store runtimeHandler for the PodSandboxStatus in FakeRuntimeService
...
Include the RuntimeHandler in ListPodSandbox
Signed-off-by: Aldo Culquicondor <acondor@google.com >
2019-05-03 16:07:46 -04:00
Aldo Culquicondor
6732906d3b
Implement UpdateContainerResources in FakeRuntimeService
...
Signed-off-by: Aldo Culquicondor <acondor@google.com >
2019-05-03 15:46:44 -04:00
Kubernetes Prow Robot
5bbad4fd46
Merge pull request #77368 from liggitt/handle-status-objects
...
Require version match to special-case status objects
2019-05-03 12:35:51 -07:00
Jordan Liggitt
e606f51ff6
Generate meta/v1 protobuf
2019-05-03 11:18:04 -04:00
Jordan Liggitt
dbe61286d5
Require version match to special-case status objects
2019-05-03 10:11:52 -04:00
Subramanian Neelakantan
18922a3c44
Use any host that mounts the datastore to create Volume
...
Also, This change makes zone to work per datacenter and cleans up dummy vms.
There can be multiple datastores found for a given name. The datastore name is
unique only within a datacenter. So this commit returns a list of datastores
for a given datastore name in FindDatastoreByName() method. The calles are
responsible to handle or find the right datastore to use among those returned.
2019-05-03 16:42:41 +05:30
Kubernetes Prow Robot
5f6d9b614e
Merge pull request #77210 from feiskyer/nsg-race
...
Add etag for NSG updates so as to fix nsg race condition
2019-05-03 02:56:17 -07:00
Kubernetes Prow Robot
aff37ada46
Merge pull request #76917 from dims/try-json-iterator-go-instead-of-ugorji-coded
...
Use latest etcd from release-3.3 branch for dropping ugorji
2019-05-03 01:02:34 -07:00
Kubernetes Prow Robot
8136cfc512
Merge pull request #75987 from yastij/event-state-deprecation
...
deprecate state field of eventSeries on Event API
2019-05-03 01:02:21 -07:00
Kubernetes Prow Robot
005eb53ea1
Merge pull request #77278 from liggitt/enable-etcd-paging
...
Enable API resource paging by default, by feature gate in sample-apiserver
2019-05-02 23:36:16 -07:00
Kubernetes Prow Robot
c821eb36b7
Merge pull request #77281 from liggitt/remove-quorum-field
...
Remove unused quorum field
2019-05-02 16:22:56 -07:00
Kubernetes Prow Robot
1adaf2cd5b
Merge pull request #77147 from wk8/wk8/win_sec_opts
...
Adding a new `WindowsSecurityOptions` struct
2019-05-02 16:22:44 -07:00
Davanum Srinivas
8824e0fcf7
Use latest etcd from release-3.3 branch for dropping ugorji
...
Pick up changes from:
https://github.com/etcd-io/etcd/pull/10675
Change-Id: Ic4d6daa3c54824d3d27809a125b798e88db0bf7e
2019-05-02 14:12:01 -04:00
Kubernetes Prow Robot
6a48257627
Merge pull request #73795 from tallclair/runtimeclass-psp
...
PodSecurityPolicy RuntimeClass support
2019-05-02 00:46:17 -07:00
Kubernetes Prow Robot
ba28e0e0fd
Merge pull request #77136 from smarterclayton/add_v1_table_partial
...
Add meta/v1 Table and PartialObjectMetadata objects
2019-05-01 23:28:43 -07:00
Tim Allclair
57c6eacdcf
RuntimeClass PSP API generated files
2019-05-01 13:43:36 -07:00
Clayton Coleman
f95f1db0be
Add meta/v1 Table and PartialObjectMetadata objects
...
Part of promoting server side retrieval to GA.
2019-05-01 00:26:56 -04:00
Tim Allclair
821cb155ab
PodSecurityPolicy RuntimeClass API
2019-04-30 16:45:09 -07:00
Kubernetes Prow Robot
1e015237c7
Merge pull request #77267 from liggitt/kubectl-set-local-namespace
...
Preserve existing namespace when using kubectl set --local
2019-04-30 16:11:21 -07:00
Jordan Liggitt
90cd672ab6
Enable paging by default in etcd options, by feature flag in sample-apiserver
2019-04-30 17:49:34 -04:00
Jordan Liggitt
35757a4b96
Remove unused quorum field
2019-04-30 17:39:31 -04:00
Kubernetes Prow Robot
2caf436db4
Merge pull request #77222 from liggitt/drop-proxy-workaround
...
Remove proxy workaround fixed in go 1.12.4
2019-04-30 14:11:24 -07:00
Jordan Liggitt
2fae80c27c
Preserve existing namespace when using kubectl set --local
2019-04-30 10:39:29 -04:00
Kubernetes Prow Robot
5ccda18fae
Merge pull request #76675 from ryanmcnamara/rm/error-on-nil-master
...
Error when etcd3 watch finds delete event with nil prevKV
2019-04-29 14:35:48 -07:00
Kubernetes Prow Robot
4ebe11a6cb
Merge pull request #76110 from DirectXMan12/infra/prune-owners
...
Prune directxman12 from metrics/autoscaling OWNERS
2019-04-29 14:35:36 -07:00
Jordan Liggitt
c91cb1c146
Remove proxy workaround fixed in go 1.12.4
2019-04-29 14:52:11 -04:00
Pengfei Ni
30f1bf20b6
Add unit tests
2019-04-29 22:28:20 +08:00
Pengfei Ni
34e898ac5e
Add etag for NSG updates so as to fix nsg race condition
2019-04-29 13:01:00 +08:00
Yassine TIJANI
0f3e9ca700
deprecate count field on Event API
2019-04-28 23:32:50 +02:00
andyzhangx
7717a9c936
fix disk list corruption issue
2019-04-28 11:56:59 +00:00
Pengfei Ni
1a6c283575
Reuse vmssIPConfigurationRE for getting the NIC's resource group
2019-04-28 12:43:02 +08:00
Kubernetes Prow Robot
e302d8dc9e
Merge pull request #76114 from qingsenLi/k8s190404-fix-retrive
...
fix spelling error 'retrive' in log
2019-04-26 18:30:23 -07:00
Jean Rouge
03907a3bf6
Auto-gen
...
Signed-off-by: Jean Rouge <rougej+github@gmail.com >
2019-04-26 22:14:47 +00:00
Jean Rouge
d7aa31858e
Adding a new WindowsSecurityOptions struct
...
As outlined in the KEP at
https://github.com/kubernetes/enhancements/blob/master/keps/sig-windows/20190418-windows-security-context.md
and improvements on it at
https://github.com/kubernetes/enhancements/pull/975
For now this struct is left empty, as discussed in the KEP (see above) and as
previously discussed with Jordan Liggitt.
It will allow adding GMSA and options as well as `RunAsUserName` options; both of which have already been pre-implemented respectively at
https://github.com/kubernetes/kubernetes/pull/75459
and https://github.com/kubernetes/kubernetes/pull/73609 ; and both of which
will need to be re-based to make use of the new struct.
Signed-off-by: Jean Rouge <rougej+github@gmail.com >
2019-04-26 14:19:40 -07:00
Ken Egozi
6484249da2
Include the key of invalid label's value in error message
...
For e.g., when specifying an invalid value for a label, it is not always
clear which label the value was specified for. Including the key in the
error message makes debugging easier.
2019-04-26 13:47:41 -07:00
Ryan McNamara
504380682f
Error when etcd3 watch finds delete event with nil prevKV
2019-04-26 09:52:05 -07:00
Kubernetes Prow Robot
24c964d5c1
Merge pull request #76795 from tedyu/cacher-read
...
Use read lock in ready#check
2019-04-26 05:48:29 -07:00
qingsenLi
ebd681d36a
fix spelling error 'retrive' in log
2019-04-26 17:49:46 +08:00
Kubernetes Prow Robot
47c03403b8
Merge pull request #76919 from mikedanese/webhook-exec
...
webhook: support exec auth plugin
2019-04-26 00:44:26 -07:00
Kubernetes Prow Robot
1c5eed4233
Merge pull request #77038 from justaugustus/legacy-cp-azure
...
Staging the legacy Azure Cloud Provider
2019-04-25 22:54:27 -07:00
Kubernetes Prow Robot
411d1852f7
Merge pull request #77090 from sbezverk/inegration-test
...
Add new cases to apiextensions-apiserver integration testing
2019-04-25 21:26:26 -07:00
Stephen Augustus
2f74c90480
Staging the legacy Azure Cloud Provider
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2019-04-25 20:03:45 -04:00
Kubernetes Prow Robot
6a02542b79
Merge pull request #71500 from yue9944882/chore/homogenize-decoder-error
...
Transform decoder error into api status error when typer fails
2019-04-25 16:10:27 -07:00