다음을 통해 공유


KubernetesClusterRestoreCriteria interface

복원 작업을 위한 kubernetes 클러스터 백업 대상 정보

Extends

속성

conflictPolicy

충돌 정책 속성을 가져오거나 설정합니다. 이 속성은 복원하는 동안 리소스가 충돌하는 동안 정책을 설정합니다.

excludedNamespaces

제외 네임스페이스 속성을 가져오거나 설정합니다. 이 속성은 복원하는 동안 제외할 네임스페이스를 설정합니다.

excludedResourceTypes

제외 리소스 종류 속성을 가져오거나 설정합니다. 이 속성은 복원하는 동안 제외할 리소스 유형을 설정합니다.

includeClusterScopeResources

include 클러스터 리소스 속성을 가져오거나 설정합니다. 사용하도록 설정된 경우 이 속성에는 복원 중에 클러스터 범위 리소스가 포함됩니다.

includedNamespaces

include 네임스페이스 속성을 가져오거나 설정합니다. 이 속성은 복원 중에 포함할 네임스페이스를 설정합니다.

includedResourceTypes

include 리소스 종류 속성을 가져오거나 설정합니다. 이 속성은 복원하는 동안 포함할 리소스 유형을 설정합니다.

labelSelectors

LabelSelectors 속성을 가져오거나 설정합니다. 이 속성은 복원 중에 이러한 레이블 선택기가 포함된 리소스를 포함하도록 설정합니다.

namespaceMappings

네임스페이스 매핑 속성을 가져오거나 설정합니다. 이 속성은 복원하는 동안 네임스페이스를 변경해야 하는지를 설정합니다.

objectType

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

persistentVolumeRestoreMode

PV(영구 볼륨) 복원 모드 속성을 가져오거나 설정합니다. 이 속성은 볼륨을 복원해야 하는지 여부를 설정합니다.

resourceModifierReference

리소스 한정자 참조를 가져오거나 설정합니다. 이 속성은 복원하는 동안 리소스 한정자에 대한 참조를 설정합니다.

restoreHookReferences

복원 후크 참조를 가져오거나 설정합니다. 이 속성은 복원하는 동안 실행할 후크 참조를 설정합니다.

속성 세부 정보

conflictPolicy

충돌 정책 속성을 가져오거나 설정합니다. 이 속성은 복원하는 동안 리소스가 충돌하는 동안 정책을 설정합니다.

conflictPolicy?: string

속성 값

string

excludedNamespaces

제외 네임스페이스 속성을 가져오거나 설정합니다. 이 속성은 복원하는 동안 제외할 네임스페이스를 설정합니다.

excludedNamespaces?: string[]

속성 값

string[]

excludedResourceTypes

제외 리소스 종류 속성을 가져오거나 설정합니다. 이 속성은 복원하는 동안 제외할 리소스 유형을 설정합니다.

excludedResourceTypes?: string[]

속성 값

string[]

includeClusterScopeResources

include 클러스터 리소스 속성을 가져오거나 설정합니다. 사용하도록 설정된 경우 이 속성에는 복원 중에 클러스터 범위 리소스가 포함됩니다.

includeClusterScopeResources: boolean

속성 값

boolean

includedNamespaces

include 네임스페이스 속성을 가져오거나 설정합니다. 이 속성은 복원 중에 포함할 네임스페이스를 설정합니다.

includedNamespaces?: string[]

속성 값

string[]

includedResourceTypes

include 리소스 종류 속성을 가져오거나 설정합니다. 이 속성은 복원하는 동안 포함할 리소스 유형을 설정합니다.

includedResourceTypes?: string[]

속성 값

string[]

labelSelectors

LabelSelectors 속성을 가져오거나 설정합니다. 이 속성은 복원 중에 이러한 레이블 선택기가 포함된 리소스를 포함하도록 설정합니다.

labelSelectors?: string[]

속성 값

string[]

namespaceMappings

네임스페이스 매핑 속성을 가져오거나 설정합니다. 이 속성은 복원하는 동안 네임스페이스를 변경해야 하는지를 설정합니다.

namespaceMappings?: {[propertyName: string]: string}

속성 값

{[propertyName: string]: string}

objectType

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

objectType: "KubernetesClusterRestoreCriteria"

속성 값

"KubernetesClusterRestoreCriteria"

persistentVolumeRestoreMode

PV(영구 볼륨) 복원 모드 속성을 가져오거나 설정합니다. 이 속성은 볼륨을 복원해야 하는지 여부를 설정합니다.

persistentVolumeRestoreMode?: string

속성 값

string

resourceModifierReference

리소스 한정자 참조를 가져오거나 설정합니다. 이 속성은 복원하는 동안 리소스 한정자에 대한 참조를 설정합니다.

resourceModifierReference?: NamespacedNameResource

속성 값

restoreHookReferences

복원 후크 참조를 가져오거나 설정합니다. 이 속성은 복원하는 동안 실행할 후크 참조를 설정합니다.

restoreHookReferences?: NamespacedNameResource[]

속성 값