Fix status.lastRegistrationCheckTime in body must be of type string: \"null\" errors (#407)

Follow-up for #398 and #404
This commit is contained in:
Yusuke Kuoka
2021-03-19 11:15:35 +09:00
committed by GitHub
parent c424215044
commit d874a5cfda
4 changed files with 4 additions and 1 deletions

View File

@@ -130,6 +130,7 @@ type RunnerStatus struct {
// +optional
Message string `json:"message,omitempty"`
// +optional
// +nullable
LastRegistrationCheckTime *metav1.Time `json:"lastRegistrationCheckTime,omitempty"`
}