次の方法で共有


PodSpecV1.SchedulerName Property

Definition

Gets or sets the name of the scheduler to be used for this pod. This property allows specifying a custom scheduler for the pod instead of relying on the default scheduler. It is optional and defaults to null if not specified.

[YamlDotNet.Serialization.YamlMember(Alias="schedulerName")]
public string? SchedulerName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="schedulerName")>]
member this.SchedulerName : string with get, set
Public Property SchedulerName As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to