4장. InstallPlan [operators.coreos.com/v1alpha1]


설명
InstallPlan은 Operator 세트 설치를 정의합니다.
유형
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

메타데이터

ObjectMeta

표준 오브젝트의 메타데이터입니다. 자세한 내용은 https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

spec

object

InstallPlanSpec은 설치할 애플리케이션 리소스 세트를 정의합니다.

status

object

InstallPlanStatus는 설치를 완료하는 데 필요한 단계의 상태에 대한 정보를 나타냅니다. 상태는 시스템의 실제 상태를 추적할 수 있습니다.

4.1.1. .spec

설명
InstallPlanSpec은 설치할 애플리케이션 리소스 세트를 정의합니다.
유형
object
필수 항목
  • approval
  • 승인됨
  • clusterServiceVersionNames
속성유형설명

approval

string

승인은 InstallPlan에 대한 사용자 승인 정책입니다. "자동" 또는 "수동" 중 하나여야 합니다.

승인됨

boolean

 

clusterServiceVersionNames

배열(문자열)

 

생성

integer

 

소스

string

 

sourceNamespace

string

 

4.1.2. .status

설명
InstallPlanStatus는 설치를 완료하는 데 필요한 단계의 상태에 대한 정보를 나타냅니다. 상태는 시스템의 실제 상태를 추적할 수 있습니다.
유형
object
필수 항목
  • catalogSources
  • phase
속성유형설명

attenuatedServiceAccountRef

object

AttenuatedServiceAccountRef는 범위가 지정된 operator install에 사용되는 서비스 계정을 참조합니다.

bundleLookups

array

bundleLookups는 번들 콘텐츠를 클러스터로 가져오고 패키지 해제하기 위한 진행 중인 요청 세트입니다.

bundleLookups[]

object

BundleLookup은 번들의 콘텐츠를 클러스터로 가져오고 분리하기 위한 요청입니다.

catalogSources

배열(문자열)

 

conditions

array

 

conditions[]

object

InstallPlanCondition은 InstallPlan 실행의 전체 상태를 나타냅니다.

message

string

message는 계획이 현재 상태가 되는 이유를 이해하는 데 중요할 수 있는 자세한 정보가 포함된 사람이 읽을 수 있는 메시지입니다.

phase

string

InstallPlanPhase는 전체 InstallPlan의 현재 상태입니다.

plan

array

 

plan[]

object

step은 InstallPlan의 개별 단계 상태를 나타냅니다.

startTime

string

StartTime은 컨트롤러가 계획에 나열된 리소스를 클러스터에 적용하기 시작한 시간입니다.

4.1.3. .status.attenuatedServiceAccountRef

설명
AttenuatedServiceAccountRef는 범위가 지정된 operator install에 사용되는 서비스 계정을 참조합니다.
유형
object
속성유형설명

apiVersion

string

참조의 API 버전입니다.

fieldPath

string

전체 오브젝트 대신 오브젝트 조각을 참조하는 경우 이 문자열에는 desiredState.manifest.containers[2]와 같은 유효한 JSON/Go 필드 액세스 문이 포함되어야 합니다. 예를 들어 오브젝트 참조가 Pod 내의 컨테이너에 대한 경우 "spec.containers{name}"과 같은 값을 사용합니다(여기서 "name"은 이벤트를 트리거한 컨테이너 이름을 참조하거나 컨테이너 이름이 "spec.containers[2]"이 Pod에서 인덱스 2가 있는 컨테이너를 참조하는 경우). 이 구문은 오브젝트의 일부를 참조하는 잘 정의된 방법을 사용하는 경우에만 선택됩니다. TODO: 이 설계는 최종적이지 않으며 이 필드는 향후 변경될 수 있습니다.

kind

string

일종의 추천입니다. 자세한 내용은 https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

name

string

추천자의 이름입니다. 자세한 내용은 https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

네임스페이스

string

참조의 네임스페이스입니다. 자세한 내용은 https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/

resourceVersion

string

이 참조가 수행되는 특정 resourceVersion(있는 경우). 자세한 내용은 https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

uid

string

참조의 UID입니다. 자세한 내용은 https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids

4.1.4. .status.bundleLookups

설명
bundleLookups는 번들 콘텐츠를 클러스터로 가져오고 패키지 해제하기 위한 진행 중인 요청 세트입니다.
유형
array

4.1.5. .status.bundleLookups[]

설명
BundleLookup은 번들의 콘텐츠를 클러스터로 가져오고 분리하기 위한 요청입니다.
유형
object
필수 항목
  • catalogSourceRef
  • identifier
  • path
  • 대체
속성유형설명

catalogSourceRef

object

CatalogSourceRef는 번들 경로가 확인된 CatalogSource에 대한 참조입니다.

conditions

array

conditions는 BundleLookup의 전체 상태를 나타냅니다.

conditions[]

object

 

identifier

string

identifier는 Operator의 카탈로그 고유 이름입니다( CSV가 포함된 번들의 경우 CSV 이름)

path

string

path는 가져올 번들의 위치를 나타냅니다. 일반적으로 이미지 참조입니다.

속성

string

압축 해제된 번들의 유효 속성입니다.

대체

string

replaces는 경로에서 발견된 번들로 대체할 번들의 이름입니다.

4.1.6. .status.bundleLookups[].catalogSourceRef

설명
CatalogSourceRef는 번들 경로가 확인된 CatalogSource에 대한 참조입니다.
유형
object
속성유형설명

apiVersion

string

참조의 API 버전입니다.

fieldPath

string

전체 오브젝트 대신 오브젝트 조각을 참조하는 경우 이 문자열에는 desiredState.manifest.containers[2]와 같은 유효한 JSON/Go 필드 액세스 문이 포함되어야 합니다. 예를 들어 오브젝트 참조가 Pod 내의 컨테이너에 대한 경우 "spec.containers{name}"과 같은 값을 사용합니다(여기서 "name"은 이벤트를 트리거한 컨테이너 이름을 참조하거나 컨테이너 이름이 "spec.containers[2]"이 Pod에서 인덱스 2가 있는 컨테이너를 참조하는 경우). 이 구문은 오브젝트의 일부를 참조하는 잘 정의된 방법을 사용하는 경우에만 선택됩니다. TODO: 이 설계는 최종적이지 않으며 이 필드는 향후 변경될 수 있습니다.

kind

string

일종의 추천입니다. 자세한 내용은 https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

name

string

추천자의 이름입니다. 자세한 내용은 https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

네임스페이스

string

참조의 네임스페이스입니다. 자세한 내용은 https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/

resourceVersion

string

이 참조가 수행되는 특정 resourceVersion(있는 경우). 자세한 내용은 https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

uid

string

참조의 UID입니다. 자세한 내용은 https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids

4.1.7. .status.bundleLookups[].conditions

설명
conditions는 BundleLookup의 전체 상태를 나타냅니다.
유형
array

4.1.8. .status.bundleLookups[].conditions[]

설명
유형
object
필수 항목
  • status
  • type
속성유형설명

lastTransitionTime

string

조건이 한 상태에서 다른 상태로 전환된 마지막 시간입니다.

lastUpdateTime

string

조건을 마지막으로 조사한 시간입니다.

message

string

전환에 대한 세부 정보를 나타내는 사람이 읽을 수 있는 메시지입니다.

reason

string

조건의 마지막 전환 이유는 다음과 같습니다.

status

string

조건의 상태, True, False, 알 수 없음.

type

string

조건 유형입니다.

4.1.9. .status.conditions

설명
유형
array

4.1.10. .status.conditions[]

설명
InstallPlanCondition은 InstallPlan 실행의 전체 상태를 나타냅니다.
유형
object
속성유형설명

lastTransitionTime

string

 

lastUpdateTime

string

 

message

string

 

reason

string

ConditionReason은 상태 전환의 주요 이유입니다.

status

string

 

type

string

InstallPlanConditionType은 특정 시점에서 InstallPlan의 상태를 전체적으로 설명합니다.

4.1.11. .status.plan

설명
유형
array

4.1.12. .status.plan[]

설명
step은 InstallPlan의 개별 단계 상태를 나타냅니다.
유형
object
필수 항목
  • 해결 방법
  • resource
  • status
속성유형설명

optional

boolean

 

해결 방법

string

 

resource

object

StepResource는 InstallPlan에서 추적할 리소스의 상태를 나타냅니다.

status

string

StepStatus는 InstallPlan에서 특정 리소스의 현재 상태입니다.

4.1.13. .status.plan[].resource

설명
StepResource는 InstallPlan에서 추적할 리소스의 상태를 나타냅니다.
유형
object
필수 항목
  • group
  • kind
  • name
  • sourceName
  • sourceNamespace
  • version
속성유형설명

group

string

 

kind

string

 

manifest

string

 

name

string

 

sourceName

string

 

sourceNamespace

string

 

version

string

 
Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

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

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

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

Red Hat 소개

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

© 2024 Red Hat, Inc.