Class V1SleepAction
java.lang.Object
io.kubernetes.client.openapi.models.V1SleepAction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T19:21:52.410010Z[Etc/UTC]")
public class V1SleepAction
extends Object
SleepAction describes a \"sleep\" action.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Seconds is the number of seconds to sleep.int
hashCode()
void
setSeconds
(Long seconds) toString()
-
Field Details
-
SERIALIZED_NAME_SECONDS
- See Also:
-
-
Constructor Details
-
V1SleepAction
public V1SleepAction()
-
-
Method Details