class NodeConfigDefaults extends Model (View source)

Properties

protected $containerdConfigType
protected $containerdConfigDataType
protected $gcfsConfigType
protected $gcfsConfigDataType
protected $loggingConfigType
protected $loggingConfigDataType
protected $nodeKubeletConfigType
protected $nodeKubeletConfigDataType

Methods

setContainerdConfig(ContainerdConfig $containerdConfig)

No description

setGcfsConfig(GcfsConfig $gcfsConfig)

No description

getGcfsConfig()

No description

setLoggingConfig(NodePoolLoggingConfig $loggingConfig)

No description

setNodeKubeletConfig(NodeKubeletConfig $nodeKubeletConfig)

No description

Details

setContainerdConfig(ContainerdConfig $containerdConfig)

No description

Parameters

ContainerdConfig $containerdConfig

ContainerdConfig getContainerdConfig()

No description

Return Value

ContainerdConfig

setGcfsConfig(GcfsConfig $gcfsConfig)

No description

Parameters

GcfsConfig $gcfsConfig

GcfsConfig getGcfsConfig()

No description

Return Value

GcfsConfig

setLoggingConfig(NodePoolLoggingConfig $loggingConfig)

No description

Parameters

NodePoolLoggingConfig $loggingConfig

NodePoolLoggingConfig getLoggingConfig()

No description

Return Value

NodePoolLoggingConfig

setNodeKubeletConfig(NodeKubeletConfig $nodeKubeletConfig)

No description

Parameters

NodeKubeletConfig $nodeKubeletConfig

NodeKubeletConfig getNodeKubeletConfig()

No description

Return Value

NodeKubeletConfig