You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CEL expressions provide more flexible and powerful selection capabilities with [built-in libraries](https://github.com/open-cluster-management-io/sdk-go/blob/main/pkg/cel/common/values.go). For more detailed usage of CEL expressions, refer to:
127
+
128
+
- [Kubernetes CEL Documentation](https://kubernetes.io/docs/reference/using-api/cel/)
129
+
- [OCM CEL Library](https://github.com/open-cluster-management-io/sdk-go/tree/main/pkg/cel/library)
130
+
97
131
#### Taints/Tolerations
98
132
99
133
To support filtering unhealthy/not-reporting clusters and keep workloads from
@@ -133,7 +167,7 @@ The following example shows how to tolerate clusters with taints.
133
167
timeAdded: '2022-02-21T08:11:06Z'
134
168
```
135
169
136
-
By default, the placement won’t select this cluster unless you define tolerations.
170
+
By default, the placement won't select this cluster unless you define tolerations.
0 commit comments