SettingsClustersSoftwareCommitsInfo
The Commits.Info structure defines the information about software draft.
Properties
apply_status
Required
The Commits.Info.ApplyStatusType structure defines possible values regarding the application of this commit.
APPLIED : Commit has been applied to the cluster.
NOT_APPLIED : Commit hasn’t been applied to the cluster.
Possible values are: APPLIED , NOT_APPLIED
string
author
Required
Author of the commit.
string as date-time
commit_time
Required
Creation time of the commit.
string
description
Required
Description accompanying this commit.
JSON Example
{
"apply_status": "APPLIED",
"author": "string",
"commit_time": "string",
"description": "string"
}