Skip to content

Commit 5e17424

Browse files
Missing types
1 parent 5a275f6 commit 5e17424

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

api/v1beta1/workloadserviceaccount_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ type WorkloadServiceAccountScope struct {
5353
// +optional
5454
// +kubebuilder:validation:items:Pattern="^[\\p{Ll}\\p{N}]+(?:-[\\p{L}\\p{N}]+)*$"
5555
Steps []string `json:"steps,omitempty"`
56+
// +optional
57+
// +kubebuilder:validation:items:Pattern="^[\\p{Ll}\\p{N}]+(?:-[\\p{L}\\p{N}]+)*$"
58+
Spaces []string `json:"spaces,omitempty"`
5659
}
5760

5861
// WorkloadServiceAccountPermissions defines the permissions for the WorkloadServiceAccount.

api/v1beta1/zz_generated.deepcopy.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)