Google Kubernetes Engine v1 API - Class ContainerdConfig (3.29.0)

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

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

ContainerdConfig contains configuration to customize containerd.

Inheritance

object > ContainerdConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

ContainerdConfig()

public ContainerdConfig()

ContainerdConfig(ContainerdConfig)

public ContainerdConfig(ContainerdConfig other)
Parameter
Name Description
other ContainerdConfig

Properties

PrivateRegistryAccessConfig

public ContainerdConfig.Types.PrivateRegistryAccessConfig PrivateRegistryAccessConfig { get; set; }

PrivateRegistryAccessConfig is used to configure access configuration for private container registries.

Property Value
Type Description
ContainerdConfigTypesPrivateRegistryAccessConfig