We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7e2d2 commit 941e6d6Copy full SHA for 941e6d6
api/v1alpha1/pool_types.go
@@ -30,6 +30,7 @@ type PoolStatus struct {
30
}
31
32
// +kubebuilder:object:root=true
33
+// +kubebuilder:resource:path=pools,scope=Cluster
34
35
// Pool is the Schema for the pools API
36
// See https://book.kubebuilder.io/reference/markers/crd.html
hack/config/crd/upgrade.talos.dev_pools.yaml
@@ -36,7 +36,7 @@ spec:
listKind: PoolList
37
plural: pools
38
singular: pool
39
- scope: Namespaced
+ scope: Cluster
40
subresources: {}
41
validation:
42
openAPIV3Schema:
0 commit comments