docs/archived/v0.22-docs/reference/api/index.xml

11816 lines
322 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Knative Knative API Reference Documentation</title>
<link>https://knative.dev/v0.22-docs/reference/api/</link>
<description>Recent content in Knative API Reference Documentation on Knative</description>
<generator>Hugo -- gohugo.io</generator>
<atom:link href="https://knative.dev/v0.22-docs/reference/api/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>V0.22-Docs: Knative Serving Component</title>
<link>https://knative.dev/v0.22-docs/reference/api/serving-api/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://knative.dev/v0.22-docs/reference/api/serving-api/</guid>
<description>
&lt;p&gt;Packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;#autoscaling.internal.knative.dev%2fv1alpha1&#34;&gt;autoscaling.internal.knative.dev/v1alpha1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;#serving.knative.dev%2fv1&#34;&gt;serving.knative.dev/v1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;#serving.knative.dev%2fv1alpha1&#34;&gt;serving.knative.dev/v1alpha1&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;autoscaling.internal.knative.dev/v1alpha1&#34;&gt;autoscaling.internal.knative.dev/v1alpha1&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1alpha1 contains the Autoscaling v1alpha1 API types.&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;li&gt;
&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.PodAutoscaler&#34;&gt;PodAutoscaler&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h3 id=&#34;autoscaling.internal.knative.dev/v1alpha1.PodAutoscaler&#34;&gt;PodAutoscaler
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;PodAutoscaler is a Knative abstraction that encapsulates the interface by which Knative
components instantiate autoscalers. This definition is an abstraction that may be backed
by multiple definitions. For more information, see the Knative Pluggability presentation:
&lt;a href=&#34;https://docs.google.com/presentation/d/10KWynvAJYuOEWy69VBa6bHJVCqIsz1TNdEKosNvcpPY/edit&#34;&gt;https://docs.google.com/presentation/d/10KWynvAJYuOEWy69VBa6bHJVCqIsz1TNdEKosNvcpPY/edit&lt;/a&gt;&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
autoscaling.internal.knative.dev/v1alpha1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;PodAutoscaler&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.PodAutoscalerSpec&#34;&gt;
PodAutoscalerSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Spec holds the desired state of the PodAutoscaler (from the client).&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;containerConcurrency&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int64
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ContainerConcurrency specifies the maximum allowed
in-flight (concurrent) requests per container of the Revision.
Defaults to &lt;code&gt;0&lt;/code&gt; which means unlimited concurrency.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;scaleTargetRef&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectreference-v1-core&#34;&gt;
Kubernetes core/v1.ObjectReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ScaleTargetRef defines the /scale-able resource that this PodAutoscaler
is responsible for quickly right-sizing.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reachability&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.ReachabilityType&#34;&gt;
ReachabilityType
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reachability specifies whether or not the &lt;code&gt;ScaleTargetRef&lt;/code&gt; can be reached (ie. has a route).
Defaults to &lt;code&gt;ReachabilityUnknown&lt;/code&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;protocolType&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/networking/pkg/apis/networking.ProtocolType
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;The application-layer protocol. Matches &lt;code&gt;ProtocolType&lt;/code&gt; inferred from the revision spec.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.PodAutoscalerStatus&#34;&gt;
PodAutoscalerStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status communicates the observed state of the PodAutoscaler (from the controller).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;autoscaling.internal.knative.dev/v1alpha1.Metric&#34;&gt;Metric
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Metric represents a resource to configure the metric collector with.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.MetricSpec&#34;&gt;
MetricSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Spec holds the desired state of the Metric (from the client).&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;stableWindow&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
time.Duration
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;StableWindow is the aggregation window for metrics in a stable state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;panicWindow&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
time.Duration
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;PanicWindow is the aggregation window for metrics where quick reactions are needed.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;scrapeTarget&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ScrapeTarget is the K8s service that publishes the metric endpoint.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.MetricStatus&#34;&gt;
MetricStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status communicates the observed state of the Metric (from the controller).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;autoscaling.internal.knative.dev/v1alpha1.MetricSpec&#34;&gt;MetricSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.Metric&#34;&gt;Metric&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;MetricSpec contains all values a metric collector needs to operate.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;stableWindow&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
time.Duration
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;StableWindow is the aggregation window for metrics in a stable state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;panicWindow&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
time.Duration
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;PanicWindow is the aggregation window for metrics where quick reactions are needed.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;scrapeTarget&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ScrapeTarget is the K8s service that publishes the metric endpoint.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;autoscaling.internal.knative.dev/v1alpha1.MetricStatus&#34;&gt;MetricStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.Metric&#34;&gt;Metric&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;MetricStatus reflects the status of metric collection for this specific entity.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;autoscaling.internal.knative.dev/v1alpha1.PodAutoscalerSpec&#34;&gt;PodAutoscalerSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.PodAutoscaler&#34;&gt;PodAutoscaler&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;PodAutoscalerSpec holds the desired state of the PodAutoscaler (from the client).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;containerConcurrency&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int64
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ContainerConcurrency specifies the maximum allowed
in-flight (concurrent) requests per container of the Revision.
Defaults to &lt;code&gt;0&lt;/code&gt; which means unlimited concurrency.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;scaleTargetRef&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectreference-v1-core&#34;&gt;
Kubernetes core/v1.ObjectReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ScaleTargetRef defines the /scale-able resource that this PodAutoscaler
is responsible for quickly right-sizing.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reachability&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.ReachabilityType&#34;&gt;
ReachabilityType
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reachability specifies whether or not the &lt;code&gt;ScaleTargetRef&lt;/code&gt; can be reached (ie. has a route).
Defaults to &lt;code&gt;ReachabilityUnknown&lt;/code&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;protocolType&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/networking/pkg/apis/networking.ProtocolType
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;The application-layer protocol. Matches &lt;code&gt;ProtocolType&lt;/code&gt; inferred from the revision spec.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;autoscaling.internal.knative.dev/v1alpha1.PodAutoscalerStatus&#34;&gt;PodAutoscalerStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.PodAutoscaler&#34;&gt;PodAutoscaler&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;PodAutoscalerStatus communicates the observed state of the PodAutoscaler (from the controller).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;serviceName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ServiceName is the K8s Service name that serves the revision, scaled by this PA.
The service is created and owned by the ServerlessService object owned by this PA.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metricsServiceName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;MetricsServiceName is the K8s Service name that provides revision metrics.
The service is managed by the PA object.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;desiredScale&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int32
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;DesiredScale shows the current desired number of replicas for the revision.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;actualScale&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int32
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ActualScale shows the actual number of replicas for the revision.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;autoscaling.internal.knative.dev/v1alpha1.PodScalable&#34;&gt;PodScalable
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;PodScalable is a duck type that the resources referenced by the
PodAutoscaler&amp;rsquo;s ScaleTargetRef must implement. They must also
implement the &lt;code&gt;/scale&lt;/code&gt; sub-resource for use with &lt;code&gt;/scale&lt;/code&gt; based
implementations (e.g. HPA), but this further constrains the shape
the referenced resources may take.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.PodScalableSpec&#34;&gt;
PodScalableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;replicas&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int32
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;selector&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#labelselector-v1-meta&#34;&gt;
Kubernetes meta/v1.LabelSelector
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;template&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podtemplatespec-v1-core&#34;&gt;
Kubernetes core/v1.PodTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.PodScalableStatus&#34;&gt;
PodScalableStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;autoscaling.internal.knative.dev/v1alpha1.PodScalableSpec&#34;&gt;PodScalableSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.PodScalable&#34;&gt;PodScalable&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;PodScalableSpec is the specification for the desired state of a
PodScalable (or at least our shared portion).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;replicas&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int32
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;selector&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#labelselector-v1-meta&#34;&gt;
Kubernetes meta/v1.LabelSelector
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;template&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podtemplatespec-v1-core&#34;&gt;
Kubernetes core/v1.PodTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;autoscaling.internal.knative.dev/v1alpha1.PodScalableStatus&#34;&gt;PodScalableStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.PodScalable&#34;&gt;PodScalable&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;PodScalableStatus is the observed state of a PodScalable (or at
least our shared portion).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;replicas&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int32
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;autoscaling.internal.knative.dev/v1alpha1.ReachabilityType&#34;&gt;ReachabilityType
(&lt;code&gt;string&lt;/code&gt; alias)&lt;/p&gt;&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#autoscaling.internal.knative.dev/v1alpha1.PodAutoscalerSpec&#34;&gt;PodAutoscalerSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ReachabilityType is the enumeration type for the different states of reachability
to the &lt;code&gt;ScaleTarget&lt;/code&gt; of a &lt;code&gt;PodAutoscaler&lt;/code&gt;&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&amp;#34;Reachable&amp;#34;&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;ReachabilityReachable means the &lt;code&gt;ScaleTarget&lt;/code&gt; is reachable, ie. it has an active route.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&amp;#34;&amp;#34;&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;ReachabilityUnknown means the reachability of the &lt;code&gt;ScaleTarget&lt;/code&gt; is unknown.
Used when the reachability cannot be determined, eg. during activation.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&amp;#34;Unreachable&amp;#34;&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;ReachabilityUnreachable means the &lt;code&gt;ScaleTarget&lt;/code&gt; is not reachable, ie. it does not have an active route.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;h2 id=&#34;serving.knative.dev/v1&#34;&gt;serving.knative.dev/v1&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1 contains the Serving v1 API types.&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;li&gt;
&lt;a href=&#34;#serving.knative.dev/v1.Configuration&#34;&gt;Configuration&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#serving.knative.dev/v1.Revision&#34;&gt;Revision&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#serving.knative.dev/v1.Route&#34;&gt;Route&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#serving.knative.dev/v1.Service&#34;&gt;Service&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.Configuration&#34;&gt;Configuration
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Configuration represents the &amp;ldquo;floating HEAD&amp;rdquo; of a linear history of Revisions.
Users create new Revisions by updating the Configuration&amp;rsquo;s spec.
The &amp;ldquo;latest created&amp;rdquo; revision&amp;rsquo;s name is available under status, as is the
&amp;ldquo;latest ready&amp;rdquo; revision&amp;rsquo;s name.
See also: &lt;a href=&#34;https://github.com/knative/serving/blob/main/docs/spec/overview.md#configuration&#34;&gt;https://github.com/knative/serving/blob/main/docs/spec/overview.md#configuration&lt;/a&gt;&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
serving.knative.dev/v1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Configuration&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.ConfigurationSpec&#34;&gt;
ConfigurationSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;template&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.RevisionTemplateSpec&#34;&gt;
RevisionTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Template holds the latest specification for the Revision to be stamped out.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.ConfigurationStatus&#34;&gt;
ConfigurationStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.Revision&#34;&gt;Revision
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Revision is an immutable snapshot of code and configuration. A revision
references a container image. Revisions are created by updates to a
Configuration.&lt;/p&gt;
&lt;p&gt;See also: &lt;a href=&#34;https://github.com/knative/serving/blob/main/docs/spec/overview.md#revision&#34;&gt;https://github.com/knative/serving/blob/main/docs/spec/overview.md#revision&lt;/a&gt;&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
serving.knative.dev/v1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Revision&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.RevisionSpec&#34;&gt;
RevisionSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;PodSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podspec-v1-core&#34;&gt;
Kubernetes core/v1.PodSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;PodSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;containerConcurrency&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int64
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
requests per container of the Revision. Defaults to &lt;code&gt;0&lt;/code&gt; which means
concurrency to the application is not limited, and the system decides the
target concurrency for the autoscaler.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;timeoutSeconds&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int64
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;TimeoutSeconds is the maximum duration in seconds that the request routing
layer will wait for a request delivered to a container to begin replying
(send network traffic). If unspecified, a system default will be provided.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.RevisionStatus&#34;&gt;
RevisionStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.Route&#34;&gt;Route
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Route is responsible for configuring ingress over a collection of Revisions.
Some of the Revisions a Route distributes traffic over may be specified by
referencing the Configuration responsible for creating them; in these cases
the Route is additionally responsible for monitoring the Configuration for
&amp;ldquo;latest ready revision&amp;rdquo; changes, and smoothly rolling out latest revisions.
See also: &lt;a href=&#34;https://github.com/knative/serving/blob/main/docs/spec/overview.md#route&#34;&gt;https://github.com/knative/serving/blob/main/docs/spec/overview.md#route&lt;/a&gt;&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
serving.knative.dev/v1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Route&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.RouteSpec&#34;&gt;
RouteSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Spec holds the desired state of the Route (from the client).&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;traffic&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.TrafficTarget&#34;&gt;
[]TrafficTarget
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Traffic specifies how to distribute traffic over a collection of
revisions and configurations.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.RouteStatus&#34;&gt;
RouteStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status communicates the observed state of the Route (from the controller).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.Service&#34;&gt;Service
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Service acts as a top-level container that manages a Route and Configuration
which implement a network service. Service exists to provide a singular
abstraction which can be access controlled, reasoned about, and which
encapsulates software lifecycle decisions such as rollout policy and
team resource ownership. Service acts only as an orchestrator of the
underlying Routes and Configurations (much as a kubernetes Deployment
orchestrates ReplicaSets), and its usage is optional but recommended.&lt;/p&gt;
&lt;p&gt;The Service&amp;rsquo;s controller will track the statuses of its owned Configuration
and Route, reflecting their statuses and conditions as its own.&lt;/p&gt;
&lt;p&gt;See also: &lt;a href=&#34;https://github.com/knative/serving/blob/main/docs/spec/overview.md#service&#34;&gt;https://github.com/knative/serving/blob/main/docs/spec/overview.md#service&lt;/a&gt;&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
serving.knative.dev/v1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Service&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.ServiceSpec&#34;&gt;
ServiceSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ConfigurationSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.ConfigurationSpec&#34;&gt;
ConfigurationSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ConfigurationSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;ServiceSpec inlines an unrestricted ConfigurationSpec.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;RouteSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.RouteSpec&#34;&gt;
RouteSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;RouteSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;ServiceSpec inlines RouteSpec and restricts/defaults its fields
via webhook. In particular, this spec can only reference this
Service&amp;rsquo;s configuration and revisions (which also influences
defaults).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.ServiceStatus&#34;&gt;
ServiceStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.ConfigurationSpec&#34;&gt;ConfigurationSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1.Configuration&#34;&gt;Configuration&lt;/a&gt;, &lt;a href=&#34;#serving.knative.dev/v1.ServiceSpec&#34;&gt;ServiceSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ConfigurationSpec holds the desired state of the Configuration (from the client).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;template&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.RevisionTemplateSpec&#34;&gt;
RevisionTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Template holds the latest specification for the Revision to be stamped out.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.ConfigurationStatus&#34;&gt;ConfigurationStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1.Configuration&#34;&gt;Configuration&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ConfigurationStatus communicates the observed state of the Configuration (from the controller).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ConfigurationStatusFields&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.ConfigurationStatusFields&#34;&gt;
ConfigurationStatusFields
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ConfigurationStatusFields&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.ConfigurationStatusFields&#34;&gt;ConfigurationStatusFields
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1.ConfigurationStatus&#34;&gt;ConfigurationStatus&lt;/a&gt;, &lt;a href=&#34;#serving.knative.dev/v1.ServiceStatus&#34;&gt;ServiceStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ConfigurationStatusFields holds the fields of Configuration&amp;rsquo;s status that
are not generally shared. This is defined separately and inlined so that
other types can readily consume these fields via duck typing.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;latestReadyRevisionName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;LatestReadyRevisionName holds the name of the latest Revision stamped out
from this Configuration that has had its &amp;ldquo;Ready&amp;rdquo; condition become &amp;ldquo;True&amp;rdquo;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;latestCreatedRevisionName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;LatestCreatedRevisionName is the last revision that was created from this
Configuration. It might not be ready yet, for that use LatestReadyRevisionName.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.ContainerStatus&#34;&gt;ContainerStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1.RevisionStatus&#34;&gt;RevisionStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ContainerStatus holds the information of container name and image digest value&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;name&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;imageDigest&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.RevisionSpec&#34;&gt;RevisionSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1.Revision&#34;&gt;Revision&lt;/a&gt;, &lt;a href=&#34;#serving.knative.dev/v1.RevisionTemplateSpec&#34;&gt;RevisionTemplateSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;RevisionSpec holds the desired state of the Revision (from the client).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;PodSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podspec-v1-core&#34;&gt;
Kubernetes core/v1.PodSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;PodSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;containerConcurrency&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int64
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
requests per container of the Revision. Defaults to &lt;code&gt;0&lt;/code&gt; which means
concurrency to the application is not limited, and the system decides the
target concurrency for the autoscaler.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;timeoutSeconds&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int64
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;TimeoutSeconds is the maximum duration in seconds that the request routing
layer will wait for a request delivered to a container to begin replying
(send network traffic). If unspecified, a system default will be provided.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.RevisionStatus&#34;&gt;RevisionStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1.Revision&#34;&gt;Revision&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;RevisionStatus communicates the observed state of the Revision (from the controller).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;serviceName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ServiceName holds the name of a core Kubernetes Service resource that
load balances over the pods backing this Revision.
Deprecated: revision service name is effectively equal to the revision name,
as per #10540.
0.23 — stop populating
0.25 — remove.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;logUrl&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;LogURL specifies the generated logging url for this particular revision
based on the revision url template specified in the controller&amp;rsquo;s config.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;imageDigest&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DeprecatedImageDigest holds the resolved digest for the image specified
within .Spec.Container.Image. The digest is resolved during the creation
of Revision. This field holds the digest value regardless of whether
a tag or digest was originally specified in the Container object. It
may be empty if the image comes from a registry listed to skip resolution.
If multiple containers specified then DeprecatedImageDigest holds the digest
for serving container.
DEPRECATED: Use ContainerStatuses instead.
TODO(savitaashture) Remove deprecatedImageDigest.
ref &lt;a href=&#34;https://kubernetes.io/docs/reference/using-api/deprecation-policy&#34;&gt;https://kubernetes.io/docs/reference/using-api/deprecation-policy&lt;/a&gt; for deprecation.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;containerStatuses&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.ContainerStatus&#34;&gt;
[]ContainerStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ContainerStatuses is a slice of images present in .Spec.Container[*].Image
to their respective digests and their container name.
The digests are resolved during the creation of Revision.
ContainerStatuses holds the container name and image digests
for both serving and non serving containers.
ref: &lt;a href=&#34;http://bit.ly/image-digests&#34;&gt;http://bit.ly/image-digests&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;actualReplicas&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int32
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ActualReplicas reflects the amount of ready pods running this revision.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;desiredReplicas&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int32
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DesiredReplicas reflects the desired amount of pods running this revision.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.RevisionTemplateSpec&#34;&gt;RevisionTemplateSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1.ConfigurationSpec&#34;&gt;ConfigurationSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;RevisionTemplateSpec describes the data a revision should have when created from a template.
Based on: &lt;a href=&#34;https://github.com/kubernetes/api/blob/e771f807/core/v1/types.go#L3179-L3190&#34;&gt;https://github.com/kubernetes/api/blob/e771f807/core/v1/types.go#L3179-L3190&lt;/a&gt;&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.RevisionSpec&#34;&gt;
RevisionSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;PodSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podspec-v1-core&#34;&gt;
Kubernetes core/v1.PodSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;PodSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;containerConcurrency&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int64
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
requests per container of the Revision. Defaults to &lt;code&gt;0&lt;/code&gt; which means
concurrency to the application is not limited, and the system decides the
target concurrency for the autoscaler.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;timeoutSeconds&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int64
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;TimeoutSeconds is the maximum duration in seconds that the request routing
layer will wait for a request delivered to a container to begin replying
(send network traffic). If unspecified, a system default will be provided.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.RouteSpec&#34;&gt;RouteSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1.Route&#34;&gt;Route&lt;/a&gt;, &lt;a href=&#34;#serving.knative.dev/v1.ServiceSpec&#34;&gt;ServiceSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;RouteSpec holds the desired state of the Route (from the client).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;traffic&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.TrafficTarget&#34;&gt;
[]TrafficTarget
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Traffic specifies how to distribute traffic over a collection of
revisions and configurations.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.RouteStatus&#34;&gt;RouteStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1.Route&#34;&gt;Route&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;RouteStatus communicates the observed state of the Route (from the controller).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;RouteStatusFields&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.RouteStatusFields&#34;&gt;
RouteStatusFields
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;RouteStatusFields&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.RouteStatusFields&#34;&gt;RouteStatusFields
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1.RouteStatus&#34;&gt;RouteStatus&lt;/a&gt;, &lt;a href=&#34;#serving.knative.dev/v1.ServiceStatus&#34;&gt;ServiceStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;RouteStatusFields holds the fields of Route&amp;rsquo;s status that
are not generally shared. This is defined separately and inlined so that
other types can readily consume these fields via duck typing.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;url&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;URL holds the url that will distribute traffic over the provided traffic targets.
It generally has the form http[s]://{route-name}.{route-namespace}.{cluster-level-suffix}&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;address&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Addressable
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Address holds the information needed for a Route to be the target of an event.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;traffic&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.TrafficTarget&#34;&gt;
[]TrafficTarget
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Traffic holds the configured traffic distribution.
These entries will always contain RevisionName references.
When ConfigurationName appears in the spec, this will hold the
LatestReadyRevisionName that we last observed.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.RoutingState&#34;&gt;RoutingState
(&lt;code&gt;string&lt;/code&gt; alias)&lt;/p&gt;&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;RoutingState represents states of a revision with regards to serving a route.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&amp;#34;active&amp;#34;&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;RoutingStateActive is a state for a revision which is actively referenced by a Route.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&amp;#34;pending&amp;#34;&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;RoutingStatePending is a state after a revision is created, but before
its routing state has been determined. It is treated like active for the purposes
of revision garbage collection.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&amp;#34;reserve&amp;#34;&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;RoutingStateReserve is a state for a revision which is no longer referenced by a Route,
and is scaled down, but may be rapidly pinned to a route to be made active again.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&amp;#34;&amp;#34;&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;RoutingStateUnset is the empty value for routing state, this state is unexpected.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.ServiceSpec&#34;&gt;ServiceSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1.Service&#34;&gt;Service&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ServiceSpec represents the configuration for the Service object.
A Service&amp;rsquo;s specification is the union of the specifications for a Route
and Configuration. The Service restricts what can be expressed in these
fields, e.g. the Route must reference the provided Configuration;
however, these limitations also enable friendlier defaulting,
e.g. Route never needs a Configuration name, and may be defaulted to
the appropriate &amp;ldquo;run latest&amp;rdquo; spec.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ConfigurationSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.ConfigurationSpec&#34;&gt;
ConfigurationSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ConfigurationSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;ServiceSpec inlines an unrestricted ConfigurationSpec.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;RouteSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.RouteSpec&#34;&gt;
RouteSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;RouteSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;ServiceSpec inlines RouteSpec and restricts/defaults its fields
via webhook. In particular, this spec can only reference this
Service&amp;rsquo;s configuration and revisions (which also influences
defaults).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.ServiceStatus&#34;&gt;ServiceStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1.Service&#34;&gt;Service&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ServiceStatus represents the Status stanza of the Service resource.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ConfigurationStatusFields&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.ConfigurationStatusFields&#34;&gt;
ConfigurationStatusFields
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ConfigurationStatusFields&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;In addition to inlining ConfigurationSpec, we also inline the fields
specific to ConfigurationStatus.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;RouteStatusFields&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1.RouteStatusFields&#34;&gt;
RouteStatusFields
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;RouteStatusFields&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;In addition to inlining RouteSpec, we also inline the fields
specific to RouteStatus.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1.TrafficTarget&#34;&gt;TrafficTarget
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1.RouteSpec&#34;&gt;RouteSpec&lt;/a&gt;, &lt;a href=&#34;#serving.knative.dev/v1.RouteStatusFields&#34;&gt;RouteStatusFields&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;TrafficTarget holds a single entry of the routing table for a Route.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;tag&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Tag is optionally used to expose a dedicated url for referencing
this target exclusively.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;revisionName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;RevisionName of a specific revision to which to send this portion of
traffic. This is mutually exclusive with ConfigurationName.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;configurationName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ConfigurationName of a configuration to whose latest revision we will send
this portion of traffic. When the &amp;ldquo;status.latestReadyRevisionName&amp;rdquo; of the
referenced configuration changes, we will automatically migrate traffic
from the prior &amp;ldquo;latest ready&amp;rdquo; revision to the new one. This field is never
set in Route&amp;rsquo;s status, only its spec. This is mutually exclusive with
RevisionName.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;latestRevision&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
bool
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;LatestRevision may be optionally provided to indicate that the latest
ready Revision of the Configuration should be used for this traffic
target. When provided LatestRevision must be true if RevisionName is
empty; it must be false when RevisionName is non-empty.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;percent&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int64
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Percent indicates that percentage based routing should be used and
the value indicates the percent of traffic that is be routed to this
Revision or Configuration. &lt;code&gt;0&lt;/code&gt; (zero) mean no traffic, &lt;code&gt;100&lt;/code&gt; means all
traffic.
When percentage based routing is being used the follow rules apply:
- the sum of all percent values must equal 100
- when not specified, the implied value for &lt;code&gt;percent&lt;/code&gt; is zero for
that particular Revision or Configuration&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;url&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;URL displays the URL for accessing named traffic targets. URL is displayed in
status, and is disallowed on spec. URL must contain a scheme (e.g. http://) and
a hostname, but may not contain anything else (e.g. basic auth, url path, etc.)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;h2 id=&#34;serving.knative.dev/v1alpha1&#34;&gt;serving.knative.dev/v1alpha1&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1alpha1 contains the v1alpha1 versions of the serving apis.
Api versions allow the api contract for a resource to be changed while keeping
backward compatibility by support multiple concurrent versions
of the same resource&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;li&gt;
&lt;a href=&#34;#serving.knative.dev/v1alpha1.DomainMapping&#34;&gt;DomainMapping&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h3 id=&#34;serving.knative.dev/v1alpha1.DomainMapping&#34;&gt;DomainMapping
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;DomainMapping is a mapping from a custom hostname to an Addressable.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
serving.knative.dev/v1alpha1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;DomainMapping&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Standard object&amp;rsquo;s metadata.
More info: &lt;a href=&#34;https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata&#34;&gt;https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata&lt;/a&gt;&lt;/p&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1alpha1.DomainMappingSpec&#34;&gt;
DomainMappingSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Spec is the desired state of the DomainMapping.
More info: &lt;a href=&#34;https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status&#34;&gt;https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status&lt;/a&gt;&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ref&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.KReference
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Ref specifies the target of the Domain Mapping.&lt;/p&gt;
&lt;p&gt;The object identified by the Ref must be an Addressable with a URL of the
form &lt;code&gt;{name}.{namespace}.{domain}&lt;/code&gt; where &lt;code&gt;{domain}&lt;/code&gt; is the cluster domain,
and &lt;code&gt;{name}&lt;/code&gt; and &lt;code&gt;{namespace}&lt;/code&gt; are the name and namespace of a Kubernetes
Service.&lt;/p&gt;
&lt;p&gt;This contract is satisfied by Knative types such as Knative Services and
Knative Routes, and by Kubernetes Services.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#serving.knative.dev/v1alpha1.DomainMappingStatus&#34;&gt;
DomainMappingStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status is the current state of the DomainMapping.
More info: &lt;a href=&#34;https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status&#34;&gt;https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1alpha1.CannotConvertError&#34;&gt;CannotConvertError
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;CannotConvertError is returned when a field cannot be converted.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Message&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Field&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1alpha1.DomainMappingSpec&#34;&gt;DomainMappingSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1alpha1.DomainMapping&#34;&gt;DomainMapping&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;DomainMappingSpec describes the DomainMapping the user wishes to exist.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ref&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.KReference
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Ref specifies the target of the Domain Mapping.&lt;/p&gt;
&lt;p&gt;The object identified by the Ref must be an Addressable with a URL of the
form &lt;code&gt;{name}.{namespace}.{domain}&lt;/code&gt; where &lt;code&gt;{domain}&lt;/code&gt; is the cluster domain,
and &lt;code&gt;{name}&lt;/code&gt; and &lt;code&gt;{namespace}&lt;/code&gt; are the name and namespace of a Kubernetes
Service.&lt;/p&gt;
&lt;p&gt;This contract is satisfied by Knative types such as Knative Services and
Knative Routes, and by Kubernetes Services.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;serving.knative.dev/v1alpha1.DomainMappingStatus&#34;&gt;DomainMappingStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#serving.knative.dev/v1alpha1.DomainMapping&#34;&gt;DomainMapping&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;DomainMappingStatus describes the current state of the DomainMapping.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;url&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;URL is the URL of this DomainMapping.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;address&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Addressable
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Address holds the information needed for a DomainMapping to be the target of an event.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;p&gt;&lt;em&gt;
Generated with &lt;code&gt;gen-crd-api-reference-docs&lt;/code&gt;
on git commit &lt;code&gt;813aa6596&lt;/code&gt;.
&lt;/em&gt;&lt;/p&gt;
</description>
</item>
<item>
<title>V0.22-Docs: Knative Eventing Component</title>
<link>https://knative.dev/v0.22-docs/reference/api/eventing/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://knative.dev/v0.22-docs/reference/api/eventing/</guid>
<description>
&lt;p&gt;Packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;#duck.knative.dev%2fv1&#34;&gt;duck.knative.dev/v1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;#duck.knative.dev%2fv1beta1&#34;&gt;duck.knative.dev/v1beta1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;#eventing.knative.dev%2fv1&#34;&gt;eventing.knative.dev/v1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;#eventing.knative.dev%2fv1beta1&#34;&gt;eventing.knative.dev/v1beta1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;#flows.knative.dev%2fv1&#34;&gt;flows.knative.dev/v1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;#flows.knative.dev%2fv1beta1&#34;&gt;flows.knative.dev/v1beta1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;#messaging.knative.dev%2fv1&#34;&gt;messaging.knative.dev/v1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;#messaging.knative.dev%2fv1beta1&#34;&gt;messaging.knative.dev/v1beta1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev%2fv1&#34;&gt;sources.knative.dev/v1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev%2fv1alpha1&#34;&gt;sources.knative.dev/v1alpha1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev%2fv1alpha2&#34;&gt;sources.knative.dev/v1alpha2&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev%2fv1beta1&#34;&gt;sources.knative.dev/v1beta1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev%2fv1beta2&#34;&gt;sources.knative.dev/v1beta2&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;duck.knative.dev/v1&#34;&gt;duck.knative.dev/v1&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1 is the v1 version of the API.&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;/ul&gt;
&lt;h3 id=&#34;duck.knative.dev/v1.BackoffPolicyType&#34;&gt;BackoffPolicyType
(&lt;code&gt;string&lt;/code&gt; alias)&lt;/p&gt;&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1.DeliverySpec&#34;&gt;DeliverySpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;BackoffPolicyType is the type for backoff policies&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&amp;#34;exponential&amp;#34;&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Exponential backoff policy&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&amp;#34;linear&amp;#34;&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Linear backoff policy&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1.Channelable&#34;&gt;Channelable
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Channelable is a skeleton type wrapping Subscribable and Addressable in the manner we expect resource writers
defining compatible resources to embed it. We will typically use this type to deserialize
Channelable ObjectReferences and access their subscription and address data. This is not a real resource.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.ChannelableSpec&#34;&gt;
ChannelableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec is the part where the Channelable fulfills the Subscribable contract.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SubscribableSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.SubscribableSpec&#34;&gt;
SubscribableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SubscribableSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DeliverySpec contains the default delivery spec for each subscription
to this Channelable. Each subscription delivery spec, if any, overrides this
global delivery spec.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.ChannelableStatus&#34;&gt;
ChannelableStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1.ChannelableSpec&#34;&gt;ChannelableSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1.Channelable&#34;&gt;Channelable&lt;/a&gt;, &lt;a href=&#34;#messaging.knative.dev/v1.ChannelSpec&#34;&gt;ChannelSpec&lt;/a&gt;, &lt;a href=&#34;#messaging.knative.dev/v1.InMemoryChannelSpec&#34;&gt;InMemoryChannelSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ChannelableSpec contains Spec of the Channelable object&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SubscribableSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.SubscribableSpec&#34;&gt;
SubscribableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SubscribableSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DeliverySpec contains the default delivery spec for each subscription
to this Channelable. Each subscription delivery spec, if any, overrides this
global delivery spec.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1.ChannelableStatus&#34;&gt;ChannelableStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1.Channelable&#34;&gt;Channelable&lt;/a&gt;, &lt;a href=&#34;#messaging.knative.dev/v1.ChannelStatus&#34;&gt;ChannelStatus&lt;/a&gt;, &lt;a href=&#34;#messaging.knative.dev/v1.InMemoryChannelStatus&#34;&gt;InMemoryChannelStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ChannelableStatus contains the Status of a Channelable object.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 Status, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;AddressStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.AddressStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;AddressStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;AddressStatus is the part where the Channelable fulfills the Addressable contract.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SubscribableStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.SubscribableStatus&#34;&gt;
SubscribableStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SubscribableStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Subscribers is populated with the statuses of each of the Channelable&amp;rsquo;s subscribers.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;deadLetterChannel&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.KReference
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DeadLetterChannel is a KReference and is set by the channel when it supports native error handling via a channel
Failed messages are delivered here.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1.DeliverySpec&#34;&gt;DeliverySpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1.ChannelableSpec&#34;&gt;ChannelableSpec&lt;/a&gt;, &lt;a href=&#34;#duck.knative.dev/v1.SubscriberSpec&#34;&gt;SubscriberSpec&lt;/a&gt;, &lt;a href=&#34;#eventing.knative.dev/v1.BrokerSpec&#34;&gt;BrokerSpec&lt;/a&gt;, &lt;a href=&#34;#eventing.knative.dev/v1.TriggerSpec&#34;&gt;TriggerSpec&lt;/a&gt;, &lt;a href=&#34;#eventing.knative.dev/v1beta1.TriggerSpec&#34;&gt;TriggerSpec&lt;/a&gt;, &lt;a href=&#34;#flows.knative.dev/v1.ParallelBranch&#34;&gt;ParallelBranch&lt;/a&gt;, &lt;a href=&#34;#flows.knative.dev/v1.SequenceStep&#34;&gt;SequenceStep&lt;/a&gt;, &lt;a href=&#34;#messaging.knative.dev/v1.SubscriptionSpec&#34;&gt;SubscriptionSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;DeliverySpec contains the delivery options for event senders,
such as channelable and source.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;deadLetterSink&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DeadLetterSink is the sink receiving event that could not be sent to
a destination.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;retry&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int32
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Retry is the minimum number of retries the sender should attempt when
sending an event before moving it to the dead letter sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;backoffPolicy&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.BackoffPolicyType&#34;&gt;
BackoffPolicyType
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;BackoffPolicy is the retry backoff policy (linear, exponential).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;backoffDelay&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;BackoffDelay is the delay before retrying.
More information on Duration format:
- &lt;a href=&#34;https://www.iso.org/iso-8601-date-and-time-format.html&#34;&gt;https://www.iso.org/iso-8601-date-and-time-format.html&lt;/a&gt;
- &lt;a href=&#34;https://en.wikipedia.org/wiki/ISO_8601&#34;&gt;https://en.wikipedia.org/wiki/ISO_8601&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For linear policy, backoff delay is backoffDelay*&lt;numberOfRetries&gt;.
For exponential policy, backoff delay is backoffDelay*2^&lt;numberOfRetries&gt;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1.DeliveryStatus&#34;&gt;DeliveryStatus
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;DeliveryStatus contains the Status of an object supporting delivery options.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;deadLetterChannel&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.KReference
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DeadLetterChannel is a KReference that is the reference to the native, platform specific channel
where failed events are sent to.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1.Subscribable&#34;&gt;Subscribable
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Subscribable is a skeleton type wrapping Subscribable in the manner we expect resource writers
defining compatible resources to embed it. We will typically use this type to deserialize
SubscribableType ObjectReferences and access the Subscription data. This is not a real resource.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.SubscribableSpec&#34;&gt;
SubscribableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;SubscribableSpec is the part where Subscribable object is
configured as to be compatible with Subscribable contract.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscribers&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.SubscriberSpec&#34;&gt;
[]SubscriberSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;This is the list of subscriptions for this subscribable.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.SubscribableStatus&#34;&gt;
SubscribableStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;SubscribableStatus is the part where SubscribableStatus object is
configured as to be compatible with Subscribable contract.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1.SubscribableSpec&#34;&gt;SubscribableSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1.ChannelableSpec&#34;&gt;ChannelableSpec&lt;/a&gt;, &lt;a href=&#34;#duck.knative.dev/v1.Subscribable&#34;&gt;Subscribable&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SubscribableSpec shows how we expect folks to embed Subscribable in their Spec field.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscribers&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.SubscriberSpec&#34;&gt;
[]SubscriberSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;This is the list of subscriptions for this subscribable.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1.SubscribableStatus&#34;&gt;SubscribableStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1.ChannelableStatus&#34;&gt;ChannelableStatus&lt;/a&gt;, &lt;a href=&#34;#duck.knative.dev/v1.Subscribable&#34;&gt;Subscribable&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SubscribableStatus is the schema for the subscribable&amp;rsquo;s status portion of the status
section of the resource.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscribers&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.SubscriberStatus&#34;&gt;
[]SubscriberStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;This is the list of subscription&amp;rsquo;s statuses for this channel.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1.SubscriberSpec&#34;&gt;SubscriberSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1.SubscribableSpec&#34;&gt;SubscribableSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SubscriberSpec defines a single subscriber to a Subscribable.&lt;/p&gt;
&lt;p&gt;At least one of SubscriberURI and ReplyURI must be present&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;uid&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
k8s.io/apimachinery/pkg/types.UID
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;UID is used to understand the origin of the subscriber.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;generation&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int64
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Generation of the origin of the subscriber with uid:UID.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriberUri&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;SubscriberURI is the endpoint for the subscriber&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;replyUri&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ReplyURI is the endpoint for the reply&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DeliverySpec contains options controlling the event delivery&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1.SubscriberStatus&#34;&gt;SubscriberStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1.SubscribableStatus&#34;&gt;SubscribableStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SubscriberStatus defines the status of a single subscriber to a Channel.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;uid&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
k8s.io/apimachinery/pkg/types.UID
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;UID is used to understand the origin of the subscriber.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;observedGeneration&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int64
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Generation of the origin of the subscriber with uid:UID.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ready&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#conditionstatus-v1-core&#34;&gt;
Kubernetes core/v1.ConditionStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Status of the subscriber.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;message&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;A human readable message indicating details of Ready status.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;h2 id=&#34;duck.knative.dev/v1beta1&#34;&gt;duck.knative.dev/v1beta1&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1beta1 is the v1beta1 version of the API.&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;/ul&gt;
&lt;h3 id=&#34;duck.knative.dev/v1beta1.BackoffPolicyType&#34;&gt;BackoffPolicyType
(&lt;code&gt;string&lt;/code&gt; alias)&lt;/p&gt;&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1beta1.DeliverySpec&#34;&gt;DeliverySpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;BackoffPolicyType is the type for backoff policies&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&amp;#34;exponential&amp;#34;&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Exponential backoff policy&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&amp;#34;linear&amp;#34;&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Linear backoff policy&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1beta1.Channelable&#34;&gt;Channelable
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Channelable is a skeleton type wrapping Subscribable and Addressable in the manner we expect resource writers
defining compatible resources to embed it. We will typically use this type to deserialize
Channelable ObjectReferences and access their subscription and address data. This is not a real resource.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.ChannelableSpec&#34;&gt;
ChannelableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec is the part where the Channelable fulfills the Subscribable contract.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SubscribableSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.SubscribableSpec&#34;&gt;
SubscribableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SubscribableSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DeliverySpec contains options controlling the event delivery&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.ChannelableStatus&#34;&gt;
ChannelableStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1beta1.ChannelableSpec&#34;&gt;ChannelableSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1beta1.Channelable&#34;&gt;Channelable&lt;/a&gt;, &lt;a href=&#34;#messaging.knative.dev/v1beta1.ChannelSpec&#34;&gt;ChannelSpec&lt;/a&gt;, &lt;a href=&#34;#messaging.knative.dev/v1beta1.InMemoryChannelSpec&#34;&gt;InMemoryChannelSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ChannelableSpec contains Spec of the Channelable object&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SubscribableSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.SubscribableSpec&#34;&gt;
SubscribableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SubscribableSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DeliverySpec contains options controlling the event delivery&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1beta1.ChannelableStatus&#34;&gt;ChannelableStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1beta1.Channelable&#34;&gt;Channelable&lt;/a&gt;, &lt;a href=&#34;#messaging.knative.dev/v1beta1.ChannelStatus&#34;&gt;ChannelStatus&lt;/a&gt;, &lt;a href=&#34;#messaging.knative.dev/v1beta1.InMemoryChannelStatus&#34;&gt;InMemoryChannelStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ChannelableStatus contains the Status of a Channelable object.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 Status, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;AddressStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.AddressStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;AddressStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;AddressStatus is the part where the Channelable fulfills the Addressable contract.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SubscribableStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.SubscribableStatus&#34;&gt;
SubscribableStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SubscribableStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Subscribers is populated with the statuses of each of the Channelable&amp;rsquo;s subscribers.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;deadLetterChannel&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.KReference
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DeadLetterChannel is a KReference and is set by the channel when it supports native error handling via a channel
Failed messages are delivered here.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1beta1.DeliverySpec&#34;&gt;DeliverySpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1beta1.ChannelableSpec&#34;&gt;ChannelableSpec&lt;/a&gt;, &lt;a href=&#34;#duck.knative.dev/v1beta1.SubscriberSpec&#34;&gt;SubscriberSpec&lt;/a&gt;, &lt;a href=&#34;#eventing.knative.dev/v1beta1.BrokerSpec&#34;&gt;BrokerSpec&lt;/a&gt;, &lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelBranch&#34;&gt;ParallelBranch&lt;/a&gt;, &lt;a href=&#34;#flows.knative.dev/v1beta1.SequenceStep&#34;&gt;SequenceStep&lt;/a&gt;, &lt;a href=&#34;#messaging.knative.dev/v1beta1.SubscriptionSpec&#34;&gt;SubscriptionSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;DeliverySpec contains the delivery options for event senders,
such as channelable and source.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;deadLetterSink&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DeadLetterSink is the sink receiving event that could not be sent to
a destination.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;retry&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int32
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Retry is the minimum number of retries the sender should attempt when
sending an event before moving it to the dead letter sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;backoffPolicy&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.BackoffPolicyType&#34;&gt;
BackoffPolicyType
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;BackoffPolicy is the retry backoff policy (linear, exponential).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;backoffDelay&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;BackoffDelay is the delay before retrying.
More information on Duration format:
- &lt;a href=&#34;https://www.iso.org/iso-8601-date-and-time-format.html&#34;&gt;https://www.iso.org/iso-8601-date-and-time-format.html&lt;/a&gt;
- &lt;a href=&#34;https://en.wikipedia.org/wiki/ISO_8601&#34;&gt;https://en.wikipedia.org/wiki/ISO_8601&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For linear policy, backoff delay is backoffDelay*&lt;numberOfRetries&gt;.
For exponential policy, backoff delay is backoffDelay*2^&lt;numberOfRetries&gt;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1beta1.DeliveryStatus&#34;&gt;DeliveryStatus
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;DeliveryStatus contains the Status of an object supporting delivery options.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;deadLetterChannel&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.KReference
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DeadLetterChannel is a KReference that is the reference to the native, platform specific channel
where failed events are sent to.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1beta1.Subscribable&#34;&gt;Subscribable
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Subscribable is a skeleton type wrapping Subscribable in the manner we expect resource writers
defining compatible resources to embed it. We will typically use this type to deserialize
SubscribableType ObjectReferences and access the Subscription data. This is not a real resource.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.SubscribableSpec&#34;&gt;
SubscribableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;SubscribableSpec is the part where Subscribable object is
configured as to be compatible with Subscribable contract.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscribers&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.SubscriberSpec&#34;&gt;
[]SubscriberSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;This is the list of subscriptions for this subscribable.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.SubscribableStatus&#34;&gt;
SubscribableStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;SubscribableStatus is the part where SubscribableStatus object is
configured as to be compatible with Subscribable contract.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1beta1.SubscribableSpec&#34;&gt;SubscribableSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1beta1.ChannelableSpec&#34;&gt;ChannelableSpec&lt;/a&gt;, &lt;a href=&#34;#duck.knative.dev/v1beta1.Subscribable&#34;&gt;Subscribable&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SubscribableSpec shows how we expect folks to embed Subscribable in their Spec field.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscribers&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.SubscriberSpec&#34;&gt;
[]SubscriberSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;This is the list of subscriptions for this subscribable.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1beta1.SubscribableStatus&#34;&gt;SubscribableStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1beta1.ChannelableStatus&#34;&gt;ChannelableStatus&lt;/a&gt;, &lt;a href=&#34;#duck.knative.dev/v1beta1.Subscribable&#34;&gt;Subscribable&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SubscribableStatus is the schema for the subscribable&amp;rsquo;s status portion of the status
section of the resource.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscribers&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.SubscriberStatus&#34;&gt;
[]SubscriberStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;This is the list of subscription&amp;rsquo;s statuses for this channel.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1beta1.SubscriberSpec&#34;&gt;SubscriberSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1beta1.SubscribableSpec&#34;&gt;SubscribableSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SubscriberSpec defines a single subscriber to a Subscribable.&lt;/p&gt;
&lt;p&gt;At least one of SubscriberURI and ReplyURI must be present&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;uid&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
k8s.io/apimachinery/pkg/types.UID
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;UID is used to understand the origin of the subscriber.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;generation&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int64
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Generation of the origin of the subscriber with uid:UID.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriberUri&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;SubscriberURI is the endpoint for the subscriber&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;replyUri&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ReplyURI is the endpoint for the reply&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DeliverySpec contains options controlling the event delivery&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;duck.knative.dev/v1beta1.SubscriberStatus&#34;&gt;SubscriberStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#duck.knative.dev/v1beta1.SubscribableStatus&#34;&gt;SubscribableStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SubscriberStatus defines the status of a single subscriber to a Channel.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;uid&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
k8s.io/apimachinery/pkg/types.UID
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;UID is used to understand the origin of the subscriber.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;observedGeneration&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
int64
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Generation of the origin of the subscriber with uid:UID.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ready&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#conditionstatus-v1-core&#34;&gt;
Kubernetes core/v1.ConditionStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Status of the subscriber.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;message&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;A human readable message indicating details of Ready status.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;h2 id=&#34;eventing.knative.dev/v1&#34;&gt;eventing.knative.dev/v1&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1 is the v1 version of the API.&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;li&gt;
&lt;a href=&#34;#eventing.knative.dev/v1.Broker&#34;&gt;Broker&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#eventing.knative.dev/v1.Trigger&#34;&gt;Trigger&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1.Broker&#34;&gt;Broker
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Broker collects a pool of events that are consumable using Triggers. Brokers
provide a well-known endpoint for event delivery that senders can use with
minimal knowledge of the event routing strategy. Subscribers use Triggers to
request delivery of events from a Broker&amp;rsquo;s pool to a specific URL or
Addressable endpoint.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
eventing.knative.dev/v1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Broker&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1.BrokerSpec&#34;&gt;
BrokerSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec defines the desired state of the Broker.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;config&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.KReference
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Config is a KReference to the configuration that specifies
configuration options for this Broker. For example, this could be
a pointer to a ConfigMap.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery contains the delivery spec for each trigger
to this Broker. Each trigger delivery spec, if any, overrides this
global delivery spec.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1.BrokerStatus&#34;&gt;
BrokerStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status represents the current state of the Broker. This data may be out of
date.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1.Trigger&#34;&gt;Trigger
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Trigger represents a request to have events delivered to a subscriber from a
Broker&amp;rsquo;s event pool.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
eventing.knative.dev/v1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Trigger&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1.TriggerSpec&#34;&gt;
TriggerSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec defines the desired state of the Trigger.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;broker&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Broker is the broker that this trigger receives events from.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;filter&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1.TriggerFilter&#34;&gt;
TriggerFilter
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Filter is the filter to apply against all events from the Broker. Only events that pass this
filter will be sent to the Subscriber. If not specified, will default to allowing all events.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriber&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Subscriber is the addressable that receives events from the Broker that pass the Filter. It
is required.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery contains the delivery spec for this specific trigger.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1.TriggerStatus&#34;&gt;
TriggerStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status represents the current state of the Trigger. This data may be out of
date.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1.BrokerSpec&#34;&gt;BrokerSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#eventing.knative.dev/v1.Broker&#34;&gt;Broker&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;config&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.KReference
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Config is a KReference to the configuration that specifies
configuration options for this Broker. For example, this could be
a pointer to a ConfigMap.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery contains the delivery spec for each trigger
to this Broker. Each trigger delivery spec, if any, overrides this
global delivery spec.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1.BrokerStatus&#34;&gt;BrokerStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#eventing.knative.dev/v1.Broker&#34;&gt;Broker&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;BrokerStatus represents the current state of a Broker.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 Status, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Broker that was last processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;address&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Addressable
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Broker is Addressable. It exposes the endpoint as an URI to get events
delivered into the Broker mesh.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1.TriggerFilter&#34;&gt;TriggerFilter
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#eventing.knative.dev/v1.TriggerSpec&#34;&gt;TriggerSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;attributes&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1.TriggerFilterAttributes&#34;&gt;
TriggerFilterAttributes
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Attributes filters events by exact match on event context attributes.
Each key in the map is compared with the equivalent key in the event
context. An event passes the filter if all values are equal to the
specified values.&lt;/p&gt;
&lt;p&gt;Nested context attributes are not supported as keys. Only string values are supported.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1.TriggerFilterAttributes&#34;&gt;TriggerFilterAttributes
(&lt;code&gt;map[string]string&lt;/code&gt; alias)&lt;/p&gt;&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#eventing.knative.dev/v1.TriggerFilter&#34;&gt;TriggerFilter&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;TriggerFilterAttributes is a map of context attribute names to values for
filtering by equality. Only exact matches will pass the filter. You can use the value &amp;ldquo;
to indicate all strings match.&lt;/p&gt;
&lt;/p&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1.TriggerSpec&#34;&gt;TriggerSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#eventing.knative.dev/v1.Trigger&#34;&gt;Trigger&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;broker&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Broker is the broker that this trigger receives events from.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;filter&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1.TriggerFilter&#34;&gt;
TriggerFilter
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Filter is the filter to apply against all events from the Broker. Only events that pass this
filter will be sent to the Subscriber. If not specified, will default to allowing all events.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriber&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Subscriber is the addressable that receives events from the Broker that pass the Filter. It
is required.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery contains the delivery spec for this specific trigger.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1.TriggerStatus&#34;&gt;TriggerStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#eventing.knative.dev/v1.Trigger&#34;&gt;Trigger&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;TriggerStatus represents the current state of a Trigger.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 Status, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Trigger that was last processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriberUri&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;SubscriberURI is the resolved URI of the receiver for this Trigger.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;h2 id=&#34;eventing.knative.dev/v1beta1&#34;&gt;eventing.knative.dev/v1beta1&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1beta1 is the v1beta1 version of the API.&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;li&gt;
&lt;a href=&#34;#eventing.knative.dev/v1beta1.Broker&#34;&gt;Broker&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#eventing.knative.dev/v1beta1.EventType&#34;&gt;EventType&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#eventing.knative.dev/v1beta1.Trigger&#34;&gt;Trigger&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1beta1.Broker&#34;&gt;Broker
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Broker collects a pool of events that are consumable using Triggers. Brokers
provide a well-known endpoint for event delivery that senders can use with
minimal knowledge of the event routing strategy. Receivers use Triggers to
request delivery of events from a Broker&amp;rsquo;s pool to a specific URL or
Addressable endpoint.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
eventing.knative.dev/v1beta1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Broker&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1beta1.BrokerSpec&#34;&gt;
BrokerSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec defines the desired state of the Broker.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;config&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.KReference
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Config is a KReference to the configuration that specifies
configuration options for this Broker. For example, this could be
a pointer to a ConfigMap.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery is the delivery specification for Events within the Broker mesh.
This includes things like retries, DLQ, etc.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1beta1.BrokerStatus&#34;&gt;
BrokerStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status represents the current state of the Broker. This data may be out of
date.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1beta1.EventType&#34;&gt;EventType
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;EventType represents a type of event that can be consumed from a Broker.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
eventing.knative.dev/v1beta1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;EventType&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1beta1.EventTypeSpec&#34;&gt;
EventTypeSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec defines the desired state of the EventType.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;type&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Type represents the CloudEvents type. It is authoritative.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;source&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Source is a URI, it represents the CloudEvents source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;schema&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Schema is a URI, it represents the CloudEvents schemaurl extension attribute.
It may be a JSON schema, a protobuf schema, etc. It is optional.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;schemaData&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;SchemaData allows the CloudEvents schema to be stored directly in the
EventType. Content is dependent on the encoding. Optional attribute.
The contents are not validated or manipulated by the system.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;broker&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;TODO remove &lt;a href=&#34;https://github.com/knative/eventing/issues/2750&#34;&gt;https://github.com/knative/eventing/issues/2750&lt;/a&gt;
Broker refers to the Broker that can provide the EventType.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;description&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Description is an optional field used to describe the EventType, in any meaningful way.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1beta1.EventTypeStatus&#34;&gt;
EventTypeStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status represents the current state of the EventType.
This data may be out of date.
TODO might be removed &lt;a href=&#34;https://github.com/knative/eventing/issues/2750&#34;&gt;https://github.com/knative/eventing/issues/2750&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1beta1.Trigger&#34;&gt;Trigger
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Trigger represents a request to have events delivered to a consumer from a
Broker&amp;rsquo;s event pool.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
eventing.knative.dev/v1beta1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Trigger&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1beta1.TriggerSpec&#34;&gt;
TriggerSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec defines the desired state of the Trigger.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;broker&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Broker is the broker that this trigger receives events from. If not specified, will default
to &amp;lsquo;default&amp;rsquo;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;filter&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1beta1.TriggerFilter&#34;&gt;
TriggerFilter
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Filter is the filter to apply against all events from the Broker. Only events that pass this
filter will be sent to the Subscriber. If not specified, will default to allowing all events.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriber&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Subscriber is the addressable that receives events from the Broker that pass the Filter. It
is required.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery contains the delivery spec for this specific trigger.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1beta1.TriggerStatus&#34;&gt;
TriggerStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status represents the current state of the Trigger. This data may be out of
date.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1beta1.BrokerSpec&#34;&gt;BrokerSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#eventing.knative.dev/v1beta1.Broker&#34;&gt;Broker&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;config&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.KReference
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Config is a KReference to the configuration that specifies
configuration options for this Broker. For example, this could be
a pointer to a ConfigMap.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery is the delivery specification for Events within the Broker mesh.
This includes things like retries, DLQ, etc.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1beta1.BrokerStatus&#34;&gt;BrokerStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#eventing.knative.dev/v1beta1.Broker&#34;&gt;Broker&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;BrokerStatus represents the current state of a Broker.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 Status, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;address&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Addressable
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Broker is Addressable. It exposes the endpoint as an URI to get events
delivered into the Broker mesh.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1beta1.EventTypeSpec&#34;&gt;EventTypeSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#eventing.knative.dev/v1beta1.EventType&#34;&gt;EventType&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;type&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Type represents the CloudEvents type. It is authoritative.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;source&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Source is a URI, it represents the CloudEvents source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;schema&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Schema is a URI, it represents the CloudEvents schemaurl extension attribute.
It may be a JSON schema, a protobuf schema, etc. It is optional.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;schemaData&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;SchemaData allows the CloudEvents schema to be stored directly in the
EventType. Content is dependent on the encoding. Optional attribute.
The contents are not validated or manipulated by the system.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;broker&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;TODO remove &lt;a href=&#34;https://github.com/knative/eventing/issues/2750&#34;&gt;https://github.com/knative/eventing/issues/2750&lt;/a&gt;
Broker refers to the Broker that can provide the EventType.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;description&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Description is an optional field used to describe the EventType, in any meaningful way.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1beta1.EventTypeStatus&#34;&gt;EventTypeStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#eventing.knative.dev/v1beta1.EventType&#34;&gt;EventType&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;EventTypeStatus represents the current state of a EventType.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 Status, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1beta1.TriggerFilter&#34;&gt;TriggerFilter
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#eventing.knative.dev/v1beta1.TriggerSpec&#34;&gt;TriggerSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;attributes&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1beta1.TriggerFilterAttributes&#34;&gt;
TriggerFilterAttributes
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Attributes filters events by exact match on event context attributes.
Each key in the map is compared with the equivalent key in the event
context. An event passes the filter if all values are equal to the
specified values.&lt;/p&gt;
&lt;p&gt;Nested context attributes are not supported as keys. Only string values are supported.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1beta1.TriggerFilterAttributes&#34;&gt;TriggerFilterAttributes
(&lt;code&gt;map[string]string&lt;/code&gt; alias)&lt;/p&gt;&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#eventing.knative.dev/v1beta1.TriggerFilter&#34;&gt;TriggerFilter&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;TriggerFilterAttributes is a map of context attribute names to values for
filtering by equality. Only exact matches will pass the filter. You can use the value &amp;ldquo;
to indicate all strings match.&lt;/p&gt;
&lt;/p&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1beta1.TriggerSpec&#34;&gt;TriggerSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#eventing.knative.dev/v1beta1.Trigger&#34;&gt;Trigger&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;broker&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Broker is the broker that this trigger receives events from. If not specified, will default
to &amp;lsquo;default&amp;rsquo;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;filter&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#eventing.knative.dev/v1beta1.TriggerFilter&#34;&gt;
TriggerFilter
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Filter is the filter to apply against all events from the Broker. Only events that pass this
filter will be sent to the Subscriber. If not specified, will default to allowing all events.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriber&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Subscriber is the addressable that receives events from the Broker that pass the Filter. It
is required.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery contains the delivery spec for this specific trigger.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;eventing.knative.dev/v1beta1.TriggerStatus&#34;&gt;TriggerStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#eventing.knative.dev/v1beta1.Trigger&#34;&gt;Trigger&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;TriggerStatus represents the current state of a Trigger.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 Status, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriberUri&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;SubscriberURI is the resolved URI of the receiver for this Trigger.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;h2 id=&#34;flows.knative.dev/v1&#34;&gt;flows.knative.dev/v1&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1 is the v1 version of the API.&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;/ul&gt;
&lt;h3 id=&#34;flows.knative.dev/v1.Parallel&#34;&gt;Parallel
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Parallel defines conditional branches that will be wired in
series through Channels and Subscriptions.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.ParallelSpec&#34;&gt;
ParallelSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec defines the desired state of the Parallel.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;branches&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.ParallelBranch&#34;&gt;
[]ParallelBranch
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Branches is the list of Filter/Subscribers pairs.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channelTemplate&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.ChannelTemplateSpec&#34;&gt;
ChannelTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ChannelTemplate specifies which Channel CRD to use. If left unspecified, it is set to the default Channel CRD
for the namespace (or cluster, in case there are no defaults for the namespace).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reply&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reply is a Reference to where the result of a case Subscriber gets sent to
when the case does not have a Reply&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.ParallelStatus&#34;&gt;
ParallelStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status represents the current state of the Parallel. This data may be out of
date.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1.ParallelBranch&#34;&gt;ParallelBranch
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1.ParallelSpec&#34;&gt;ParallelSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;filter&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Filter is the expression guarding the branch&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriber&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Subscriber receiving the event when the filter passes&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reply&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reply is a Reference to where the result of Subscriber of this case gets sent to.
If not specified, sent the result to the Parallel Reply&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery is the delivery specification for events to the subscriber
This includes things like retries, DLQ, etc.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1.ParallelBranchStatus&#34;&gt;ParallelBranchStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1.ParallelStatus&#34;&gt;ParallelStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ParallelBranchStatus represents the current state of a Parallel branch&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;filterSubscriptionStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.ParallelSubscriptionStatus&#34;&gt;
ParallelSubscriptionStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;FilterSubscriptionStatus corresponds to the filter subscription status.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;filterChannelStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.ParallelChannelStatus&#34;&gt;
ParallelChannelStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;FilterChannelStatus corresponds to the filter channel status.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriberSubscriptionStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.ParallelSubscriptionStatus&#34;&gt;
ParallelSubscriptionStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;SubscriptionStatus corresponds to the subscriber subscription status.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1.ParallelChannelStatus&#34;&gt;ParallelChannelStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1.ParallelBranchStatus&#34;&gt;ParallelBranchStatus&lt;/a&gt;, &lt;a href=&#34;#flows.knative.dev/v1.ParallelStatus&#34;&gt;ParallelStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channel&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectreference-v1-core&#34;&gt;
Kubernetes core/v1.ObjectReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Channel is the reference to the underlying channel.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ready&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.Condition
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ReadyCondition indicates whether the Channel is ready or not.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1.ParallelSpec&#34;&gt;ParallelSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1.Parallel&#34;&gt;Parallel&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;branches&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.ParallelBranch&#34;&gt;
[]ParallelBranch
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Branches is the list of Filter/Subscribers pairs.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channelTemplate&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.ChannelTemplateSpec&#34;&gt;
ChannelTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ChannelTemplate specifies which Channel CRD to use. If left unspecified, it is set to the default Channel CRD
for the namespace (or cluster, in case there are no defaults for the namespace).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reply&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reply is a Reference to where the result of a case Subscriber gets sent to
when the case does not have a Reply&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1.ParallelStatus&#34;&gt;ParallelStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1.Parallel&#34;&gt;Parallel&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ParallelStatus represents the current state of a Parallel.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 Status, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ingressChannelStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.ParallelChannelStatus&#34;&gt;
ParallelChannelStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;IngressChannelStatus corresponds to the ingress channel status.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;branchStatuses&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.ParallelBranchStatus&#34;&gt;
[]ParallelBranchStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;BranchStatuses is an array of corresponding to branch statuses.
Matches the Spec.Branches array in the order.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;AddressStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.AddressStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;AddressStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;AddressStatus is the starting point to this Parallel. Sending to this
will target the first subscriber.
It generally has the form {channel}.{namespace}.svc.{cluster domain name}&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1.ParallelSubscriptionStatus&#34;&gt;ParallelSubscriptionStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1.ParallelBranchStatus&#34;&gt;ParallelBranchStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscription&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectreference-v1-core&#34;&gt;
Kubernetes core/v1.ObjectReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Subscription is the reference to the underlying Subscription.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ready&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.Condition
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ReadyCondition indicates whether the Subscription is ready or not.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1.Sequence&#34;&gt;Sequence
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Sequence defines a sequence of Subscribers that will be wired in
series through Channels and Subscriptions.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.SequenceSpec&#34;&gt;
SequenceSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec defines the desired state of the Sequence.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;steps&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.SequenceStep&#34;&gt;
[]SequenceStep
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Steps is the list of Destinations (processors / functions) that will be called in the order
provided. Each step has its own delivery options&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channelTemplate&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.ChannelTemplateSpec&#34;&gt;
ChannelTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ChannelTemplate specifies which Channel CRD to use. If left unspecified, it is set to the default Channel CRD
for the namespace (or cluster, in case there are no defaults for the namespace).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reply&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reply is a Reference to where the result of the last Subscriber gets sent to.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.SequenceStatus&#34;&gt;
SequenceStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status represents the current state of the Sequence. This data may be out of
date.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1.SequenceChannelStatus&#34;&gt;SequenceChannelStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1.SequenceStatus&#34;&gt;SequenceStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channel&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectreference-v1-core&#34;&gt;
Kubernetes core/v1.ObjectReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Channel is the reference to the underlying channel.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ready&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.Condition
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ReadyCondition indicates whether the Channel is ready or not.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1.SequenceSpec&#34;&gt;SequenceSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1.Sequence&#34;&gt;Sequence&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;steps&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.SequenceStep&#34;&gt;
[]SequenceStep
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Steps is the list of Destinations (processors / functions) that will be called in the order
provided. Each step has its own delivery options&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channelTemplate&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.ChannelTemplateSpec&#34;&gt;
ChannelTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ChannelTemplate specifies which Channel CRD to use. If left unspecified, it is set to the default Channel CRD
for the namespace (or cluster, in case there are no defaults for the namespace).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reply&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reply is a Reference to where the result of the last Subscriber gets sent to.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1.SequenceStatus&#34;&gt;SequenceStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1.Sequence&#34;&gt;Sequence&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SequenceStatus represents the current state of a Sequence.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 Status, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriptionStatuses&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.SequenceSubscriptionStatus&#34;&gt;
[]SequenceSubscriptionStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;SubscriptionStatuses is an array of corresponding Subscription statuses.
Matches the Spec.Steps array in the order.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channelStatuses&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1.SequenceChannelStatus&#34;&gt;
[]SequenceChannelStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ChannelStatuses is an array of corresponding Channel statuses.
Matches the Spec.Steps array in the order.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;AddressStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.AddressStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;AddressStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;AddressStatus is the starting point to this Sequence. Sending to this
will target the first subscriber.
It generally has the form {channel}.{namespace}.svc.{cluster domain name}&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1.SequenceStep&#34;&gt;SequenceStep
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1.SequenceSpec&#34;&gt;SequenceSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Destination&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Destination&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Subscriber receiving the step event&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery is the delivery specification for events to the subscriber
This includes things like retries, DLQ, etc.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1.SequenceSubscriptionStatus&#34;&gt;SequenceSubscriptionStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1.SequenceStatus&#34;&gt;SequenceStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscription&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectreference-v1-core&#34;&gt;
Kubernetes core/v1.ObjectReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Subscription is the reference to the underlying Subscription.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ready&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.Condition
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ReadyCondition indicates whether the Subscription is ready or not.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;h2 id=&#34;flows.knative.dev/v1beta1&#34;&gt;flows.knative.dev/v1beta1&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1beta1 is the v1beta1 version of the API.&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;/ul&gt;
&lt;h3 id=&#34;flows.knative.dev/v1beta1.Parallel&#34;&gt;Parallel
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Parallel defines conditional branches that will be wired in
series through Channels and Subscriptions.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelSpec&#34;&gt;
ParallelSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec defines the desired state of the Parallel.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;branches&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelBranch&#34;&gt;
[]ParallelBranch
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Branches is the list of Filter/Subscribers pairs.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channelTemplate&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.ChannelTemplateSpec&#34;&gt;
ChannelTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ChannelTemplate specifies which Channel CRD to use. If left unspecified, it is set to the default Channel CRD
for the namespace (or cluster, in case there are no defaults for the namespace).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reply&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reply is a Reference to where the result of a case Subscriber gets sent to
when the case does not have a Reply&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelStatus&#34;&gt;
ParallelStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status represents the current state of the Parallel. This data may be out of
date.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1beta1.ParallelBranch&#34;&gt;ParallelBranch
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelSpec&#34;&gt;ParallelSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;filter&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Filter is the expression guarding the branch&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriber&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Subscriber receiving the event when the filter passes&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reply&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reply is a Reference to where the result of Subscriber of this case gets sent to.
If not specified, sent the result to the Parallel Reply&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery is the delivery specification for events to the subscriber
This includes things like retries, DLQ, etc.
Needed for Roundtripping v1alpha1 &amp;lt;-&amp;gt; v1beta1.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1beta1.ParallelBranchStatus&#34;&gt;ParallelBranchStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelStatus&#34;&gt;ParallelStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ParallelBranchStatus represents the current state of a Parallel branch&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;filterSubscriptionStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelSubscriptionStatus&#34;&gt;
ParallelSubscriptionStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;FilterSubscriptionStatus corresponds to the filter subscription status.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;filterChannelStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelChannelStatus&#34;&gt;
ParallelChannelStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;FilterChannelStatus corresponds to the filter channel status.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriberSubscriptionStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelSubscriptionStatus&#34;&gt;
ParallelSubscriptionStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;SubscriptionStatus corresponds to the subscriber subscription status.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1beta1.ParallelChannelStatus&#34;&gt;ParallelChannelStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelBranchStatus&#34;&gt;ParallelBranchStatus&lt;/a&gt;, &lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelStatus&#34;&gt;ParallelStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channel&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectreference-v1-core&#34;&gt;
Kubernetes core/v1.ObjectReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Channel is the reference to the underlying channel.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ready&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.Condition
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ReadyCondition indicates whether the Channel is ready or not.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1beta1.ParallelSpec&#34;&gt;ParallelSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1beta1.Parallel&#34;&gt;Parallel&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;branches&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelBranch&#34;&gt;
[]ParallelBranch
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Branches is the list of Filter/Subscribers pairs.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channelTemplate&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.ChannelTemplateSpec&#34;&gt;
ChannelTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ChannelTemplate specifies which Channel CRD to use. If left unspecified, it is set to the default Channel CRD
for the namespace (or cluster, in case there are no defaults for the namespace).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reply&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reply is a Reference to where the result of a case Subscriber gets sent to
when the case does not have a Reply&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1beta1.ParallelStatus&#34;&gt;ParallelStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1beta1.Parallel&#34;&gt;Parallel&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ParallelStatus represents the current state of a Parallel.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 Status, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ingressChannelStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelChannelStatus&#34;&gt;
ParallelChannelStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;IngressChannelStatus corresponds to the ingress channel status.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;branchStatuses&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelBranchStatus&#34;&gt;
[]ParallelBranchStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;BranchStatuses is an array of corresponding to branch statuses.
Matches the Spec.Branches array in the order.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;AddressStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.AddressStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;AddressStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;AddressStatus is the starting point to this Parallel. Sending to this
will target the first subscriber.
It generally has the form {channel}.{namespace}.svc.{cluster domain name}&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1beta1.ParallelSubscriptionStatus&#34;&gt;ParallelSubscriptionStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelBranchStatus&#34;&gt;ParallelBranchStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscription&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectreference-v1-core&#34;&gt;
Kubernetes core/v1.ObjectReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Subscription is the reference to the underlying Subscription.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ready&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.Condition
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ReadyCondition indicates whether the Subscription is ready or not.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1beta1.Sequence&#34;&gt;Sequence
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Sequence defines a sequence of Subscribers that will be wired in
series through Channels and Subscriptions.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.SequenceSpec&#34;&gt;
SequenceSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec defines the desired state of the Sequence.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;steps&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.SequenceStep&#34;&gt;
[]SequenceStep
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Steps is the list of Destinations (processors / functions) that will be called in the order
provided. Each step has its own delivery options&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channelTemplate&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.ChannelTemplateSpec&#34;&gt;
ChannelTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ChannelTemplate specifies which Channel CRD to use. If left unspecified, it is set to the default Channel CRD
for the namespace (or cluster, in case there are no defaults for the namespace).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reply&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reply is a Reference to where the result of the last Subscriber gets sent to.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.SequenceStatus&#34;&gt;
SequenceStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status represents the current state of the Sequence. This data may be out of
date.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1beta1.SequenceChannelStatus&#34;&gt;SequenceChannelStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1beta1.SequenceStatus&#34;&gt;SequenceStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channel&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectreference-v1-core&#34;&gt;
Kubernetes core/v1.ObjectReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Channel is the reference to the underlying channel.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ready&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.Condition
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ReadyCondition indicates whether the Channel is ready or not.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1beta1.SequenceSpec&#34;&gt;SequenceSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1beta1.Sequence&#34;&gt;Sequence&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;steps&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.SequenceStep&#34;&gt;
[]SequenceStep
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Steps is the list of Destinations (processors / functions) that will be called in the order
provided. Each step has its own delivery options&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channelTemplate&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.ChannelTemplateSpec&#34;&gt;
ChannelTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ChannelTemplate specifies which Channel CRD to use. If left unspecified, it is set to the default Channel CRD
for the namespace (or cluster, in case there are no defaults for the namespace).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reply&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reply is a Reference to where the result of the last Subscriber gets sent to.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1beta1.SequenceStatus&#34;&gt;SequenceStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1beta1.Sequence&#34;&gt;Sequence&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SequenceStatus represents the current state of a Sequence.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 Status, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriptionStatuses&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.SequenceSubscriptionStatus&#34;&gt;
[]SequenceSubscriptionStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;SubscriptionStatuses is an array of corresponding Subscription statuses.
Matches the Spec.Steps array in the order.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channelStatuses&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#flows.knative.dev/v1beta1.SequenceChannelStatus&#34;&gt;
[]SequenceChannelStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ChannelStatuses is an array of corresponding Channel statuses.
Matches the Spec.Steps array in the order.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;AddressStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.AddressStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;AddressStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;AddressStatus is the starting point to this Sequence. Sending to this
will target the first subscriber.
It generally has the form {channel}.{namespace}.svc.{cluster domain name}&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1beta1.SequenceStep&#34;&gt;SequenceStep
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1beta1.SequenceSpec&#34;&gt;SequenceSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Destination&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Destination&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Subscriber receiving the step event&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery is the delivery specification for events to the subscriber
This includes things like retries, DLQ, etc.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;flows.knative.dev/v1beta1.SequenceSubscriptionStatus&#34;&gt;SequenceSubscriptionStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1beta1.SequenceStatus&#34;&gt;SequenceStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscription&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectreference-v1-core&#34;&gt;
Kubernetes core/v1.ObjectReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Subscription is the reference to the underlying Subscription.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ready&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.Condition
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ReadyCondition indicates whether the Subscription is ready or not.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;h2 id=&#34;messaging.knative.dev/v1&#34;&gt;messaging.knative.dev/v1&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1 is the v1 version of the API.&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;li&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.Channel&#34;&gt;Channel&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.InMemoryChannel&#34;&gt;InMemoryChannel&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.Subscription&#34;&gt;Subscription&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1.Channel&#34;&gt;Channel
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Channel represents a generic Channel. It is normally used when we want a Channel, but don&amp;rsquo;t need a specific Channel implementation.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
messaging.knative.dev/v1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Channel&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.ChannelSpec&#34;&gt;
ChannelSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec defines the desired state of the Channel.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channelTemplate&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.ChannelTemplateSpec&#34;&gt;
ChannelTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ChannelTemplate specifies which Channel CRD to use to create the CRD Channel backing this Channel.
This is immutable after creation. Normally this is set by the Channel defaulter, not directly by the user.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ChannelableSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.ChannelableSpec&#34;&gt;
ChannelableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ChannelableSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Channel conforms to ChannelableSpec&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.ChannelStatus&#34;&gt;
ChannelStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status represents the current state of the Channel. This data may be out of
date.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1.InMemoryChannel&#34;&gt;InMemoryChannel
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;InMemoryChannel is a resource representing an in memory channel&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
messaging.knative.dev/v1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;InMemoryChannel&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.InMemoryChannelSpec&#34;&gt;
InMemoryChannelSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec defines the desired state of the Channel.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ChannelableSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.ChannelableSpec&#34;&gt;
ChannelableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ChannelableSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Channel conforms to Duck type Channelable.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.InMemoryChannelStatus&#34;&gt;
InMemoryChannelStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status represents the current state of the Channel. This data may be out of
date.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1.Subscription&#34;&gt;Subscription
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Subscription routes events received on a Channel to a DNS name and
corresponds to the subscriptions.channels.knative.dev CRD.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
messaging.knative.dev/v1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Subscription&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.SubscriptionSpec&#34;&gt;
SubscriptionSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channel&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectreference-v1-core&#34;&gt;
Kubernetes core/v1.ObjectReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Reference to a channel that will be used to create the subscription
You can specify only the following fields of the ObjectReference:
- Kind
- APIVersion
- Name
The resource pointed by this ObjectReference must meet the
contract to the ChannelableSpec duck type. If the resource does not
meet this contract it will be reflected in the Subscription&amp;rsquo;s status.&lt;/p&gt;
&lt;p&gt;This field is immutable. We have no good answer on what happens to
the events that are currently in the channel being consumed from
and what the semantics there should be. For now, you can always
delete the Subscription and recreate it to point to a different
channel, giving the user more control over what semantics should
be used (drain the channel first, possibly have events dropped,
etc.)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriber&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Subscriber is reference to (optional) function for processing events.
Events from the Channel will be delivered here and replies are
sent to a Destination as specified by the Reply.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reply&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reply specifies (optionally) how to handle events returned from
the Subscriber target.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery configuration&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.SubscriptionStatus&#34;&gt;
SubscriptionStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1.ChannelDefaulter&#34;&gt;ChannelDefaulter
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;ChannelDefaulter sets the default Channel CRD and Arguments on Channels that do not
specify any implementation.&lt;/p&gt;
&lt;/p&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1.ChannelSpec&#34;&gt;ChannelSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#messaging.knative.dev/v1.Channel&#34;&gt;Channel&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ChannelSpec defines which subscribers have expressed interest in receiving events from this Channel.
It also defines the ChannelTemplate to use in order to create the CRD Channel backing this Channel.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channelTemplate&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.ChannelTemplateSpec&#34;&gt;
ChannelTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ChannelTemplate specifies which Channel CRD to use to create the CRD Channel backing this Channel.
This is immutable after creation. Normally this is set by the Channel defaulter, not directly by the user.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ChannelableSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.ChannelableSpec&#34;&gt;
ChannelableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ChannelableSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Channel conforms to ChannelableSpec&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1.ChannelStatus&#34;&gt;ChannelStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#messaging.knative.dev/v1.Channel&#34;&gt;Channel&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ChannelStatus represents the current state of a Channel.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ChannelableStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.ChannelableStatus&#34;&gt;
ChannelableStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ChannelableStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Channel conforms to ChannelableStatus&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channel&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.KReference
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Channel is an KReference to the Channel CRD backing this Channel.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1.ChannelTemplateSpec&#34;&gt;ChannelTemplateSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1.ParallelSpec&#34;&gt;ParallelSpec&lt;/a&gt;, &lt;a href=&#34;#flows.knative.dev/v1.SequenceSpec&#34;&gt;SequenceSpec&lt;/a&gt;, &lt;a href=&#34;#messaging.knative.dev/v1.ChannelSpec&#34;&gt;ChannelSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
k8s.io/apimachinery/pkg/runtime.RawExtension
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Spec defines the Spec to use for each channel created. Passed
in verbatim to the Channel CRD as Spec section.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1.InMemoryChannelSpec&#34;&gt;InMemoryChannelSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#messaging.knative.dev/v1.InMemoryChannel&#34;&gt;InMemoryChannel&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;InMemoryChannelSpec defines which subscribers have expressed interest in
receiving events from this InMemoryChannel.
arguments for a Channel.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ChannelableSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.ChannelableSpec&#34;&gt;
ChannelableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ChannelableSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Channel conforms to Duck type Channelable.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1.InMemoryChannelStatus&#34;&gt;InMemoryChannelStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#messaging.knative.dev/v1.InMemoryChannel&#34;&gt;InMemoryChannel&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ChannelStatus represents the current state of a Channel.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ChannelableStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.ChannelableStatus&#34;&gt;
ChannelableStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ChannelableStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Channel conforms to Duck type Channelable.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1.SubscriptionSpec&#34;&gt;SubscriptionSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#messaging.knative.dev/v1.Subscription&#34;&gt;Subscription&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SubscriptionSpec specifies the Channel for incoming events, a Subscriber target
for processing those events and where to put the result of the processing. Only
From (where the events are coming from) is always required. You can optionally
only Process the events (results in no output events) by leaving out the Result.
You can also perform an identity transformation on the incoming events by leaving
out the Subscriber and only specifying Result.&lt;/p&gt;
&lt;p&gt;The following are all valid specifications:
channel &amp;ndash;[subscriber]&amp;ndash;&amp;gt; reply
Sink, no outgoing events:
channel &amp;ndash; subscriber
no-op function (identity transformation):
channel &amp;ndash;&amp;gt; reply&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channel&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectreference-v1-core&#34;&gt;
Kubernetes core/v1.ObjectReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Reference to a channel that will be used to create the subscription
You can specify only the following fields of the ObjectReference:
- Kind
- APIVersion
- Name
The resource pointed by this ObjectReference must meet the
contract to the ChannelableSpec duck type. If the resource does not
meet this contract it will be reflected in the Subscription&amp;rsquo;s status.&lt;/p&gt;
&lt;p&gt;This field is immutable. We have no good answer on what happens to
the events that are currently in the channel being consumed from
and what the semantics there should be. For now, you can always
delete the Subscription and recreate it to point to a different
channel, giving the user more control over what semantics should
be used (drain the channel first, possibly have events dropped,
etc.)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriber&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Subscriber is reference to (optional) function for processing events.
Events from the Channel will be delivered here and replies are
sent to a Destination as specified by the Reply.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reply&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reply specifies (optionally) how to handle events returned from
the Subscriber target.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery configuration&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1.SubscriptionStatus&#34;&gt;SubscriptionStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#messaging.knative.dev/v1.Subscription&#34;&gt;Subscription&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SubscriptionStatus (computed) for a subscription&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 Status, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;physicalSubscription&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1.SubscriptionStatusPhysicalSubscription&#34;&gt;
SubscriptionStatusPhysicalSubscription
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;PhysicalSubscription is the fully resolved values that this Subscription represents.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1.SubscriptionStatusPhysicalSubscription&#34;&gt;SubscriptionStatusPhysicalSubscription
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#messaging.knative.dev/v1.SubscriptionStatus&#34;&gt;SubscriptionStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SubscriptionStatusPhysicalSubscription represents the fully resolved values for this
Subscription.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriberUri&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;SubscriberURI is the fully resolved URI for spec.subscriber.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;replyUri&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ReplyURI is the fully resolved URI for the spec.reply.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;deadLetterSinkUri&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ReplyURI is the fully resolved URI for the spec.delivery.deadLetterSink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;h2 id=&#34;messaging.knative.dev/v1beta1&#34;&gt;messaging.knative.dev/v1beta1&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1beta1 is the v1beta1 version of the API.&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;li&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.Channel&#34;&gt;Channel&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.InMemoryChannel&#34;&gt;InMemoryChannel&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.Subscription&#34;&gt;Subscription&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1beta1.Channel&#34;&gt;Channel
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Channel represents a generic Channel. It is normally used when we want a Channel, but don&amp;rsquo;t need a specific Channel implementation.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
messaging.knative.dev/v1beta1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Channel&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.ChannelSpec&#34;&gt;
ChannelSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec defines the desired state of the Channel.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channelTemplate&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.ChannelTemplateSpec&#34;&gt;
ChannelTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ChannelTemplate specifies which Channel CRD to use to create the CRD Channel backing this Channel.
This is immutable after creation. Normally this is set by the Channel defaulter, not directly by the user.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ChannelableSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.ChannelableSpec&#34;&gt;
ChannelableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ChannelableSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Channel conforms to ChannelableSpec&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.ChannelStatus&#34;&gt;
ChannelStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status represents the current state of the Channel. This data may be out of
date.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1beta1.InMemoryChannel&#34;&gt;InMemoryChannel
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;InMemoryChannel is a resource representing an in memory channel&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
messaging.knative.dev/v1beta1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;InMemoryChannel&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.InMemoryChannelSpec&#34;&gt;
InMemoryChannelSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Spec defines the desired state of the Channel.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ChannelableSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.ChannelableSpec&#34;&gt;
ChannelableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ChannelableSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Channel conforms to Duck type Channelable.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.InMemoryChannelStatus&#34;&gt;
InMemoryChannelStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Status represents the current state of the Channel. This data may be out of
date.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1beta1.Subscription&#34;&gt;Subscription
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;Subscription routes events received on a Channel to a DNS name and
corresponds to the subscriptions.channels.knative.dev CRD.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
messaging.knative.dev/v1beta1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Subscription&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.SubscriptionSpec&#34;&gt;
SubscriptionSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channel&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectreference-v1-core&#34;&gt;
Kubernetes core/v1.ObjectReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Reference to a channel that will be used to create the subscription
You can specify only the following fields of the ObjectReference:
- Kind
- APIVersion
- Name
The resource pointed by this ObjectReference must meet the
contract to the ChannelableSpec duck type. If the resource does not
meet this contract it will be reflected in the Subscription&amp;rsquo;s status.&lt;/p&gt;
&lt;p&gt;This field is immutable. We have no good answer on what happens to
the events that are currently in the channel being consumed from
and what the semantics there should be. For now, you can always
delete the Subscription and recreate it to point to a different
channel, giving the user more control over what semantics should
be used (drain the channel first, possibly have events dropped,
etc.)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriber&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Subscriber is reference to (optional) function for processing events.
Events from the Channel will be delivered here and replies are
sent to a Destination as specified by the Reply.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reply&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reply specifies (optionally) how to handle events returned from
the Subscriber target.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery configuration&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.SubscriptionStatus&#34;&gt;
SubscriptionStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1beta1.ChannelDefaulter&#34;&gt;ChannelDefaulter
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;ChannelDefaulter sets the default Channel CRD and Arguments on Channels that do not
specify any implementation.&lt;/p&gt;
&lt;/p&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1beta1.ChannelSpec&#34;&gt;ChannelSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#messaging.knative.dev/v1beta1.Channel&#34;&gt;Channel&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ChannelSpec defines which subscribers have expressed interest in receiving events from this Channel.
It also defines the ChannelTemplate to use in order to create the CRD Channel backing this Channel.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channelTemplate&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.ChannelTemplateSpec&#34;&gt;
ChannelTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ChannelTemplate specifies which Channel CRD to use to create the CRD Channel backing this Channel.
This is immutable after creation. Normally this is set by the Channel defaulter, not directly by the user.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ChannelableSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.ChannelableSpec&#34;&gt;
ChannelableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ChannelableSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Channel conforms to ChannelableSpec&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1beta1.ChannelStatus&#34;&gt;ChannelStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#messaging.knative.dev/v1beta1.Channel&#34;&gt;Channel&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ChannelStatus represents the current state of a Channel.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ChannelableStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.ChannelableStatus&#34;&gt;
ChannelableStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ChannelableStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Channel conforms to ChannelableStatus&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channel&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.KReference
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Channel is an KReference to the Channel CRD backing this Channel.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1beta1.ChannelTemplateSpec&#34;&gt;ChannelTemplateSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#flows.knative.dev/v1beta1.ParallelSpec&#34;&gt;ParallelSpec&lt;/a&gt;, &lt;a href=&#34;#flows.knative.dev/v1beta1.SequenceSpec&#34;&gt;SequenceSpec&lt;/a&gt;, &lt;a href=&#34;#messaging.knative.dev/v1beta1.ChannelSpec&#34;&gt;ChannelSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
k8s.io/apimachinery/pkg/runtime.RawExtension
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Spec defines the Spec to use for each channel created. Passed
in verbatim to the Channel CRD as Spec section.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1beta1.InMemoryChannelSpec&#34;&gt;InMemoryChannelSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#messaging.knative.dev/v1beta1.InMemoryChannel&#34;&gt;InMemoryChannel&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;InMemoryChannelSpec defines which subscribers have expressed interest in
receiving events from this InMemoryChannel.
arguments for a Channel.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ChannelableSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.ChannelableSpec&#34;&gt;
ChannelableSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ChannelableSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Channel conforms to Duck type Channelable.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1beta1.InMemoryChannelStatus&#34;&gt;InMemoryChannelStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#messaging.knative.dev/v1beta1.InMemoryChannel&#34;&gt;InMemoryChannel&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ChannelStatus represents the current state of a Channel.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ChannelableStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.ChannelableStatus&#34;&gt;
ChannelableStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;ChannelableStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;Channel conforms to Duck type Channelable.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1beta1.SubscriptionSpec&#34;&gt;SubscriptionSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#messaging.knative.dev/v1beta1.Subscription&#34;&gt;Subscription&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SubscriptionSpec specifies the Channel for incoming events, a Subscriber target
for processing those events and where to put the result of the processing. Only
From (where the events are coming from) is always required. You can optionally
only Process the events (results in no output events) by leaving out the Result.
You can also perform an identity transformation on the incoming events by leaving
out the Subscriber and only specifying Result.&lt;/p&gt;
&lt;p&gt;The following are all valid specifications:
channel &amp;ndash;[subscriber]&amp;ndash;&amp;gt; reply
Sink, no outgoing events:
channel &amp;ndash; subscriber
no-op function (identity transformation):
channel &amp;ndash;&amp;gt; reply&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;channel&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectreference-v1-core&#34;&gt;
Kubernetes core/v1.ObjectReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Reference to a channel that will be used to create the subscription
You can specify only the following fields of the ObjectReference:
- Kind
- APIVersion
- Name
The resource pointed by this ObjectReference must meet the
contract to the ChannelableSpec duck type. If the resource does not
meet this contract it will be reflected in the Subscription&amp;rsquo;s status.&lt;/p&gt;
&lt;p&gt;This field is immutable. We have no good answer on what happens to
the events that are currently in the channel being consumed from
and what the semantics there should be. For now, you can always
delete the Subscription and recreate it to point to a different
channel, giving the user more control over what semantics should
be used (drain the channel first, possibly have events dropped,
etc.)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriber&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Subscriber is reference to (optional) function for processing events.
Events from the Channel will be delivered here and replies are
sent to a Destination as specified by the Reply.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;reply&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Reply specifies (optionally) how to handle events returned from
the Subscriber target.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;delivery&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#duck.knative.dev/v1beta1.DeliverySpec&#34;&gt;
DeliverySpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Delivery configuration&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1beta1.SubscriptionStatus&#34;&gt;SubscriptionStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#messaging.knative.dev/v1beta1.Subscription&#34;&gt;Subscription&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SubscriptionStatus (computed) for a subscription&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;Status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.Status
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;Status&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 Status, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current state.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;physicalSubscription&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#messaging.knative.dev/v1beta1.SubscriptionStatusPhysicalSubscription&#34;&gt;
SubscriptionStatusPhysicalSubscription
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;PhysicalSubscription is the fully resolved values that this Subscription represents.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;messaging.knative.dev/v1beta1.SubscriptionStatusPhysicalSubscription&#34;&gt;SubscriptionStatusPhysicalSubscription
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#messaging.knative.dev/v1beta1.SubscriptionStatus&#34;&gt;SubscriptionStatus&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SubscriptionStatusPhysicalSubscription represents the fully resolved values for this
Subscription.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;subscriberUri&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;SubscriberURI is the fully resolved URI for spec.subscriber.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;replyUri&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ReplyURI is the fully resolved URI for the spec.reply.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;deadLetterSinkUri&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis.URL
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ReplyURI is the fully resolved URI for the spec.delivery.deadLetterSink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;h2 id=&#34;sources.knative.dev/v1&#34;&gt;sources.knative.dev/v1&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1 contains API Schema definitions for the sources v1 API group.&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev/v1.ApiServerSource&#34;&gt;ApiServerSource&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev/v1.ContainerSource&#34;&gt;ContainerSource&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev/v1.SinkBinding&#34;&gt;SinkBinding&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h3 id=&#34;sources.knative.dev/v1.ApiServerSource&#34;&gt;ApiServerSource
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;ApiServerSource is the Schema for the apiserversources API&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
sources.knative.dev/v1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;ApiServerSource&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1.ApiServerSourceSpec&#34;&gt;
ApiServerSourceSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;resources&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1.APIVersionKindSelector&#34;&gt;
[]APIVersionKindSelector
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Resource are the resources this source will track and send related
lifecycle events from the Kubernetes ApiServer, with an optional label
selector to help filter.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;owner&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1.APIVersionKind&#34;&gt;
APIVersionKind
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ResourceOwner is an additional filter to only track resources that are
owned by a specific resource type. If ResourceOwner matches Resources[n]
then Resources[n] is allowed to pass the ResourceOwner filter.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;mode&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;EventMode controls the format of the event.
&lt;code&gt;Reference&lt;/code&gt; sends a dataref event type for the resource under watch.
&lt;code&gt;Resource&lt;/code&gt; send the full resource lifecycle event.
Defaults to &lt;code&gt;Reference&lt;/code&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;serviceAccountName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ServiceAccountName is the name of the ServiceAccount to use to run this
source. Defaults to default if not set.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1.ApiServerSourceStatus&#34;&gt;
ApiServerSourceStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1.ContainerSource&#34;&gt;ContainerSource
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;ContainerSource is the Schema for the containersources API&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
sources.knative.dev/v1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;ContainerSource&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1.ContainerSourceSpec&#34;&gt;
ContainerSourceSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;template&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podtemplatespec-v1-core&#34;&gt;
Kubernetes core/v1.PodTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Template describes the pods that will be created&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1.ContainerSourceStatus&#34;&gt;
ContainerSourceStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1.SinkBinding&#34;&gt;SinkBinding
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;SinkBinding describes a Binding that is also a Source.
The &lt;code&gt;sink&lt;/code&gt; (from the Source duck) is resolved to a URL and
then projected into the &lt;code&gt;subject&lt;/code&gt; by augmenting the runtime
contract of the referenced containers to have a &lt;code&gt;K_SINK&lt;/code&gt;
environment variable holding the endpoint to which to send
cloud events.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
sources.knative.dev/v1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;SinkBinding&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1.SinkBindingSpec&#34;&gt;
SinkBindingSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;BindingSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.BindingSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;BindingSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 BindingSpec, which currently provides:
* Subject - Subject references the resource(s) whose &amp;ldquo;runtime contract&amp;rdquo;
should be augmented by Binding implementations.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1.SinkBindingStatus&#34;&gt;
SinkBindingStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1.APIVersionKind&#34;&gt;APIVersionKind
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1.ApiServerSourceSpec&#34;&gt;ApiServerSourceSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;APIVersionKind is an APIVersion and Kind tuple.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;APIVersion - the API version of the resource to watch.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Kind of the resource to watch.
More info: &lt;a href=&#34;https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds&#34;&gt;https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1.APIVersionKindSelector&#34;&gt;APIVersionKindSelector
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1.ApiServerSourceSpec&#34;&gt;ApiServerSourceSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;APIVersionKindSelector is an APIVersion Kind tuple with a LabelSelector.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;APIVersion - the API version of the resource to watch.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Kind of the resource to watch.
More info: &lt;a href=&#34;https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds&#34;&gt;https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;selector&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#labelselector-v1-meta&#34;&gt;
Kubernetes meta/v1.LabelSelector
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;LabelSelector filters this source to objects to those resources pass the
label selector.
More info: &lt;a href=&#34;http://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors&#34;&gt;http://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1.ApiServerSourceSpec&#34;&gt;ApiServerSourceSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1.ApiServerSource&#34;&gt;ApiServerSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ApiServerSourceSpec defines the desired state of ApiServerSource&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;resources&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1.APIVersionKindSelector&#34;&gt;
[]APIVersionKindSelector
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Resource are the resources this source will track and send related
lifecycle events from the Kubernetes ApiServer, with an optional label
selector to help filter.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;owner&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1.APIVersionKind&#34;&gt;
APIVersionKind
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ResourceOwner is an additional filter to only track resources that are
owned by a specific resource type. If ResourceOwner matches Resources[n]
then Resources[n] is allowed to pass the ResourceOwner filter.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;mode&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;EventMode controls the format of the event.
&lt;code&gt;Reference&lt;/code&gt; sends a dataref event type for the resource under watch.
&lt;code&gt;Resource&lt;/code&gt; send the full resource lifecycle event.
Defaults to &lt;code&gt;Reference&lt;/code&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;serviceAccountName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ServiceAccountName is the name of the ServiceAccount to use to run this
source. Defaults to default if not set.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1.ApiServerSourceStatus&#34;&gt;ApiServerSourceStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1.ApiServerSource&#34;&gt;ApiServerSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ApiServerSourceStatus defines the observed state of ApiServerSource&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceStatus, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last
processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current
state.
* SinkURI - the current active sink URI that has been configured for the
Source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1.ContainerSourceSpec&#34;&gt;ContainerSourceSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1.ContainerSource&#34;&gt;ContainerSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ContainerSourceSpec defines the desired state of ContainerSource&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;template&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podtemplatespec-v1-core&#34;&gt;
Kubernetes core/v1.PodTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Template describes the pods that will be created&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1.ContainerSourceStatus&#34;&gt;ContainerSourceStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1.ContainerSource&#34;&gt;ContainerSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ContainerSourceStatus defines the observed state of ContainerSource&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceStatus, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last
processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current
state.
* SinkURI - the current active sink URI that has been configured for the
Source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1.SinkBindingSpec&#34;&gt;SinkBindingSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1.SinkBinding&#34;&gt;SinkBinding&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SinkBindingSpec holds the desired state of the SinkBinding (from the client).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;BindingSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.BindingSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;BindingSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 BindingSpec, which currently provides:
* Subject - Subject references the resource(s) whose &amp;ldquo;runtime contract&amp;rdquo;
should be augmented by Binding implementations.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1.SinkBindingStatus&#34;&gt;SinkBindingStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1.SinkBinding&#34;&gt;SinkBinding&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SinkBindingStatus communicates the observed state of the SinkBinding (from the controller).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceStatus, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last
processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current
state.
* SinkURI - the current active sink URI that has been configured for the
Source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;h2 id=&#34;sources.knative.dev/v1alpha1&#34;&gt;sources.knative.dev/v1alpha1&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1alpha1 contains API Schema definitions for the sources v1alpha1 API group&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha1.ApiServerSource&#34;&gt;ApiServerSource&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha1.SinkBinding&#34;&gt;SinkBinding&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha1.ApiServerSource&#34;&gt;ApiServerSource
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;ApiServerSource is the Schema for the apiserversources API&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
sources.knative.dev/v1alpha1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;ApiServerSource&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha1.ApiServerSourceSpec&#34;&gt;
ApiServerSourceSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;resources&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha1.ApiServerResource&#34;&gt;
[]ApiServerResource
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Resources is the list of resources to watch&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;serviceAccountName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ServiceAccountName is the name of the ServiceAccount to use to run this
source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;sink&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1beta1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Sink is a reference to an object that will resolve to a domain name to use as the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ceOverrides&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.CloudEventOverrides
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;CloudEventOverrides defines overrides to control the output format and
modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;owner&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.APIVersionKind&#34;&gt;
APIVersionKind
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ResourceOwner is an additional filter to only track resources that are
owned by a specific resource type. If ResourceOwner matches Resources[n]
then Resources[n] is allowed to pass the ResourceOwner filter.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;mode&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Mode is the mode the receive adapter controller runs under: Ref or Resource.
&lt;code&gt;Ref&lt;/code&gt; sends only the reference to the resource.
&lt;code&gt;Resource&lt;/code&gt; send the full resource.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha1.ApiServerSourceStatus&#34;&gt;
ApiServerSourceStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha1.SinkBinding&#34;&gt;SinkBinding
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;SinkBinding describes a Binding that is also a Source.
The &lt;code&gt;sink&lt;/code&gt; (from the Source duck) is resolved to a URL and
then projected into the &lt;code&gt;subject&lt;/code&gt; by augmenting the runtime
contract of the referenced containers to have a &lt;code&gt;K_SINK&lt;/code&gt;
environment variable holding the endpoint to which to send
cloud events.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
sources.knative.dev/v1alpha1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;SinkBinding&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha1.SinkBindingSpec&#34;&gt;
SinkBindingSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;BindingSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1alpha1.BindingSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;BindingSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha1.SinkBindingStatus&#34;&gt;
SinkBindingStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha1.ApiServerResource&#34;&gt;ApiServerResource
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha1.ApiServerSourceSpec&#34;&gt;ApiServerSourceSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ApiServerResource defines the resource to watch&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;API version of the resource to watch.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Kind of the resource to watch.
More info: &lt;a href=&#34;https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds&#34;&gt;https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;labelSelector&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#labelselector-v1-meta&#34;&gt;
Kubernetes meta/v1.LabelSelector
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;LabelSelector restricts this source to objects with the selected labels
More info: &lt;a href=&#34;http://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors&#34;&gt;http://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;controllerSelector&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#ownerreference-v1-meta&#34;&gt;
Kubernetes meta/v1.OwnerReference
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;ControllerSelector restricts this source to objects with a controlling owner reference of the specified kind.
Only apiVersion and kind are used. Both are optional.
Deprecated: Per-resource owner refs will no longer be supported in
v1alpha2, please use Spec.Owner as a GKV.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;controller&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
bool
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;If true, send an event referencing the object controlling the resource
Deprecated: Per-resource controller flag will no longer be supported in
v1alpha2, please use Spec.Owner as a GKV.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha1.ApiServerSourceSpec&#34;&gt;ApiServerSourceSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha1.ApiServerSource&#34;&gt;ApiServerSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ApiServerSourceSpec defines the desired state of ApiServerSource&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;resources&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha1.ApiServerResource&#34;&gt;
[]ApiServerResource
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Resources is the list of resources to watch&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;serviceAccountName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ServiceAccountName is the name of the ServiceAccount to use to run this
source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;sink&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1beta1.Destination
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Sink is a reference to an object that will resolve to a domain name to use as the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ceOverrides&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.CloudEventOverrides
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;CloudEventOverrides defines overrides to control the output format and
modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;owner&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.APIVersionKind&#34;&gt;
APIVersionKind
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ResourceOwner is an additional filter to only track resources that are
owned by a specific resource type. If ResourceOwner matches Resources[n]
then Resources[n] is allowed to pass the ResourceOwner filter.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;mode&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Mode is the mode the receive adapter controller runs under: Ref or Resource.
&lt;code&gt;Ref&lt;/code&gt; sends only the reference to the resource.
&lt;code&gt;Resource&lt;/code&gt; send the full resource.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha1.ApiServerSourceStatus&#34;&gt;ApiServerSourceStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha1.ApiServerSource&#34;&gt;ApiServerSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ApiServerSourceStatus defines the observed state of ApiServerSource&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceStatus, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last
processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current
state.
* SinkURI - the current active sink URI that has been configured for the
Source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha1.SinkBindingSpec&#34;&gt;SinkBindingSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha1.SinkBinding&#34;&gt;SinkBinding&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SinkBindingSpec holds the desired state of the SinkBinding (from the client).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;BindingSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1alpha1.BindingSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;BindingSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha1.SinkBindingStatus&#34;&gt;SinkBindingStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha1.SinkBinding&#34;&gt;SinkBinding&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SinkBindingStatus communicates the observed state of the SinkBinding (from the controller).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;h2 id=&#34;sources.knative.dev/v1alpha2&#34;&gt;sources.knative.dev/v1alpha2&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1alpha2 contains API Schema definitions for the sources v1beta1 API group&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.ApiServerSource&#34;&gt;ApiServerSource&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.ContainerSource&#34;&gt;ContainerSource&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.PingSource&#34;&gt;PingSource&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.SinkBinding&#34;&gt;SinkBinding&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha2.ApiServerSource&#34;&gt;ApiServerSource
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;ApiServerSource is the Schema for the apiserversources API&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
sources.knative.dev/v1alpha2
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;ApiServerSource&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.ApiServerSourceSpec&#34;&gt;
ApiServerSourceSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;resources&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.APIVersionKindSelector&#34;&gt;
[]APIVersionKindSelector
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Resource are the resources this source will track and send related
lifecycle events from the Kubernetes ApiServer, with an optional label
selector to help filter.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;owner&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.APIVersionKind&#34;&gt;
APIVersionKind
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ResourceOwner is an additional filter to only track resources that are
owned by a specific resource type. If ResourceOwner matches Resources[n]
then Resources[n] is allowed to pass the ResourceOwner filter.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;mode&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;EventMode controls the format of the event.
&lt;code&gt;Reference&lt;/code&gt; sends a dataref event type for the resource under watch.
&lt;code&gt;Resource&lt;/code&gt; send the full resource lifecycle event.
Defaults to &lt;code&gt;Reference&lt;/code&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;serviceAccountName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ServiceAccountName is the name of the ServiceAccount to use to run this
source. Defaults to default if not set.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.ApiServerSourceStatus&#34;&gt;
ApiServerSourceStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha2.ContainerSource&#34;&gt;ContainerSource
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;ContainerSource is the Schema for the containersources API&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
sources.knative.dev/v1alpha2
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;ContainerSource&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.ContainerSourceSpec&#34;&gt;
ContainerSourceSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;template&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podtemplatespec-v1-core&#34;&gt;
Kubernetes core/v1.PodTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Template describes the pods that will be created&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.ContainerSourceStatus&#34;&gt;
ContainerSourceStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha2.PingSource&#34;&gt;PingSource
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;PingSource is the Schema for the PingSources API.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
sources.knative.dev/v1alpha2
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;PingSource&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.PingSourceSpec&#34;&gt;
PingSourceSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;schedule&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Schedule is the cronjob schedule. Defaults to &lt;code&gt;* * * * *&lt;/code&gt;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;jsonData&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;JsonData is json encoded data used as the body of the event posted to
the sink. Default is empty. If set, datacontenttype will also be set
to &amp;ldquo;application/json&amp;rdquo;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.PingSourceStatus&#34;&gt;
PingSourceStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha2.SinkBinding&#34;&gt;SinkBinding
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;SinkBinding describes a Binding that is also a Source.
The &lt;code&gt;sink&lt;/code&gt; (from the Source duck) is resolved to a URL and
then projected into the &lt;code&gt;subject&lt;/code&gt; by augmenting the runtime
contract of the referenced containers to have a &lt;code&gt;K_SINK&lt;/code&gt;
environment variable holding the endpoint to which to send
cloud events.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
sources.knative.dev/v1alpha2
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;SinkBinding&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.SinkBindingSpec&#34;&gt;
SinkBindingSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;BindingSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1alpha1.BindingSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;BindingSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1alpha1 BindingSpec, which currently provides:
* Subject - Subject references the resource(s) whose &amp;ldquo;runtime contract&amp;rdquo;
should be augmented by Binding implementations.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.SinkBindingStatus&#34;&gt;
SinkBindingStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha2.APIVersionKind&#34;&gt;APIVersionKind
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha1.ApiServerSourceSpec&#34;&gt;ApiServerSourceSpec&lt;/a&gt;, &lt;a href=&#34;#sources.knative.dev/v1alpha2.ApiServerSourceSpec&#34;&gt;ApiServerSourceSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;APIVersionKind is an APIVersion and Kind tuple.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;APIVersion - the API version of the resource to watch.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Kind of the resource to watch.
More info: &lt;a href=&#34;https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds&#34;&gt;https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha2.APIVersionKindSelector&#34;&gt;APIVersionKindSelector
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha2.ApiServerSourceSpec&#34;&gt;ApiServerSourceSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;APIVersionKindSelector is an APIVersion Kind tuple with a LabelSelector.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;APIVersion - the API version of the resource to watch.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Kind of the resource to watch.
More info: &lt;a href=&#34;https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds&#34;&gt;https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;selector&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#labelselector-v1-meta&#34;&gt;
Kubernetes meta/v1.LabelSelector
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;LabelSelector filters this source to objects to those resources pass the
label selector.
More info: &lt;a href=&#34;http://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors&#34;&gt;http://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha2.ApiServerSourceSpec&#34;&gt;ApiServerSourceSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha2.ApiServerSource&#34;&gt;ApiServerSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ApiServerSourceSpec defines the desired state of ApiServerSource&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;resources&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.APIVersionKindSelector&#34;&gt;
[]APIVersionKindSelector
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Resource are the resources this source will track and send related
lifecycle events from the Kubernetes ApiServer, with an optional label
selector to help filter.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;owner&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1alpha2.APIVersionKind&#34;&gt;
APIVersionKind
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ResourceOwner is an additional filter to only track resources that are
owned by a specific resource type. If ResourceOwner matches Resources[n]
then Resources[n] is allowed to pass the ResourceOwner filter.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;mode&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;EventMode controls the format of the event.
&lt;code&gt;Reference&lt;/code&gt; sends a dataref event type for the resource under watch.
&lt;code&gt;Resource&lt;/code&gt; send the full resource lifecycle event.
Defaults to &lt;code&gt;Reference&lt;/code&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;serviceAccountName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ServiceAccountName is the name of the ServiceAccount to use to run this
source. Defaults to default if not set.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha2.ApiServerSourceStatus&#34;&gt;ApiServerSourceStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha2.ApiServerSource&#34;&gt;ApiServerSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ApiServerSourceStatus defines the observed state of ApiServerSource&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceStatus, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last
processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current
state.
* SinkURI - the current active sink URI that has been configured for the
Source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha2.ContainerSourceSpec&#34;&gt;ContainerSourceSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha2.ContainerSource&#34;&gt;ContainerSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ContainerSourceSpec defines the desired state of ContainerSource&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;template&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podtemplatespec-v1-core&#34;&gt;
Kubernetes core/v1.PodTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Template describes the pods that will be created&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha2.ContainerSourceStatus&#34;&gt;ContainerSourceStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha2.ContainerSource&#34;&gt;ContainerSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ContainerSourceStatus defines the observed state of ContainerSource&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceStatus, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last
processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current
state.
* SinkURI - the current active sink URI that has been configured for the
Source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha2.PingSourceSpec&#34;&gt;PingSourceSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha2.PingSource&#34;&gt;PingSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;PingSourceSpec defines the desired state of the PingSource.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;schedule&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Schedule is the cronjob schedule. Defaults to &lt;code&gt;* * * * *&lt;/code&gt;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;jsonData&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;JsonData is json encoded data used as the body of the event posted to
the sink. Default is empty. If set, datacontenttype will also be set
to &amp;ldquo;application/json&amp;rdquo;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha2.PingSourceStatus&#34;&gt;PingSourceStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha2.PingSource&#34;&gt;PingSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;PingSourceStatus defines the observed state of PingSource.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceStatus, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last
processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current
state.
* SinkURI - the current active sink URI that has been configured for the
Source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha2.SinkBindingSpec&#34;&gt;SinkBindingSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha2.SinkBinding&#34;&gt;SinkBinding&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SinkBindingSpec holds the desired state of the SinkBinding (from the client).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;BindingSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1alpha1.BindingSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;BindingSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1alpha1 BindingSpec, which currently provides:
* Subject - Subject references the resource(s) whose &amp;ldquo;runtime contract&amp;rdquo;
should be augmented by Binding implementations.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1alpha2.SinkBindingStatus&#34;&gt;SinkBindingStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1alpha2.SinkBinding&#34;&gt;SinkBinding&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SinkBindingStatus communicates the observed state of the SinkBinding (from the controller).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceStatus, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last
processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current
state.
* SinkURI - the current active sink URI that has been configured for the
Source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;h2 id=&#34;sources.knative.dev/v1beta1&#34;&gt;sources.knative.dev/v1beta1&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1beta1 contains API Schema definitions for the sources v1beta1 API group.&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.ApiServerSource&#34;&gt;ApiServerSource&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.ContainerSource&#34;&gt;ContainerSource&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.PingSource&#34;&gt;PingSource&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.SinkBinding&#34;&gt;SinkBinding&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta1.ApiServerSource&#34;&gt;ApiServerSource
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;ApiServerSource is the Schema for the apiserversources API&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
sources.knative.dev/v1beta1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;ApiServerSource&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.ApiServerSourceSpec&#34;&gt;
ApiServerSourceSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;resources&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.APIVersionKindSelector&#34;&gt;
[]APIVersionKindSelector
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Resource are the resources this source will track and send related
lifecycle events from the Kubernetes ApiServer, with an optional label
selector to help filter.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;owner&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.APIVersionKind&#34;&gt;
APIVersionKind
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ResourceOwner is an additional filter to only track resources that are
owned by a specific resource type. If ResourceOwner matches Resources[n]
then Resources[n] is allowed to pass the ResourceOwner filter.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;mode&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;EventMode controls the format of the event.
&lt;code&gt;Reference&lt;/code&gt; sends a dataref event type for the resource under watch.
&lt;code&gt;Resource&lt;/code&gt; send the full resource lifecycle event.
Defaults to &lt;code&gt;Reference&lt;/code&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;serviceAccountName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ServiceAccountName is the name of the ServiceAccount to use to run this
source. Defaults to default if not set.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.ApiServerSourceStatus&#34;&gt;
ApiServerSourceStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta1.ContainerSource&#34;&gt;ContainerSource
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;ContainerSource is the Schema for the containersources API&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
sources.knative.dev/v1beta1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;ContainerSource&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.ContainerSourceSpec&#34;&gt;
ContainerSourceSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;template&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podtemplatespec-v1-core&#34;&gt;
Kubernetes core/v1.PodTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Template describes the pods that will be created&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.ContainerSourceStatus&#34;&gt;
ContainerSourceStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta1.PingSource&#34;&gt;PingSource
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;PingSource is the Schema for the PingSources API.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
sources.knative.dev/v1beta1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;PingSource&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.PingSourceSpec&#34;&gt;
PingSourceSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;schedule&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Schedule is the cronjob schedule. Defaults to &lt;code&gt;* * * * *&lt;/code&gt;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;timezone&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Timezone modifies the actual time relative to the specified timezone.
Defaults to the system time zone.
More general information about time zones: &lt;a href=&#34;https://www.iana.org/time-zones&#34;&gt;https://www.iana.org/time-zones&lt;/a&gt;
List of valid timezone values: &lt;a href=&#34;https://en.wikipedia.org/wiki/List_of_tz_database_time_zones&#34;&gt;https://en.wikipedia.org/wiki/List_of_tz_database_time_zones&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;jsonData&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;JsonData is json encoded data used as the body of the event posted to
the sink. Default is empty. If set, datacontenttype will also be set
to &amp;ldquo;application/json&amp;rdquo;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.PingSourceStatus&#34;&gt;
PingSourceStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta1.SinkBinding&#34;&gt;SinkBinding
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;SinkBinding describes a Binding that is also a Source.
The &lt;code&gt;sink&lt;/code&gt; (from the Source duck) is resolved to a URL and
then projected into the &lt;code&gt;subject&lt;/code&gt; by augmenting the runtime
contract of the referenced containers to have a &lt;code&gt;K_SINK&lt;/code&gt;
environment variable holding the endpoint to which to send
cloud events.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
sources.knative.dev/v1beta1
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;SinkBinding&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.SinkBindingSpec&#34;&gt;
SinkBindingSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;BindingSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1beta1.BindingSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;BindingSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1beta1 BindingSpec, which currently provides:
* Subject - Subject references the resource(s) whose &amp;ldquo;runtime contract&amp;rdquo;
should be augmented by Binding implementations.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.SinkBindingStatus&#34;&gt;
SinkBindingStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta1.APIVersionKind&#34;&gt;APIVersionKind
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1beta1.ApiServerSourceSpec&#34;&gt;ApiServerSourceSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;APIVersionKind is an APIVersion and Kind tuple.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;APIVersion - the API version of the resource to watch.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Kind of the resource to watch.
More info: &lt;a href=&#34;https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds&#34;&gt;https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta1.APIVersionKindSelector&#34;&gt;APIVersionKindSelector
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1beta1.ApiServerSourceSpec&#34;&gt;ApiServerSourceSpec&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;APIVersionKindSelector is an APIVersion Kind tuple with a LabelSelector.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;APIVersion - the API version of the resource to watch.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Kind of the resource to watch.
More info: &lt;a href=&#34;https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds&#34;&gt;https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;selector&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#labelselector-v1-meta&#34;&gt;
Kubernetes meta/v1.LabelSelector
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;LabelSelector filters this source to objects to those resources pass the
label selector.
More info: &lt;a href=&#34;http://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors&#34;&gt;http://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta1.ApiServerSourceSpec&#34;&gt;ApiServerSourceSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1beta1.ApiServerSource&#34;&gt;ApiServerSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ApiServerSourceSpec defines the desired state of ApiServerSource&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;resources&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.APIVersionKindSelector&#34;&gt;
[]APIVersionKindSelector
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Resource are the resources this source will track and send related
lifecycle events from the Kubernetes ApiServer, with an optional label
selector to help filter.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;owner&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta1.APIVersionKind&#34;&gt;
APIVersionKind
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ResourceOwner is an additional filter to only track resources that are
owned by a specific resource type. If ResourceOwner matches Resources[n]
then Resources[n] is allowed to pass the ResourceOwner filter.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;mode&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;EventMode controls the format of the event.
&lt;code&gt;Reference&lt;/code&gt; sends a dataref event type for the resource under watch.
&lt;code&gt;Resource&lt;/code&gt; send the full resource lifecycle event.
Defaults to &lt;code&gt;Reference&lt;/code&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;serviceAccountName&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ServiceAccountName is the name of the ServiceAccount to use to run this
source. Defaults to default if not set.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta1.ApiServerSourceStatus&#34;&gt;ApiServerSourceStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1beta1.ApiServerSource&#34;&gt;ApiServerSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ApiServerSourceStatus defines the observed state of ApiServerSource&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceStatus, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last
processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current
state.
* SinkURI - the current active sink URI that has been configured for the
Source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta1.ContainerSourceSpec&#34;&gt;ContainerSourceSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1beta1.ContainerSource&#34;&gt;ContainerSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ContainerSourceSpec defines the desired state of ContainerSource&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;template&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podtemplatespec-v1-core&#34;&gt;
Kubernetes core/v1.PodTemplateSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Template describes the pods that will be created&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta1.ContainerSourceStatus&#34;&gt;ContainerSourceStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1beta1.ContainerSource&#34;&gt;ContainerSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;ContainerSourceStatus defines the observed state of ContainerSource&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceStatus, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last
processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current
state.
* SinkURI - the current active sink URI that has been configured for the
Source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta1.PingSourceSpec&#34;&gt;PingSourceSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1beta1.PingSource&#34;&gt;PingSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;PingSourceSpec defines the desired state of the PingSource.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;schedule&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Schedule is the cronjob schedule. Defaults to &lt;code&gt;* * * * *&lt;/code&gt;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;timezone&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Timezone modifies the actual time relative to the specified timezone.
Defaults to the system time zone.
More general information about time zones: &lt;a href=&#34;https://www.iana.org/time-zones&#34;&gt;https://www.iana.org/time-zones&lt;/a&gt;
List of valid timezone values: &lt;a href=&#34;https://en.wikipedia.org/wiki/List_of_tz_database_time_zones&#34;&gt;https://en.wikipedia.org/wiki/List_of_tz_database_time_zones&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;jsonData&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;JsonData is json encoded data used as the body of the event posted to
the sink. Default is empty. If set, datacontenttype will also be set
to &amp;ldquo;application/json&amp;rdquo;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta1.PingSourceStatus&#34;&gt;PingSourceStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1beta1.PingSource&#34;&gt;PingSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;PingSourceStatus defines the observed state of PingSource.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceStatus, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last
processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current
state.
* SinkURI - the current active sink URI that has been configured for the
Source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta1.SinkBindingSpec&#34;&gt;SinkBindingSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1beta1.SinkBinding&#34;&gt;SinkBinding&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SinkBindingSpec holds the desired state of the SinkBinding (from the client).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;BindingSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1beta1.BindingSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;BindingSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1beta1 BindingSpec, which currently provides:
* Subject - Subject references the resource(s) whose &amp;ldquo;runtime contract&amp;rdquo;
should be augmented by Binding implementations.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta1.SinkBindingStatus&#34;&gt;SinkBindingStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1beta1.SinkBinding&#34;&gt;SinkBinding&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;SinkBindingStatus communicates the observed state of the SinkBinding (from the controller).&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceStatus, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last
processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current
state.
* SinkURI - the current active sink URI that has been configured for the
Source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;h2 id=&#34;sources.knative.dev/v1beta2&#34;&gt;sources.knative.dev/v1beta2&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;Package v1beta2 contains API Schema definitions for the sources v1beta2 API group.&lt;/p&gt;
&lt;/p&gt;
Resource Types:
&lt;ul&gt;&lt;li&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta2.PingSource&#34;&gt;PingSource&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta2.PingSource&#34;&gt;PingSource
&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;PingSource is the Schema for the PingSources API.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;apiVersion&lt;/code&gt;&lt;br/&gt;
string&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;
sources.knative.dev/v1beta2
&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;kind&lt;/code&gt;&lt;br/&gt;
string
&lt;/td&gt;
&lt;td&gt;&lt;code&gt;PingSource&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;metadata&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta&#34;&gt;
Kubernetes meta/v1.ObjectMeta
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
Refer to the Kubernetes API documentation for the fields of the
&lt;code&gt;metadata&lt;/code&gt; field.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;spec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta2.PingSourceSpec&#34;&gt;
PingSourceSpec
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;schedule&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Schedule is the cron schedule. Defaults to &lt;code&gt;* * * * *&lt;/code&gt;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;timezone&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Timezone modifies the actual time relative to the specified timezone.
Defaults to the system time zone.
More general information about time zones: &lt;a href=&#34;https://www.iana.org/time-zones&#34;&gt;https://www.iana.org/time-zones&lt;/a&gt;
List of valid timezone values: &lt;a href=&#34;https://en.wikipedia.org/wiki/List_of_tz_database_time_zones&#34;&gt;https://en.wikipedia.org/wiki/List_of_tz_database_time_zones&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;contentType&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ContentType is the media type of Data or DataBase64. Default is empty.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;data&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Data is data used as the body of the event posted to the sink. Default is empty.
Mutually exclusive with DataBase64.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;dataBase64&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DataBase64 is the base64-encoded string of the actual event&amp;rsquo;s body posted to the sink. Default is empty.
Mutually exclusive with Data.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;status&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
&lt;a href=&#34;#sources.knative.dev/v1beta2.PingSourceStatus&#34;&gt;
PingSourceStatus
&lt;/a&gt;
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta2.PingSourceSpec&#34;&gt;PingSourceSpec
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1beta2.PingSource&#34;&gt;PingSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;PingSourceSpec defines the desired state of the PingSource.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceSpec&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceSpec
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceSpec&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceSpec, which currently provides:
* Sink - a reference to an object that will resolve to a domain name or
a URI directly to use as the sink.
* CloudEventOverrides - defines overrides to control the output format
and modifications of the event sent to the sink.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;schedule&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Schedule is the cron schedule. Defaults to &lt;code&gt;* * * * *&lt;/code&gt;.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;timezone&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Timezone modifies the actual time relative to the specified timezone.
Defaults to the system time zone.
More general information about time zones: &lt;a href=&#34;https://www.iana.org/time-zones&#34;&gt;https://www.iana.org/time-zones&lt;/a&gt;
List of valid timezone values: &lt;a href=&#34;https://en.wikipedia.org/wiki/List_of_tz_database_time_zones&#34;&gt;https://en.wikipedia.org/wiki/List_of_tz_database_time_zones&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;contentType&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;ContentType is the media type of Data or DataBase64. Default is empty.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;data&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;Data is data used as the body of the event posted to the sink. Default is empty.
Mutually exclusive with DataBase64.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;dataBase64&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
string
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;(Optional)&lt;/em&gt;
&lt;p&gt;DataBase64 is the base64-encoded string of the actual event&amp;rsquo;s body posted to the sink. Default is empty.
Mutually exclusive with Data.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;sources.knative.dev/v1beta2.PingSourceStatus&#34;&gt;PingSourceStatus
&lt;/h3&gt;
&lt;p&gt;
(&lt;em&gt;Appears on:&lt;/em&gt;&lt;a href=&#34;#sources.knative.dev/v1beta2.PingSource&#34;&gt;PingSource&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;PingSourceStatus defines the observed state of PingSource.&lt;/p&gt;
&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;SourceStatus&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;
knative.dev/pkg/apis/duck/v1.SourceStatus
&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
(Members of &lt;code&gt;SourceStatus&lt;/code&gt; are embedded into this type.)
&lt;/p&gt;
&lt;p&gt;inherits duck/v1 SourceStatus, which currently provides:
* ObservedGeneration - the &amp;lsquo;Generation&amp;rsquo; of the Service that was last
processed by the controller.
* Conditions - the latest available observations of a resource&amp;rsquo;s current
state.
* SinkURI - the current active sink URI that has been configured for the
Source.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr/&gt;
&lt;p&gt;&lt;em&gt;
Generated with &lt;code&gt;gen-crd-api-reference-docs&lt;/code&gt;
on git commit &lt;code&gt;8f35d4254&lt;/code&gt;.
&lt;/em&gt;&lt;/p&gt;
</description>
</item>
</channel>
</rss>