Skip to content

KubernetesConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cs;
new KubernetesConfigProperty {
    object Runtime,
    object RuntimeVersion,
    object CpuPolicy = null,
    object Labels = null,
    object NodeNameMode = null,
    object Taints = null
};

Properties

Name Type Description
Runtime object No description.
RuntimeVersion object No description.
CpuPolicy object No description.
Labels object No description.
NodeNameMode object No description.
Taints object No description.

RuntimeRequired

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

RuntimeVersionRequired

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

CpuPolicyOptional

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

LabelsOptional

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

NodeNameModeOptional

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

TaintsOptional

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