public sealed class SlurmOperatorConfig : IMessage<SlurmOperatorConfig>, IEquatable<SlurmOperatorConfig>, IDeepCloneable<SlurmOperatorConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class SlurmOperatorConfig.
Configuration for the Slurm Operator.
Implements
IMessageSlurmOperatorConfig, IEquatableSlurmOperatorConfig, IDeepCloneableSlurmOperatorConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
SlurmOperatorConfig()
public SlurmOperatorConfig()SlurmOperatorConfig(SlurmOperatorConfig)
public SlurmOperatorConfig(SlurmOperatorConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
SlurmOperatorConfig |
Properties
Enabled
public bool Enabled { get; set; }When enabled, it runs a Slurm Operator that manages the set of compute pods for Slurm Cluster.
| Property Value | |
|---|---|
| Type | Description |
bool |
|