diff --git a/magnum/common/pythonk8sclient/swagger_client/models/v1_event.py b/magnum/common/pythonk8sclient/swagger_client/models/v1_event.py index 324ebd5..bba283a 100644 --- a/magnum/common/pythonk8sclient/swagger_client/models/v1_event.py +++ b/magnum/common/pythonk8sclient/swagger_client/models/v1_event.py @@ -251,7 +251,7 @@ class V1Event(object): def last_timestamp(self): """ Gets the last_timestamp of this V1Event. - the time at which the most recent occurance of this event was recorded + the time at which the most recent occurrence of this event was recorded :return: The last_timestamp of this V1Event. :rtype: str @@ -262,7 +262,7 @@ class V1Event(object): def last_timestamp(self, last_timestamp): """ Sets the last_timestamp of this V1Event. - the time at which the most recent occurance of this event was recorded + the time at which the most recent occurrence of this event was recorded :param last_timestamp: The last_timestamp of this V1Event. :type: str diff --git a/magnum/common/pythonk8sclient/templates/v1.json b/magnum/common/pythonk8sclient/templates/v1.json index 1db910a..182c0ff 100644 --- a/magnum/common/pythonk8sclient/templates/v1.json +++ b/magnum/common/pythonk8sclient/templates/v1.json @@ -10629,7 +10629,7 @@ }, "lastTimestamp": { "type": "string", - "description": "the time at which the most recent occurance of this event was recorded" + "description": "the time at which the most recent occurrence of this event was recorded" }, "count": { "type": "integer",