Google Kubernetes Engine v1 API - Class GcfsConfig (3.28.0)

public sealed class GcfsConfig : IMessage<GcfsConfig>, IEquatable<GcfsConfig>, IDeepCloneable<GcfsConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class GcfsConfig.

GcfsConfig contains configurations of Google Container File System (image streaming).

Inheritance

object > GcfsConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

GcfsConfig()

public GcfsConfig()

GcfsConfig(GcfsConfig)

public GcfsConfig(GcfsConfig other)
Parameter
Name Description
other GcfsConfig

Properties

Enabled

public bool Enabled { get; set; }

Whether to use GCFS.

Property Value
Type Description
bool