Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::LinuxNodeConfig::CustomNodeInit.
Support for running custom init code while bootstrapping nodes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#init_script
def init_script() -> ::Google::Cloud::Container::V1::LinuxNodeConfig::CustomNodeInit::InitScript
Returns
- (::Google::Cloud::Container::V1::LinuxNodeConfig::CustomNodeInit::InitScript) — Optional. The init script to be executed on the node.
#init_script=
def init_script=(value) -> ::Google::Cloud::Container::V1::LinuxNodeConfig::CustomNodeInit::InitScript
Parameter
- value (::Google::Cloud::Container::V1::LinuxNodeConfig::CustomNodeInit::InitScript) — Optional. The init script to be executed on the node.
Returns
- (::Google::Cloud::Container::V1::LinuxNodeConfig::CustomNodeInit::InitScript) — Optional. The init script to be executed on the node.