Google Kubernetes Engine v1 API - Class ContainerdConfig.Types.RegistryHostConfig.Types.RegistryHeader (3.37.0)

public sealed class ContainerdConfig.Types.RegistryHostConfig.Types.RegistryHeader : IMessage<ContainerdConfig.Types.RegistryHostConfig.Types.RegistryHeader>, IEquatable<ContainerdConfig.Types.RegistryHostConfig.Types.RegistryHeader>, IDeepCloneable<ContainerdConfig.Types.RegistryHostConfig.Types.RegistryHeader>, IBufferMessage, IMessage

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

RegistryHeader configures headers for the registry.

Inheritance

object > ContainerdConfig.Types.RegistryHostConfig.Types.RegistryHeader

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

RegistryHeader()

public RegistryHeader()

RegistryHeader(RegistryHeader)

public RegistryHeader(ContainerdConfig.Types.RegistryHostConfig.Types.RegistryHeader other)
Parameter
Name Description
other ContainerdConfigTypesRegistryHostConfigTypesRegistryHeader

Properties

Key

public string Key { get; set; }

Key configures the header key.

Property Value
Type Description
string

Value

public RepeatedField<string> Value { get; }

Value configures the header value.

Property Value
Type Description
RepeatedFieldstring