Class V1ComponentCondition
java.lang.Object
io.kubernetes.client.openapi.models.V1ComponentCondition
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V1ComponentCondition
extends Object
Information about the condition of a component.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_ERROR
- See Also:
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
-
Constructor Details
-
V1ComponentCondition
public V1ComponentCondition()
-
-
Method Details
-
error
-
getError
Condition error code for a component. For example, a health check error code.- Returns:
- error
-
setError
-
message
-
getMessage
Message about the condition for a component. For example, information about a health check.- Returns:
- message
-
setMessage
-
status
-
getStatus
Status of the condition for a component. Valid values for \"Healthy\": \"True\", \"False\", or \"Unknown\".- Returns:
- status
-
setStatus
-
type
-
getType
Type of condition for a component. Valid value: \"Healthy\"- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-