toyoda
7acb1540a9
Use framework.ExpectError() for e2e/a*
2019-05-24 15:16:02 +09:00
SataQiu
a4825d1cb8
fix golint failures of test/e2e/auth
2019-05-12 22:57:24 +08:00
John Schnake
028df0451d
Refactor of e2e/framework/authorizer_util.go
...
- moves these helper functions into e2e/framework/auth
- removes logging from helper functions
- in some cases explicitly returns errors that were implicitly
ignored/logged. In the situations where they should be ignored,
we explicitly check that the condition is met before ignoring it.
- fixes references of these methods to use the right package and
return values
2019-04-17 16:39:37 -05:00
Mayank Kumar
c4e0ede58b
add missing psp e2e tests for runasgroup
2019-03-12 22:07:07 -07:00
Weibin Lin
d02e3bd780
use PodSecurityPolicySpec of policy/v1beta1 instead of extensions/v1beta1
2018-10-18 10:18:13 +08:00
hangaoshuai
7e61ea9e72
clean up unused parameter in func restrictedPod and testPrivilegedPods
2018-08-01 09:55:39 +08:00
stewart-yu
55251c716a
update the import file for move util/pointer to k8s.io/utils
2018-07-27 19:47:02 +08:00
Zhen Wang
e102633ae8
Change docker/default to runtime/default
2018-04-19 10:39:53 -07:00
Manjunath A Kumatagi
1bb810e749
Use pause manifest image
2018-04-06 11:00:50 +05:30
Stephen Augustus
09aa0b9c1d
pkg/util/pointer: Update `int` pointer functions
...
* Implement `Int64Ptr` function
* Replace per module functions of `int(32|64)?` --> `*int(32|64)?`
* Update bazel rules
2018-03-27 10:30:01 -04:00
Slava Semushin
b783c6e25b
E2E: add tests for PSP from the "policy" API Group.
2018-02-27 17:14:40 +01:00
Kubernetes Submit Queue
da171196d9
Merge pull request #58900 from Random-Liu/fix-psp-test
...
Automatic merge from submit-queue (batch tested with PRs 58903, 58141, 58900). 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>.
Fix pod security policy capability test.
Fixes https://github.com/kubernetes/kubernetes/issues/58901 .
In our document, we explicitly say:
```
The following fields take a list of capabilities, specified as the capability name in ALL_CAPS without the CAP_ prefix.
```
https://kubernetes.io/docs/concepts/policy/pod-security-policy/
@kubernetes/sig-node-pr-reviews
**Release note**:
```release-note
none
```
2018-01-26 21:00:38 -08:00
Lantao Liu
49dfaec72e
Fix pod security policy capability test.
2018-01-27 01:43:01 +00:00
Cao Shufeng
4e7398b67b
remove duplicated import
2018-01-17 09:34:59 +08:00
supereagle
032416c75d
use core client with explicit version
...
fix more usage of deprecated core client
2017-11-25 08:14:10 +08:00
Tim Allclair
671a6aa068
PodSecurityPolicy E2E tests
2017-11-01 16:00:32 -07:00