mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
rebase: Bump github.com/IBM/keyprotect-go-client from 0.9.2 to 0.10.0
Bumps [github.com/IBM/keyprotect-go-client](https://github.com/IBM/keyprotect-go-client) from 0.9.2 to 0.10.0. - [Release notes](https://github.com/IBM/keyprotect-go-client/releases) - [Changelog](https://github.com/IBM/keyprotect-go-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/IBM/keyprotect-go-client/compare/v0.9.2...v0.10.0) --- updated-dependencies: - dependency-name: github.com/IBM/keyprotect-go-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Madhu Rajanna
parent
09a858d51d
commit
7b44054a7e
3
vendor/github.com/openshift/api/security/v1/Makefile
generated
vendored
Normal file
3
vendor/github.com/openshift/api/security/v1/Makefile
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.PHONY: test
|
||||
test:
|
||||
make -C ../../tests test GINKGO_EXTRA_ARGS=--focus="security.openshift.io/v1"
|
36
vendor/github.com/openshift/api/security/v1/stable.securitycontextconstraints.testsuite.yaml
generated
vendored
Normal file
36
vendor/github.com/openshift/api/security/v1/stable.securitycontextconstraints.testsuite.yaml
generated
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
|
||||
name: "[Stable] SecurityContextConstraints"
|
||||
crd: 0000_03_security-openshift_01_scc.crd.yaml
|
||||
tests:
|
||||
onCreate:
|
||||
- name: Should be able to create a minimal SecurityContextConstraints
|
||||
initial: |
|
||||
apiVersion: security.openshift.io/v1
|
||||
kind: SecurityContextConstraints
|
||||
allowHostDirVolumePlugin: false
|
||||
allowHostIPC: false
|
||||
allowHostNetwork: false
|
||||
allowHostPID: false
|
||||
allowHostPorts: false
|
||||
allowPrivilegedContainer: false
|
||||
allowedCapabilities: []
|
||||
defaultAddCapabilities: []
|
||||
priority: 0
|
||||
readOnlyRootFilesystem: false
|
||||
requiredDropCapabilities: []
|
||||
volumes: []
|
||||
expected: |
|
||||
apiVersion: security.openshift.io/v1
|
||||
kind: SecurityContextConstraints
|
||||
allowHostDirVolumePlugin: false
|
||||
allowHostIPC: false
|
||||
allowHostNetwork: false
|
||||
allowHostPID: false
|
||||
allowHostPorts: false
|
||||
allowPrivilegedContainer: false
|
||||
allowedCapabilities: []
|
||||
defaultAddCapabilities: []
|
||||
priority: 0
|
||||
readOnlyRootFilesystem: false
|
||||
requiredDropCapabilities: []
|
||||
volumes: []
|
Reference in New Issue
Block a user