eventing.knative.dev / v1beta3 / EventType
- object
.spec
Spec defines the desired state of the EventType.
- object
.spec .reference
Reference a resource. For example, Broker.
- string
.spec .reference .apiVersion
API version of the referent.
- string
.spec .reference .kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- string
.spec .reference .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.spec .reference .namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is an optional field, it gets defaulted to the object holding it if left out.
- string
.spec .description
Description is an optional field used to describe the EventType, in any meaningful way.
- array
.spec .attributes
CloudEvent attribute and extension attributes.
- string required
.spec .attributes[] .name
Name of the CloudEvent attribute.
- boolean
.spec .attributes[] .required
Indicates whether the attribute is required.
- string
.spec .attributes[] .value
Value of the attribute. May be a template string using curly brackets {} to represent variable sections of the string.
- object
.status
Status represents the current state of the EventType. This data may be out of date.
- object
.status .annotations
Annotations is additional Status fields for the Resource to save some additional State as well as convey more information to the user. This is roughly akin to Annotations on any k8s resource, just the reconciler conveying richer information outwards.
- array
.status .conditions
Conditions the latest available observations of a resource’s current state.
- string
.status .conditions[] .lastTransitionTime
LastTransitionTime is the last time the condition transitioned from one status to another. We use VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic differences (all other things held constant).
- string
.status .conditions[] .message
A human readable message indicating details about the transition.
- string
.status .conditions[] .reason
The reason for the condition’s last transition.
- string
.status .conditions[] .severity
Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
- string required
.status .conditions[] .status
Status of the condition, one of True, False, Unknown.
- string required
.status .conditions[] .type
Type of condition.
- integer
.status .observedGeneration
ObservedGeneration is the ‘Generation’ of the Service that was last processed by the controller.