kubernetes_asyncio.client.models.v1_quobyte_volume_source 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_quobyte_volume_source.V1QuobyteVolumeSource(group=None, read_only=None, registry=None, tenant=None, user=None, volume=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 = {'group': 'group', 'read_only': 'readOnly', 'registry': 'registry', 'tenant': 'tenant', 'user': 'user', 'volume': 'volume'}
property group

Gets the group of this V1QuobyteVolumeSource. # noqa: E501

group to map volume access to Default is no group # noqa: E501

Returns:

The group of this V1QuobyteVolumeSource. # noqa: E501

Return type:

str

openapi_types = {'group': 'str', 'read_only': 'bool', 'registry': 'str', 'tenant': 'str', 'user': 'str', 'volume': 'str'}
property read_only

Gets the read_only of this V1QuobyteVolumeSource. # noqa: E501

readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. # noqa: E501

Returns:

The read_only of this V1QuobyteVolumeSource. # noqa: E501

Return type:

bool

property registry

Gets the registry of this V1QuobyteVolumeSource. # noqa: E501

registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes # noqa: E501

Returns:

The registry of this V1QuobyteVolumeSource. # noqa: E501

Return type:

str

property tenant

Gets the tenant of this V1QuobyteVolumeSource. # noqa: E501

tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin # noqa: E501

Returns:

The tenant of this V1QuobyteVolumeSource. # noqa: E501

Return type:

str

to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model

property user

Gets the user of this V1QuobyteVolumeSource. # noqa: E501

user to map volume access to Defaults to serivceaccount user # noqa: E501

Returns:

The user of this V1QuobyteVolumeSource. # noqa: E501

Return type:

str

property volume

Gets the volume of this V1QuobyteVolumeSource. # noqa: E501

volume is a string that references an already created Quobyte volume by name. # noqa: E501

Returns:

The volume of this V1QuobyteVolumeSource. # noqa: E501

Return type:

str