public sealed class LinuxNodeConfig.Types.CustomNodeInit : IMessage<LinuxNodeConfig.Types.CustomNodeInit>, IEquatable<LinuxNodeConfig.Types.CustomNodeInit>, IDeepCloneable<LinuxNodeConfig.Types.CustomNodeInit>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class LinuxNodeConfig.Types.CustomNodeInit.
Support for running custom init code while bootstrapping nodes.
Implements
IMessageLinuxNodeConfigTypesCustomNodeInit, IEquatableLinuxNodeConfigTypesCustomNodeInit, IDeepCloneableLinuxNodeConfigTypesCustomNodeInit, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
CustomNodeInit()
public CustomNodeInit()CustomNodeInit(CustomNodeInit)
public CustomNodeInit(LinuxNodeConfig.Types.CustomNodeInit other)| Parameter | |
|---|---|
| Name | Description |
other |
LinuxNodeConfigTypesCustomNodeInit |
Properties
InitScript
public LinuxNodeConfig.Types.CustomNodeInit.Types.InitScript InitScript { get; set; }Optional. The init script to be executed on the node.
| Property Value | |
|---|---|
| Type | Description |
LinuxNodeConfigTypesCustomNodeInitTypesInitScript |
|