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
RuntimeRequired
public object Runtime { get; set; }
RuntimeVersionRequired
public object RuntimeVersion { get; set; }
CpuPolicyOptional
public object CpuPolicy { get; set; }
LabelsOptional
public object Labels { get; set; }
NodeNameModeOptional
public object NodeNameMode { get; set; }
TaintsOptional
public object Taints { get; set; }