Files
c/kubernetes/docs/version_info.md

23 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2021-03-17 16:35:19 +08:00
# version_info_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**build_date** | **char \*** | |
**compiler** | **char \*** | |
**emulation_major** | **char \*** | EmulationMajor is the major version of the emulation version | [optional]
**emulation_minor** | **char \*** | EmulationMinor is the minor version of the emulation version | [optional]
2021-03-17 16:35:19 +08:00
**git_commit** | **char \*** | |
**git_tree_state** | **char \*** | |
**git_version** | **char \*** | |
**go_version** | **char \*** | |
**major** | **char \*** | Major is the major version of the binary version |
**min_compatibility_major** | **char \*** | MinCompatibilityMajor is the major version of the minimum compatibility version | [optional]
**min_compatibility_minor** | **char \*** | MinCompatibilityMinor is the minor version of the minimum compatibility version | [optional]
**minor** | **char \*** | Minor is the minor version of the binary version |
2021-03-17 16:35:19 +08:00
**platform** | **char \*** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)