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

KustomizationUpdateContent 类

定义

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

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

构造函数

KustomizationUpdateContent()

初始化 KustomizationUpdateContent 的新实例。

属性

DependsOn

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

Force

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

Path

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

Prune

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

RetryIntervalInSeconds

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

SyncIntervalInSeconds

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

TimeoutInSeconds

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

适用于