Class CustomNodeInit
Support for running custom init code while bootstrapping nodes.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class CustomNodeInit : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InitScript
Optional. The init script to be executed on the node.
Declaration
[JsonProperty("initScript")]
public virtual InitScript InitScript { get; set; }
Property Value
| Type | Description |
|---|---|
| InitScript |