PodSpecV1.SchedulerName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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