sources.knative.dev / v1 / ContainerSource
- object
.spec
- object
.spec .ceOverrides
CloudEventOverrides defines overrides to control the output format and modifications of the event sent to the sink.
- object
.spec .ceOverrides .extensions
Extensions specify what attribute are added or overridden on the outbound event. Each
Extensions
key-value pair are set on the event as an attribute extension independently. - object
.spec .sink
Sink is a reference to an object that will resolve to a uri to use as the sink.
- object
.spec .sink .ref
Ref points to an Addressable.
- string
.spec .sink .ref .apiVersion
API version of the referent.
- string
.spec .sink .ref .kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- string
.spec .sink .ref .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.spec .sink .ref .namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is optional field, it gets defaulted to the object holding it if left out.
- string
.spec .sink .uri
URI can be an absolute URL(non-empty scheme and non-empty host) pointing to the target or a relative URI. Relative URIs will be resolved using the base URI retrieved from Ref.
- string
.spec .sink .CACerts
CACerts is the Certification Authority (CA) certificates in PEM format that the source trusts when sending events to the sink.
- string
.spec .sink .audience
Audience is the OIDC audience. This only needs to be set if the target is not an Addressable and thus the Audience can’t be received from the target itself. If specified, it takes precedence over the target’s Audience.
- object
.spec .template
A template in the shape of
Deployment.spec.template
to be used for this ContainerSource. More info: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/ - object
.status
- object
.status .annotations
Annotations is additional Status fields for the Resource to save some additional State as well as convey more information to the user. This is roughly akin to Annotations on any k8s resource, just the reconciler conveying richer information outwards.
- object
.status .auth
Auth provides the relevant information for OIDC authentication.
- string
.status .auth .serviceAccountName
ServiceAccountName is the name of the generated service account used for this components OIDC authentication.
- array
.status .ceAttributes
CloudEventAttributes are the specific attributes that the Source uses as part of its CloudEvents.
- string
.status .ceAttributes[] .source
Source is the CloudEvents source attribute.
- string
.status .ceAttributes[] .type
Type refers to the CloudEvent type attribute.
- array
.status .conditions
Conditions the latest available observations of a resource’s current state.
- string
.status .conditions[] .lastTransitionTime
LastTransitionTime is the last time the condition transitioned from one status to another. We use VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic differences (all other things held constant).
- string
.status .conditions[] .message
A human readable message indicating details about the transition.
- string
.status .conditions[] .reason
The reason for the condition’s last transition.
- string
.status .conditions[] .severity
Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
- string required
.status .conditions[] .status
Status of the condition, one of True, False, Unknown.
- string required
.status .conditions[] .type
Type of condition.
- integer
.status .observedGeneration
ObservedGeneration is the ‘Generation’ of the Service that was last processed by the controller.
- string
.status .sinkUri
SinkURI is the current active sink URI that has been configured for the Source.
- string
.status .sinkCACerts
CACerts is the Certification Authority (CA) certificates in PEM format that the source trusts when sending events to the sink.
- string
.status .sinkAudience
Audience is the OIDC audience of the sink.