Skip to content

RosClusterHelmApplicationProps

Properties for defining a RosClusterHelmApplication.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-clusterhelmapplication

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cs;
new RosClusterHelmApplicationProps {
    object ChartUrl,
    object ClusterId,
    object Name,
    object ChartValues = null,
    object Credential = null,
    object Namespace = null,
    object RolePolicy = null,
    object ValidationMode = null,
    object WaitUntil = null
};

Properties

Name Type Description
ChartUrl object No description.
ClusterId object No description.
Name object No description.
ChartValues object No description.
Credential object No description.
Namespace object No description.
RolePolicy object No description.
ValidationMode object No description.
WaitUntil object No description.

ChartUrlRequired

public object ChartUrl { get; set; }
  • Type: object

ClusterIdRequired

public object ClusterId { get; set; }
  • Type: object

NameRequired

public object Name { get; set; }
  • Type: object

ChartValuesOptional

public object ChartValues { get; set; }
  • Type: object

CredentialOptional

public object Credential { get; set; }
  • Type: object

NamespaceOptional

public object Namespace { get; set; }
  • Type: object

RolePolicyOptional

public object RolePolicy { get; set; }
  • Type: object

ValidationModeOptional

public object ValidationMode { get; set; }
  • Type: object

WaitUntilOptional

public object WaitUntil { get; set; }
  • Type: object