Fix status.lastRegistrationCheckTime in body must be of type string: \"null\" errors (#407)
Some checks failed
Lint and Test Charts / lint-test (push) Has been cancelled
Some checks failed
Lint and Test Charts / lint-test (push) Has been cancelled
Follow-up for #398 and #404
This commit is contained in:
@@ -130,6 +130,7 @@ type RunnerStatus struct {
|
||||
// +optional
|
||||
Message string `json:"message,omitempty"`
|
||||
// +optional
|
||||
// +nullable
|
||||
LastRegistrationCheckTime *metav1.Time `json:"lastRegistrationCheckTime,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user