Uses of Class
io.kubernetes.client.openapi.models.V1beta3FlowSchemaCondition
Packages that use V1beta3FlowSchemaCondition
-
Uses of V1beta3FlowSchemaCondition in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta3FlowSchemaConditionModifier and TypeMethodDescriptionV1beta3FlowSchemaCondition.lastTransitionTime
(OffsetDateTime lastTransitionTime) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta3FlowSchemaConditionModifier and TypeMethodDescriptionV1beta3FlowSchemaStatus.getConditions()
`conditions` is a list of the current states of FlowSchema.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta3FlowSchemaConditionModifier and TypeMethodDescriptionV1beta3FlowSchemaStatus.addConditionsItem
(V1beta3FlowSchemaCondition conditionsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta3FlowSchemaConditionModifier and TypeMethodDescriptionV1beta3FlowSchemaStatus.conditions
(List<V1beta3FlowSchemaCondition> conditions) void
V1beta3FlowSchemaStatus.setConditions
(List<V1beta3FlowSchemaCondition> conditions)