k3s/pkg/master
Kubernetes Submit Queue 2eb14e3007
Merge pull request #64973 from nokia/k8s-sctp
Automatic merge from submit-queue (batch tested with PRs 67694, 64973, 67902). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

SCTP support implementation for Kubernetes

**What this PR does / why we need it**: This PR adds SCTP support to Kubernetes, including Service, Endpoint, and NetworkPolicy.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #44485

**Special notes for your reviewer**:

**Release note**:

```release-note

SCTP is now supported as additional protocol (alpha) alongside TCP and UDP in Pod, Service, Endpoint, and NetworkPolicy.  

```
2018-08-28 07:21:18 -07:00
..
controller/crdregistration Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
ports controller-manager: add SecureServingOptions 2018-02-13 11:16:47 +01:00
reconcilers generated 2018-07-13 11:41:09 -04:00
tunneler Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
BUILD Generate files and modifications for autoscaling/v2beta2 and custom_metrics/v1beta2 2018-08-27 11:07:53 -04:00
OWNERS Add sig/api-machinery label to apimachinery OWNERS files 2018-08-20 18:46:47 +05:30
client_ca_hook.go kube-apiserver: create always configmap/extension-apiserver-authentication 2018-08-22 12:36:13 +02:00
client_ca_hook_test.go use subtest for table units (pkg/master) 2018-05-31 10:10:20 +08:00
client_util.go Client ca post start hook now checks if the system namespace already exists 2018-01-30 16:19:33 -08:00
controller.go Kubelet creates and manages node leases 2018-08-26 16:03:36 -07:00
controller_test.go K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
import_known_versions.go Remove references to 'pkg/apis/componentconfig/install' and fix inconsistencies 2018-08-09 18:45:27 +03:00
import_known_versions_test.go Remove references to 'pkg/apis/componentconfig/install' and fix inconsistencies 2018-08-09 18:45:27 +03:00
master.go Add autoscaling/v2beta2 and custom_metrics/v1beta2 to necessary files 2018-08-27 11:07:52 -04:00
master_openapi_test.go promote informers into master.Config 2018-08-08 09:35:45 +08:00
master_test.go promote informers into master.Config 2018-08-08 09:35:45 +08:00
services.go Merge pull request #51249 from tengqm/service-ip-cidr 2018-02-24 18:43:39 -08:00