kubernetes_asyncio.client.models.version_info 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.version_info.VersionInfo(build_date=None, compiler=None, emulation_major=None, emulation_minor=None, git_commit=None, git_tree_state=None, git_version=None, go_version=None, major=None, min_compatibility_major=None, min_compatibility_minor=None, minor=None, platform=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 = {'build_date': 'buildDate', 'compiler': 'compiler', 'emulation_major': 'emulationMajor', 'emulation_minor': 'emulationMinor', 'git_commit': 'gitCommit', 'git_tree_state': 'gitTreeState', 'git_version': 'gitVersion', 'go_version': 'goVersion', 'major': 'major', 'min_compatibility_major': 'minCompatibilityMajor', 'min_compatibility_minor': 'minCompatibilityMinor', 'minor': 'minor', 'platform': 'platform'}
property build_date

Gets the build_date of this VersionInfo. # noqa: E501

Returns:

The build_date of this VersionInfo. # noqa: E501

Return type:

str

property compiler

Gets the compiler of this VersionInfo. # noqa: E501

Returns:

The compiler of this VersionInfo. # noqa: E501

Return type:

str

property emulation_major

Gets the emulation_major of this VersionInfo. # noqa: E501

EmulationMajor is the major version of the emulation version # noqa: E501

Returns:

The emulation_major of this VersionInfo. # noqa: E501

Return type:

str

property emulation_minor

Gets the emulation_minor of this VersionInfo. # noqa: E501

EmulationMinor is the minor version of the emulation version # noqa: E501

Returns:

The emulation_minor of this VersionInfo. # noqa: E501

Return type:

str

property git_commit

Gets the git_commit of this VersionInfo. # noqa: E501

Returns:

The git_commit of this VersionInfo. # noqa: E501

Return type:

str

property git_tree_state

Gets the git_tree_state of this VersionInfo. # noqa: E501

Returns:

The git_tree_state of this VersionInfo. # noqa: E501

Return type:

str

property git_version

Gets the git_version of this VersionInfo. # noqa: E501

Returns:

The git_version of this VersionInfo. # noqa: E501

Return type:

str

property go_version

Gets the go_version of this VersionInfo. # noqa: E501

Returns:

The go_version of this VersionInfo. # noqa: E501

Return type:

str

property major

Gets the major of this VersionInfo. # noqa: E501

Major is the major version of the binary version # noqa: E501

Returns:

The major of this VersionInfo. # noqa: E501

Return type:

str

property min_compatibility_major

Gets the min_compatibility_major of this VersionInfo. # noqa: E501

MinCompatibilityMajor is the major version of the minimum compatibility version # noqa: E501

Returns:

The min_compatibility_major of this VersionInfo. # noqa: E501

Return type:

str

property min_compatibility_minor

Gets the min_compatibility_minor of this VersionInfo. # noqa: E501

MinCompatibilityMinor is the minor version of the minimum compatibility version # noqa: E501

Returns:

The min_compatibility_minor of this VersionInfo. # noqa: E501

Return type:

str

property minor

Gets the minor of this VersionInfo. # noqa: E501

Minor is the minor version of the binary version # noqa: E501

Returns:

The minor of this VersionInfo. # noqa: E501

Return type:

str

openapi_types = {'build_date': 'str', 'compiler': 'str', 'emulation_major': 'str', 'emulation_minor': 'str', 'git_commit': 'str', 'git_tree_state': 'str', 'git_version': 'str', 'go_version': 'str', 'major': 'str', 'min_compatibility_major': 'str', 'min_compatibility_minor': 'str', 'minor': 'str', 'platform': 'str'}
property platform

Gets the platform of this VersionInfo. # noqa: E501

Returns:

The platform of this VersionInfo. # 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