4장. PodSecurityPolicyReview [security.openshift.io/v1]


설명

PodSecurityPolicyReview는 클러스터 전체에서 해당 PodTemplateSpec 을 생성할 수 있으므로 사용자가 아닌 사용자 계정을 확인합니다.

호환성 수준 2: 주요 릴리스 내에서 최소 9 개월 또는 3 개의 마이너 릴리스 (더 긴 버전) 동안 사용할 수 있습니다.

유형
object
필수 항목
  • spec

4.1. 사양

속성유형설명

apiVersion

string

APIVersion은 버전이 지정된 이 오브젝트 표현의 스키마를 정의합니다. 서버는 인식된 스키마를 최신 내부 값으로 변환해야 하며, 인식되지 않는 값을 거부할 수 있습니다. 자세한 내용은 https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

kind

string

kind는 이 오브젝트가 나타내는 REST 리소스에 해당하는 문자열 값입니다. 서버는 클라이언트에서 요청을 제출한 끝점에서 이를 유추할 수 있습니다. CamelCase로 업데이트할 수 없습니다. 자세한 내용은 https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

spec

object

PodSecurityPolicyReviewSpec defines specification for PodSecurityPolicyReview

status

object

PodSecurityPolicyReviewStatus는 PodSecurityPolicyReview의 상태를 나타냅니다.

4.1.1. .spec

설명
PodSecurityPolicyReviewSpec defines specification for PodSecurityPolicyReview
유형
object
필수 항목
  • 템플릿
속성유형설명

serviceAccountNames

배열(문자열)

ServiceAccountNames는 검사를 실행할 선택적 ServiceAccounts 세트입니다. serviceAccountNames가 비어 있으면 비어 있지 않는 한 template.spec.serviceAccountName이 사용됩니다. 이 경우 "default"가 대신 사용됩니다. serviceAccountNames가 지정되면 template.spec.serviceAccountName이 무시됩니다.

템플릿

PodTemplateSpec

템플릿은 확인할 PodTemplateSpec입니다. template.spec.serviceAccountName이 비어 있지 않는 한 serviceAccountNames가 비어 있는 경우 template.spec.serviceAccountName 필드가 사용됩니다. 이 경우 "default"가 사용됩니다. serviceAccountNames가 지정되면 template.spec.serviceAccountName이 무시됩니다.

4.1.2. .status

설명
PodSecurityPolicyReviewStatus는 PodSecurityPolicyReview의 상태를 나타냅니다.
유형
object
필수 항목
  • allowedServiceAccounts
속성유형설명

allowedServiceAccounts

array

allowedServiceAccounts는 PodTemplateSpec을 생성할 수 있는 권한이 있는 네임스페이스의 서비스 계정 목록을 반환합니다.

allowedServiceAccounts[]

object

ServiceAccountPodSecurityPolicyReviewStatus는 ServiceAccount 이름 및 관련 검토 상태를 나타냅니다.

4.1.3. .status.allowedServiceAccounts

설명
allowedServiceAccounts는 PodTemplateSpec을 생성할 수 있는 권한이 있는 네임스페이스의 서비스 계정 목록을 반환합니다.
유형
array

4.1.4. .status.allowedServiceAccounts[]

설명
ServiceAccountPodSecurityPolicyReviewStatus는 ServiceAccount 이름 및 관련 검토 상태를 나타냅니다.
유형
object
필수 항목
  • name
속성유형설명

allowedBy

ObjectReference

allowedBy는 PodTemplateSpec을 허용하는 규칙에 대한 참조입니다. 규칙은 SecurityContextConstraint 또는 PodSecurityPolicy A nil 일 수 있으며 해당 규칙이 거부되었음을 나타냅니다.

name

string

이름에는 허용된 ServiceAccount 이름 및 거부된 ServiceAccount 이름이 포함됩니다.

reason

string

이 작업이 "실패" 상태에 있는 이유에 대한 머신에서 읽을 수 있는 설명입니다. 이 값이 비어 있으면 사용 가능한 정보가 없습니다.

템플릿

PodTemplateSpec

템플릿은 기본값이 적용된 후 PodTemplateSpec입니다.

Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

© 2024 Red Hat, Inc.