Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apis/duck/v1/source_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ type SourceStatus struct {
// +optional
SinkCACerts *string `json:"sinkCACerts,omitempty"`

// SinkAudience is the OIDC audience of the sink.
// +optional
SinkAudience *string `json:"sinkAudience,omitempty"`

// Auth defines the attributes that provide the generated service account
// name in the resource status.
// +optional
Expand Down
5 changes: 5 additions & 0 deletions apis/duck/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.