Allen Petersen
3d69cea1e5
Update generated files
2018-01-02 22:13:19 -08:00
Christoph Blecker
80e344644e
Regenerate all generated code
2018-01-02 00:21:07 -08:00
Jeff Grafton
efee0704c6
Autogenerate BUILD files
2017-12-23 13:12:11 -08:00
Maciej Szulik
f8ea46e8fe
Use full gopath for externalTypes
2017-11-26 00:12:32 +08:00
xiangpengzhao
f903b7a85c
Validate podCIDR of node spec.
2017-11-13 15:42:07 +08:00
Dr. Stefan Schimanski
1e79dfb959
Update generated code
2017-11-10 18:26:46 +01:00
Dr. Stefan Schimanski
72809a08b9
deepcopy: remove deepcopy register tags
2017-11-10 18:25:26 +01:00
Dr. Stefan Schimanski
bec617f3cc
Update generated files
2017-11-09 12:14:08 +01:00
Dr. Stefan Schimanski
012b085ac8
pkg/apis/core: mechanical import fixes in dependencies
2017-11-09 12:14:08 +01:00
xiangpengzhao
b0ebcaf8f0
Add unit test coverage for network policy validation.
2017-11-01 22:01:22 +08:00
Dr. Stefan Schimanski
cad0364e73
Update bazel
2017-10-18 17:24:04 +02:00
Dr. Stefan Schimanski
7773a30f67
pkg/api/legacyscheme: fixup imports
2017-10-18 17:23:55 +02:00
Jeff Grafton
aee5f457db
update BUILD files
2017-10-15 18:18:13 -07:00
Kubernetes Submit Queue
7760d9e240
Merge pull request #51959 from cmluciano/cml/updatenpowners
...
Automatic merge from submit-queue. 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>..
Add cmluciano to NetworkPolicy reviewers
**Release note**:
```
NONE
```
2017-09-22 18:25:28 -07:00
Christopher M. Luciano
b94b8fb28a
Add cmluciano to NetworkPolicy reviewers
2017-09-05 14:14:27 -04:00
Christopher M. Luciano
84290ce35c
EgressRule generated code
2017-09-05 12:48:55 -04:00
Christopher M. Luciano
90b139897e
Add PolicyTypes to NetworkPolicy Spec
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2017-09-05 12:16:19 -04:00
Christopher M. Luciano
b03302f905
Add EgressRule to NetworkPolicy
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2017-09-05 12:01:07 -04:00
Jordan Liggitt
c7defb806f
Generated files
2017-08-25 15:01:08 -04:00
Christopher M. Luciano
02735c3fb2
IPBlock generated code
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2017-08-24 16:20:15 -04:00
Christopher M. Luciano
54a058f792
Add networking fuzzer
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2017-08-24 16:20:13 -04:00
Christopher M. Luciano
b75dc93dd4
Add IPBlock to NetworkPolicy
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2017-08-24 16:20:04 -04:00
Dr. Stefan Schimanski
6bc9f3fba6
Update generated files
2017-08-15 11:56:46 +02:00
Dr. Stefan Schimanski
b0b5de6eaf
Port internal extensions/Network* to networking.k8s.io API group
2017-08-15 11:56:46 +02:00
Kubernetes Submit Queue
9f902fef24
Merge pull request #50094 from sttts/sttts-no-importprefix
...
Automatic merge from submit-queue (batch tested with PRs 50094, 48966, 49478, 50593, 49140)
apimachinery: remove pre-apigroups import path logic
Replacing #50093 .
2017-08-14 12:14:55 -07:00
Jeff Grafton
a7f49c906d
Use buildozer to delete licenses() rules except under third_party/
2017-08-11 09:32:39 -07:00
Jeff Grafton
33276f06be
Use buildozer to remove deprecated automanaged tags
2017-08-11 09:31:50 -07:00
zhouhaibing089
2e5dc7d727
add fuzzer dir for each apigroup
2017-08-11 15:12:57 +08:00
Dr. Stefan Schimanski
8728576236
apimachinery: remove pre-apigroups import prefix logic
2017-08-10 13:07:54 +02:00
supereagle
a1c880ece3
update generated deepcopy code
2017-07-31 22:33:00 +08:00
Michal Fojtik
976488efec
update tags in types for new genclient syntax
2017-07-24 22:05:21 +02:00
Dr. Stefan Schimanski
8dd0989b39
Update generated code
2017-07-18 09:28:49 +02:00
Dr. Stefan Schimanski
39d95b9b06
deepcopy: add interface deepcopy funcs
...
- add DeepCopyObject() to runtime.Object interface
- add DeepCopyObject() via deepcopy-gen
- add DeepCopyObject() manually
- add DeepCopySelector() to selector interfaces
- add custom DeepCopy func for TableRow.Cells
2017-07-18 09:28:47 +02:00
Kubernetes Submit Queue
62ba00e4e7
Merge pull request #47123 from danwinship/networkpolicy-update
...
Automatic merge from submit-queue
Allow NetworkPolicy.spec updates
ValidateNetworkPolicyUpdate currently prohibits changes to `spec` in an existing NetworkPolicy. We were going to fix this for 1.7 but I forgot to submit this PR after the main PR merged. Too late for 1.7? @thockin @caseydavenport @cmluciano
This only changes networking.NetworkPolicy validation at the moment... Should I change extensions.NetworkPolicy validation too?
Fixes #35911
We should add a test to the e2e NetworkPolicy test for this too if this is going to merge.
**Release note**:
```release-note
As part of the NetworkPolicy "v1" changes, it is also now
possible to update the spec field of an existing
NetworkPolicy. (Previously you had to delete and recreate a
NetworkPolicy if you wanted to change it.)
```
2017-07-07 17:45:41 -07:00
Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Chao Xu
dca135d5f7
run ./remove-original-proto.sh to remove the old proto
2017-06-22 11:30:58 -07:00
Chao Xu
e185f7e277
run hack/update-codegen.sh
2017-06-22 11:30:58 -07:00
Chao Xu
cd7e7afaaa
run pkg/apis/make-origin-dir-compile, pkg/apis compile
2017-06-22 11:30:51 -07:00
Chao Xu
4fb28dafad
pkg/apis/move-external-types-for-apis.sh, k8s.io/api compiles
2017-06-22 11:30:51 -07:00
Chao Xu
94e8bb6261
unify register.go formats:
...
networking/v1/register.go
staging/src/k8s.io/kube-apiextensions-server/pkg/apis/apiextensions/v1alpha1/register.go
staging/src/k8s.io/metrics/pkg/apis/custom_metrics/v1alpha1/register.go
staging/src/k8s.io/metrics/pkg/apis/metrics/v1alpha1 register.go
2017-06-22 11:30:51 -07:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
Clayton Coleman
606825eea4
generated: protobuf with stable map ordering
2017-06-17 14:32:51 -04:00
Dan Winship
c03a6ecca0
Allow NetworkPolicy.spec updates
2017-06-07 09:49:43 -04:00
Christoph Blecker
1bdc7a29ae
Update docs/ URLs to point to proper locations
2017-06-05 22:13:54 -07:00
Dan Winship
0923f860f1
Regenerate files
2017-05-28 10:11:02 -04:00
Dan Winship
0683e55fc1
Add networking.k8s.io v1 API, with NetworkPolicy
2017-05-28 10:11:01 -04:00