Skip to content

Commit

Permalink
Update CRD and API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sheneska committed Oct 29, 2024
1 parent 17618bc commit dfa1ba6
Show file tree
Hide file tree
Showing 2 changed files with 806 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/v1alpha2/workspace_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -674,15 +674,11 @@ type WorkspaceVarSet struct {
//A Variable Set allows users to reuse the same variables
//across multiple workspaces and projects.
//
//Must match pattern: ^var-[a-zA-Z0-9]+$
//
//+kubebuilder:validation:Pattern:=
//+optional
VarSetID string `json:"varSetID,omitempty"`

//Variable Set Name
//
//+kubebuilder:validation:MinLength:=1
//+optional
VarSetName string `json:"varSetName,omitempty"`
}
Expand Down
Loading

0 comments on commit dfa1ba6

Please sign in to comment.