type property

String? type
getter/setter pair

type is used to communicate the status of the reconciliation process.

See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.

Implementation

core.String? type;