Skip to content

Commit

Permalink
removed focused test, added clusterset example
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed Nov 15, 2024
1 parent cd168b1 commit 325f8a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions examples/clusterset.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: k3k.io/v1alpha1
kind: ClusterSet
metadata:
name: clusterset-example
spec:
mode: "shared"
2 changes: 1 addition & 1 deletion pkg/controller/clusterset/clusterset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ var _ = Describe("ClusterSet Controller", func() {
})
})

FWhen("a ClusterSet in the same namespace was already there", func() {
When("a ClusterSet in the same namespace was already there", func() {
It("should delete the last one", func() {
clusterSet := &v1alpha1.ClusterSet{
ObjectMeta: v1.ObjectMeta{
Expand Down

0 comments on commit 325f8a2

Please sign in to comment.