Class V1FlowSchemaStatus
java.lang.Object
io.kubernetes.client.openapi.models.V1FlowSchemaStatus
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-12T23:08:31.638427Z[Etc/UTC]")
public class V1FlowSchemaStatus
extends Object
FlowSchemaStatus represents the current state of a FlowSchema.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConditionsItem
(V1FlowSchemaCondition conditionsItem) conditions
(List<V1FlowSchemaCondition> conditions) boolean
`conditions` is a list of the current states of FlowSchema.int
hashCode()
void
setConditions
(List<V1FlowSchemaCondition> conditions) toString()
-
Field Details
-
SERIALIZED_NAME_CONDITIONS
- See Also:
-
-
Constructor Details
-
V1FlowSchemaStatus
public V1FlowSchemaStatus()
-
-
Method Details