kubernetes_asyncio.client.models.v1_node_runtime_handler_features module

Kubernetes

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech

class kubernetes_asyncio.client.models.v1_node_runtime_handler_features.V1NodeRuntimeHandlerFeatures(recursive_read_only_mounts=None, user_namespaces=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'recursive_read_only_mounts': 'recursiveReadOnlyMounts', 'user_namespaces': 'userNamespaces'}
openapi_types = {'recursive_read_only_mounts': 'bool', 'user_namespaces': 'bool'}
property recursive_read_only_mounts

Gets the recursive_read_only_mounts of this V1NodeRuntimeHandlerFeatures. # noqa: E501

RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts. # noqa: E501

Returns:

The recursive_read_only_mounts of this V1NodeRuntimeHandlerFeatures. # noqa: E501

Return type:

bool

to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model

property user_namespaces

Gets the user_namespaces of this V1NodeRuntimeHandlerFeatures. # noqa: E501

UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes. # noqa: E501

Returns:

The user_namespaces of this V1NodeRuntimeHandlerFeatures. # noqa: E501

Return type:

bool