Skip to content

Commit

Permalink
e2e/framework: add TODO_WithoutMultiShardSupport() option for workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sttts committed Jan 20, 2023
1 parent 53f5315 commit 228ab97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/framework/workspaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ func WithRootShard() UnprivilegedWorkspaceOption {
return WithShard(corev1alpha1.RootShard)
}

func TODO_WithoutMultiShardSupport() UnprivilegedWorkspaceOption {
return WithRootShard()
}

func WithShard(name string) UnprivilegedWorkspaceOption {
return WithLocation(tenancyv1alpha1.WorkspaceLocation{Selector: &metav1.LabelSelector{
MatchLabels: map[string]string{
Expand Down

0 comments on commit 228ab97

Please sign in to comment.