Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit d16bb9d

Browse files
committed
Adding support for output annotations
1 parent 0c0b52b commit d16bb9d

File tree

3 files changed

+306
-269
lines changed

3 files changed

+306
-269
lines changed

api/v1alpha1/workspace_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ type WorkspaceSpec struct {
144144
// Specifies the agent pool name we wish to use.
145145
// +optional
146146
AgentPoolName string `json:"agentPoolName,omitempty"`
147+
// Annotations for the output secret.
148+
// +optional
149+
OutputAnnotations map[string]string `json:"outputAnnotations,omitempty"`
147150
}
148151

149152
// WorkspaceStatus defines the observed state of Workspace

0 commit comments

Comments
 (0)