Structs§
- Allowed
Flex Volume - AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
- FSGroup
Strategy Options - FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
- IDRange
- IDRange provides a min/max of an allowed range of IDs.
- PodSecurity
Policy Review - PodSecurityPolicyReview checks which service accounts (not users, since that would be cluster-wide) can create the
PodTemplateSpec
in question. - PodSecurity
Policy Review Spec - PodSecurityPolicyReviewSpec defines specification for PodSecurityPolicyReview
- PodSecurity
Policy Review Status - PodSecurityPolicyReviewStatus represents the status of PodSecurityPolicyReview.
- PodSecurity
Policy Self Subject Review - PodSecurityPolicySelfSubjectReview checks whether this user/SA tuple can create the PodTemplateSpec
- PodSecurity
Policy Self Subject Review Spec - PodSecurityPolicySelfSubjectReviewSpec contains specification for PodSecurityPolicySelfSubjectReview.
- PodSecurity
Policy Subject Review - PodSecurityPolicySubjectReview checks whether a particular user/SA tuple can create the PodTemplateSpec.
- PodSecurity
Policy Subject Review Spec - PodSecurityPolicySubjectReviewSpec defines specification for PodSecurityPolicySubjectReview
- PodSecurity
Policy Subject Review Status - PodSecurityPolicySubjectReviewStatus contains information/status for PodSecurityPolicySubjectReview.
- Range
Allocation - RangeAllocation is used so we can easily expose a RangeAllocation typed for security group
- Read
Range Allocation Optional - Optional parameters of
RangeAllocation::read_range_allocation
- Read
Security Context Constraints Optional - Optional parameters of
SecurityContextConstraints::read_security_context_constraints
- RunAs
User Strategy Options - RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
- SELinux
Context Strategy Options - SELinuxContextStrategyOptions defines the strategy type and any options used to create the strategy.
- Security
Context Constraints - SecurityContextConstraints governs the ability to make requests that affect the SecurityContext that will be applied to a container. For historical reasons SCC was exposed under the core Kubernetes API group. That exposure is deprecated and will be removed in a future release - users should instead use the security.openshift.io group to manage SecurityContextConstraints.
- Service
Account PodSecurity Policy Review Status - ServiceAccountPodSecurityPolicyReviewStatus represents ServiceAccount name and related review status
- Supplemental
Groups Strategy Options - SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
Enums§
- Read
Range Allocation Response - Use
<ReadRangeAllocationResponse as Response>::try_from_parts
to parse the HTTP response body ofRangeAllocation::read_range_allocation
- Read
Security Context Constraints Response - Use
<ReadSecurityContextConstraintsResponse as Response>::try_from_parts
to parse the HTTP response body ofSecurityContextConstraints::read_security_context_constraints