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

KubernetesDeployment 类

定义

Helm 部署状态属性。

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

属性

AvailableNumberOfPods

可用 Pod 数。

CreatedOn

创建部署时间。

DesiredNumberOfPods

所需的 Pod 数。

Name

部署的名称。

Namespace

部署的命名空间。

ReadyNumberOfPods

就绪 Pod 数。

UpToDateNumberOfPods

最新 Pod 数。

适用于