Skip to content

Commit

Permalink
Add syntax highlighting in clusterclaim
Browse files Browse the repository at this point in the history
Signed-off-by: ydFu <[email protected]>
  • Loading branch information
ydFu committed Aug 17, 2023
1 parent edfdbcf commit ccdf34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/concepts/clusterclaim.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ to the status of `ManagedCluster`.

Here is a `ClusterClaim` example specifying a `id.k8s.io`:

```
```yaml
apiVersion: cluster.open-cluster-management.io/v1alpha1
kind: ClusterClaim
metadata:
Expand All @@ -44,7 +44,7 @@ spec:
After applying the `ClusterClaim` above to any managed cluster, the value of the `ClusterClaim`
is reflected in the `ManagedCluster` on the hub cluster:

```
```yaml
apiVersion: cluster.open-cluster-management.io/v1
kind: ManagedCluster
metadata: ...
Expand Down

0 comments on commit ccdf34c

Please sign in to comment.