Chao Xu
58fa71d1ed
Adding test cases to make sure objectSelector works for CRD
2019-05-31 10:12:42 -07:00
Kubernetes Prow Robot
7929c15ec7
Merge pull request #76551 from JieJhih/proxy/transport
...
support deflate encoding reader
2019-05-31 07:13:25 -07:00
Kubernetes Prow Robot
6273a7af1c
Merge pull request #75744 from yastij/runtimeclass-scheduling-api
...
Introduce topology into the runtimeClass API
2019-05-31 07:12:57 -07:00
wangqingcan
52f3380ef3
change preempting to PreemptionPolicy
2019-05-31 12:42:05 +08:00
wangqingcan
5c9438c691
non-preempting-priorityclass
...
Co-authored-by: Vallery Lancey <vallery@zeitgeistlabs.io >
Co-authored-by: Tan shanshan <tan.shanshan@zte.com.cn >
2019-05-31 12:37:07 +08:00
Zihong Zheng
64198a43e7
Auto-generated BUILD files
2019-05-30 21:09:04 -07:00
Zihong Zheng
2ab3681648
Fix-up and add unit test for Load Balancer finalizer
2019-05-30 21:09:04 -07:00
Zihong Zheng
aa3f81d657
Add Load Balancer finalizer support
...
- Always try to remove finalizer upon load balancer cleanup
- Add finalizer prior to load balancer creation (feature gated)
- Cache logic fix-ups
- Event type/message fix-ups
- Use runtime.HandleError() on eaten errors
Co-authored-by: Josh Horwitz <horwitzja@gmail.com >
2019-05-30 21:09:04 -07:00
Pengfei Ni
0febb20d8e
Cleanup kubelet checking and cloudConfigScope option
2019-05-30 20:10:14 -07:00
Justin SB
a2abed442f
Remove unnecessary comment
...
Copy-pasted accidentally in #76749
2019-05-30 21:48:41 -04:00
Chao Xu
7738c7ee8f
minor changes, propagating interface changes
2019-05-30 17:23:35 -07:00
Chao Xu
6cf499db6c
object matcher
2019-05-30 17:23:35 -07:00
Chao Xu
4f5c47fb99
generated
2019-05-30 16:46:00 -07:00
Chao Xu
70f1b052e3
api
2019-05-30 16:46:00 -07:00
Joe Betz
95fa928ecb
Add mutating admission webhook reinvocation
2019-05-30 14:31:09 -07:00
Joe Betz
939a04f0ed
codegen: Add mutating admission webhook reinvocation
2019-05-30 14:31:09 -07:00
Joe Betz
55ecc45455
split admissionregistration.v1beta1/Webhook into MutatingWebhook and ValidatingWebhook
2019-05-30 14:31:09 -07:00
Joe Betz
9356561c86
codegen: split admissionregistration.v1beta1/Webhook into MutatingWebhook and ValidatingWebhook
2019-05-30 14:31:09 -07:00
Kubernetes Prow Robot
9577cbfb9f
Merge pull request #73447 from MikeSpreitzer/sample-apiserver-doc-build
...
Document how to build and deploy the sample-apiserver
2019-05-30 11:00:44 -07:00
Dr. Stefan Schimanski
24a9581f1c
apiextensions: unify webhook conversion error messages
2019-05-30 19:47:06 +02:00
Paul Morie
82880b8197
Unstructed helpers: document lack of slice syntax
2019-05-30 13:31:13 -04:00
Dr. Stefan Schimanski
e59472577f
apiextensions: remove ratcheting logic to allow conversion with preserveUnknownField
2019-05-30 18:44:18 +02:00
Dr. Stefan Schimanski
0ab6db2251
apiextensions: verify pattern regex for structural schema
2019-05-30 18:13:51 +02:00
Jordan Liggitt
d0aa3a367e
Fix CRD defaulting
2019-05-30 11:41:26 -04:00
Jordan Liggitt
bf97ad4b44
Deflake TestChangeCRD
2019-05-30 11:14:04 -04:00
Clayton Coleman
89e752add0
CRDs should support watch of protobuf PartialObjectMetadata
...
Correctly ensure CRDs can be watched using protobuf when transformed to
PartialObjectMetadata. To do this we add a set of serializers allowed to
be used for "normal" requests (that return CRDs) while the serializers
supported by the infrastructure is broader and includes protobuf. During
negotatiation we check for transformation requests and protobuf is
excluded from non-transform requests.
As part of the change, correct an error message when the server returns
a 406 but the client doesn't accept the format to avoid confusing users
who set impossible Accept rules for CRDs (the dynamic client doesn't
support Protobuf, so if the server responds with a protobuf status the
message from the server is lost and the generic error was confusing).
2019-05-30 10:47:35 -04:00
Dr. Stefan Schimanski
ba5c9b492e
apiextensions: add invalid validation schema regex test
2019-05-30 15:56:01 +02:00
Dr. Stefan Schimanski
1cd0d9037e
apiextensions: fix array-without-items structural error
2019-05-30 15:52:48 +02:00
Yassine TIJANI
41e384397c
set deprecatedEventSource to be backward compatible
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com >
2019-05-30 13:03:20 +00:00
Kubernetes Prow Robot
b3981a2f9a
Merge pull request #78482 from tedyu/evt-expansion
...
Check namespaces match in UpdateWithEventNamespace
2019-05-30 04:55:14 -07:00
Kubernetes Prow Robot
b094dd9bc3
Merge pull request #78465 from yuwenma/bump-klog
...
Bump klog to v0.3.2
2019-05-30 04:54:48 -07:00
Kubernetes Prow Robot
163ef4d22c
Merge pull request #78463 from prameshj/ilb-annotate
...
Skip ILB creation on GCE if neg annotation is present
2019-05-30 04:54:21 -07:00
Deep Debroy
de7be9d613
Populate InlineVolumeSpec in CSI attacher and translation library
...
Signed-off-by: Deep Debroy <ddebroy@docker.com >
2019-05-30 09:35:22 +00:00
Deep Debroy
df196226c4
Generated code for API changes to support CSI migration of inline volumes
...
Signed-off-by: Deep Debroy <ddebroy@docker.com >
2019-05-30 09:34:53 +00:00
Deep Debroy
c34309acdf
API changes to support CSI migration of inline volumes
...
Signed-off-by: Deep Debroy <ddebroy@docker.com >
2019-05-30 09:34:47 +00:00
Kubernetes Prow Robot
b18846cf4c
Merge pull request #78426 from sttts/sttts-crd-conversion-beta
...
apiextensions: promote CRD conversion to beta
2019-05-30 02:24:18 -07:00
Sean Sullivan
8ccc2af62f
Adds staging directory for kubectl code
2019-05-29 23:31:23 -07:00
Kubernetes Prow Robot
62d30255b8
Merge pull request #78400 from alculquicondor/feature/fake_resources
...
Add linux container resources to fake runtime service
2019-05-29 22:55:10 -07:00
Kubernetes Prow Robot
ade661c7cb
Merge pull request #78356 from andyzhangx/csi-translation-azurefile
...
Add support for Azure File plugin to csi-translation-lib
2019-05-29 22:54:31 -07:00
Kubernetes Prow Robot
009f7a07ff
Merge pull request #74692 from M00nF1sh/fix_sg
...
refactor NLB securityGroup handling
2019-05-29 22:54:18 -07:00
Kubernetes Prow Robot
b0a81349ef
Merge pull request #78037 from yastij/fix-event-cleanup
...
clean singleton event when calling finishSeries
2019-05-29 21:28:56 -07:00
Kubernetes Prow Robot
3aecf4350e
Merge pull request #76915 from vladimirvivien/csi-inline-podsec-policy
...
CSI ephemeral - Enforcing pod security policy AllowedCSIDriver
2019-05-29 21:28:17 -07:00
yuwenma
5cef37433e
Bump klog to v0.3.2
2019-05-29 17:55:27 -07:00
andyzhangx
f5b319c088
add azure file CSI translation feature gate
...
fix build error
fix gofmt error
2019-05-30 00:54:39 +00:00
andyzhangx
da4a822c1b
Add support for Azure File to csi-translation-lib
...
fix build error
2019-05-30 00:51:19 +00:00
Chao Xu
2f4c273398
Graduate storageVersionHash field in the discovery doc to beta
2019-05-29 17:38:28 -07:00
Kubernetes Prow Robot
8d5052eddf
Merge pull request #78330 from andyzhangx/csi-translation-azuredisk
...
Add support for Azure Disk to csi-translation-lib
2019-05-29 17:25:11 -07:00
M00nF1sh
33e6465084
add accessLogs support for aws nlb
2019-05-29 15:00:18 -07:00
M00nF1sh
8c387e3930
fix bug that awsSDKGO expect nil instead empty slice for ec2.DescribeInstances
2019-05-29 13:57:43 -07:00
Vladimir Vivien
d15ff34124
CSI inline generated file updates
2019-05-29 16:49:37 -04:00