mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
rebase: Bump github.com/openshift/api in /api
Bumps [github.com/openshift/api](https://github.com/openshift/api) from 0.0.0-20210927171657-636513e97fda to 3.9.0+incompatible. - [Release notes](https://github.com/openshift/api/releases) - [Commits](https://github.com/openshift/api/commits) --- updated-dependencies: - dependency-name: github.com/openshift/api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
mergify[bot]
parent
67bcca3965
commit
c229f1f81d
18
vendor/github.com/openshift/api/security/v1/generated.proto
generated
vendored
18
vendor/github.com/openshift/api/security/v1/generated.proto
generated
vendored
@ -10,7 +10,7 @@ import "k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto";
|
||||
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
|
||||
|
||||
// Package-wide variables from generator "generated".
|
||||
option go_package = "v1";
|
||||
option go_package = "github.com/openshift/api/security/v1";
|
||||
|
||||
// AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
|
||||
message AllowedFlexVolume {
|
||||
@ -40,8 +40,8 @@ message IDRange {
|
||||
|
||||
// PodSecurityPolicyReview checks which service accounts (not users, since that would be cluster-wide) can create the `PodTemplateSpec` in question.
|
||||
//
|
||||
// Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
|
||||
// +openshift:compatibility-gen:level=1
|
||||
// Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).
|
||||
// +openshift:compatibility-gen:level=2
|
||||
message PodSecurityPolicyReview {
|
||||
// spec is the PodSecurityPolicy to check.
|
||||
optional PodSecurityPolicyReviewSpec spec = 1;
|
||||
@ -73,8 +73,8 @@ message PodSecurityPolicyReviewStatus {
|
||||
|
||||
// PodSecurityPolicySelfSubjectReview checks whether this user/SA tuple can create the PodTemplateSpec
|
||||
//
|
||||
// Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
|
||||
// +openshift:compatibility-gen:level=1
|
||||
// Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).
|
||||
// +openshift:compatibility-gen:level=2
|
||||
message PodSecurityPolicySelfSubjectReview {
|
||||
// spec defines specification the PodSecurityPolicySelfSubjectReview.
|
||||
optional PodSecurityPolicySelfSubjectReviewSpec spec = 1;
|
||||
@ -91,8 +91,8 @@ message PodSecurityPolicySelfSubjectReviewSpec {
|
||||
|
||||
// PodSecurityPolicySubjectReview checks whether a particular user/SA tuple can create the PodTemplateSpec.
|
||||
//
|
||||
// Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
|
||||
// +openshift:compatibility-gen:level=1
|
||||
// Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).
|
||||
// +openshift:compatibility-gen:level=2
|
||||
message PodSecurityPolicySubjectReview {
|
||||
// spec defines specification for the PodSecurityPolicySubjectReview.
|
||||
optional PodSecurityPolicySubjectReviewSpec spec = 1;
|
||||
@ -134,8 +134,8 @@ message PodSecurityPolicySubjectReviewStatus {
|
||||
|
||||
// RangeAllocation is used so we can easily expose a RangeAllocation typed for security group
|
||||
//
|
||||
// Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
|
||||
// +openshift:compatibility-gen:level=1
|
||||
// Compatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support.
|
||||
// +openshift:compatibility-gen:level=4
|
||||
message RangeAllocation {
|
||||
optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user