public sealed class CustomImageConfig : IMessage<CustomImageConfig>, IEquatable<CustomImageConfig>, IDeepCloneable<CustomImageConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class CustomImageConfig.
CustomImageConfig contains the information r
Implements
IMessageCustomImageConfig, IEquatableCustomImageConfig, IDeepCloneableCustomImageConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |
|