Google Kubernetes Engine v1 API - Class CustomImageConfig (3.39.0)

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

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

CustomImageConfig contains the information r

Inheritance

object > CustomImageConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

CustomImageConfig()

public CustomImageConfig()

CustomImageConfig(CustomImageConfig)

public CustomImageConfig(CustomImageConfig other)
Parameter
Name Description
other CustomImageConfig

Properties

Image

public string Image { get; set; }

The name of the image to use for this node.

Property Value
Type Description
string

ImageProject

public string ImageProject { get; set; }

The project containing the image to use for this node.

Property Value
Type Description
string