MCPcopy Create free account
hub / github.com/crossplane-contrib/function-patch-and-transform / ConditionedObject

Interface ConditionedObject

ready.go:35–38  ·  view source on GitHub ↗

A ConditionedObject is a runtime object with conditions.

Source from the content-addressed store, hash-verified

33
34// A ConditionedObject is a runtime object with conditions.
35type ConditionedObject interface {
36 resource.Object
37 resource.Conditioned
38}
39
40// IsReady returns whether the composed resource is ready.
41func IsReady(_ context.Context, o ConditionedObject, rc ...v1beta1.ReadinessCheck) (bool, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected