Class V1Preconditions
java.lang.Object
io.kubernetes.client.openapi.models.V1Preconditions
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V1Preconditions
extends Object
Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecifies the target ResourceVersiongetUid()Specifies the target UID.inthashCode()resourceVersion(String resourceVersion) voidsetResourceVersion(String resourceVersion) voidtoString()
-
Field Details
-
SERIALIZED_NAME_RESOURCE_VERSION
- See Also:
-
SERIALIZED_NAME_UID
- See Also:
-
-
Constructor Details
-
V1Preconditions
public V1Preconditions()
-
-
Method Details
-
resourceVersion
-
getResourceVersion
Specifies the target ResourceVersion- Returns:
- resourceVersion
-
setResourceVersion
-
uid
-
getUid
Specifies the target UID.- Returns:
- uid
-
setUid
-
equals
-
hashCode
public int hashCode() -
toString
-