你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Kustomization 类

定义

定义如何协调群集上源类型拉取的项目的 Kustomization。

public class Kustomization
type Kustomization = class
Public Class Kustomization
继承
Kustomization

构造函数

Kustomization()

初始化 Kustomization 的新实例。

属性

DependsOn

指定此 Kustomization 依赖的其他 Kustomization。 在所有依赖项完成对帐之前,此 Kustomization 不会协调。

Force

当修补由于不可变字段更改而失败时,在群集上启用/禁用重新创建 Kubernetes 资源。

Name

Kustomization 的名称,与 Kustomizations 对象映射中的键匹配。

Path

要在群集上协调的源引用中的路径。

Prune

启用/禁用此 Kustomization 创建的 Kubernetes 对象的垃圾回收。

RetryIntervalInSeconds

在对帐失败时重新协调群集上的 Kustomization 的时间间隔。

SyncIntervalInSeconds

重新协调群集上的 Kustomization 的时间间隔。

TimeoutInSeconds

尝试协调群集上的 Kustomization 的最长时间。

适用于