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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `ContainerdConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, spanning versions from 2.3.0 to the latest 3.33.0."],["`ContainerdConfig` is a class that allows for the customization of containerd, a container runtime environment, in Google Kubernetes Engine."],["The class `ContainerdConfig` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with it being directly inherited from `object`."],["The `ContainerdConfig` class includes a property called `PrivateRegistryAccessConfig`, which allows users to configure access settings for private container registries."],["The documentation provides examples of inherited members from the `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`, providing the full picture for developers when using the class."]]],[]]