MCPcopy Index your code
hub / github.com/kubernetes-client/python / time

Method time

kubernetes/client/models/v1_volume_error.py:115–123  ·  view source on GitHub ↗

Gets the time of this V1VolumeError. # noqa: E501 time represents the time the error was encountered. # noqa: E501 :return: The time of this V1VolumeError. # noqa: E501 :rtype: datetime

(self)

Source from the content-addressed store, hash-verified

113
114 @property
115 def time(self):
116 """Gets the time of this V1VolumeError. # noqa: E501
117
118 time represents the time the error was encountered. # noqa: E501
119
120 :return: The time of this V1VolumeError. # noqa: E501
121 :rtype: datetime
122 """
123 return self._time
124
125 @time.setter
126 def time(self, time):

Callers 10

test_pod_apisMethod · 0.45
test_exit_codeMethod · 0.45
test_portforward_rawMethod · 0.45
renew_loopMethod · 0.45
try_acquire_or_renewMethod · 0.45
update_lockMethod · 0.45
readline_channelMethod · 0.45
run_foreverMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_pod_apisMethod · 0.36
test_exit_codeMethod · 0.36
test_portforward_rawMethod · 0.36