You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Condition defines a readiness condition for a Knative resource. See: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties
106
106
*/
107
107
@JsonProperty("lastTransitionTime")
108
-
publicVolatileTimegetLastTransitionTime() {
108
+
publicStringgetLastTransitionTime() {
109
109
returnlastTransitionTime;
110
110
}
111
111
112
112
/**
113
113
* Condition defines a readiness condition for a Knative resource. See: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties
0 commit comments