Class: Google::Apis::ContainerV1::NodeConfigDefaults
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::NodeConfigDefaults
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1/classes.rb,
lib/google/apis/container_v1/representations.rb,
lib/google/apis/container_v1/representations.rb
Overview
Subset of NodeConfig message that has defaults.
Instance Attribute Summary collapse
-
#gcfs_config ⇒ Google::Apis::ContainerV1::GcfsConfig
GcfsConfig contains configurations of Google Container File System (image streaming).
Instance Method Summary collapse
-
#initialize(**args) ⇒ NodeConfigDefaults
constructor
A new instance of NodeConfigDefaults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NodeConfigDefaults
Returns a new instance of NodeConfigDefaults.
3062 3063 3064 |
# File 'lib/google/apis/container_v1/classes.rb', line 3062 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcfs_config ⇒ Google::Apis::ContainerV1::GcfsConfig
GcfsConfig contains configurations of Google Container File System (image
streaming).
Corresponds to the JSON property gcfsConfig
3060 3061 3062 |
# File 'lib/google/apis/container_v1/classes.rb', line 3060 def gcfs_config @gcfs_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3067 3068 3069 |
# File 'lib/google/apis/container_v1/classes.rb', line 3067 def update!(**args) @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config) end |