Google Kubernetes Engine v1 API - Class LinuxNodeConfig.Types.CustomNodeInit (3.38.0)

public sealed class LinuxNodeConfig.Types.CustomNodeInit : IMessage<LinuxNodeConfig.Types.CustomNodeInit>, IEquatable<LinuxNodeConfig.Types.CustomNodeInit>, IDeepCloneable<LinuxNodeConfig.Types.CustomNodeInit>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class LinuxNodeConfig.Types.CustomNodeInit.

Support for running custom init code while bootstrapping nodes.

Inheritance

object > LinuxNodeConfig.Types.CustomNodeInit

Namespace

Google.Cloud.Container.V1

Assembly

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