struct
Kubernetes::NodeRuntimeHandlerFeatures
- Kubernetes::NodeRuntimeHandlerFeatures
- Struct
- Value
- Object
Overview
NodeRuntimeHandlerFeatures is a set of features implemented by the runtime handler.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_core_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#recursive_read_only_mounts : Bool | Nil
RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.
-
#recursive_read_only_mounts=(recursive_read_only_mounts : Bool | Nil)
RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.
-
#user_namespaces : Bool | Nil
UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.
-
#user_namespaces=(user_namespaces : Bool | Nil)
UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.
RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.
UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.
UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.