Uses of Class
io.kubernetes.client.openapi.models.V1FlowSchemaCondition
Packages that use V1FlowSchemaCondition
-
Uses of V1FlowSchemaCondition in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1FlowSchemaConditionModifier and TypeMethodDescriptionstatic V1FlowSchemaCondition
Create an instance of V1FlowSchemaCondition given an JSON stringV1FlowSchemaCondition.lastTransitionTime
(OffsetDateTime lastTransitionTime) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1FlowSchemaConditionModifier and TypeMethodDescriptionV1FlowSchemaStatus.getConditions()
`conditions` is a list of the current states of FlowSchema.Methods in io.kubernetes.client.openapi.models with parameters of type V1FlowSchemaConditionModifier and TypeMethodDescriptionV1FlowSchemaStatus.addConditionsItem
(V1FlowSchemaCondition conditionsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1FlowSchemaConditionModifier and TypeMethodDescriptionV1FlowSchemaStatus.conditions
(List<V1FlowSchemaCondition> conditions) void
V1FlowSchemaStatus.setConditions
(List<V1FlowSchemaCondition> conditions)