Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Update one-pager-trait-scope-workload-interaction-mechanism.md
Browse files Browse the repository at this point in the history
spName := GetCRDName(scope)
这个方法获取的是kind 复数

Signed-off-by: caixisheng <cc710917049@163.com>
  • Loading branch information
caixisheng committed Oct 8, 2020
1 parent 2be3900 commit 91d5ef0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ Here's an example and `HealthScope` CRD refers to [here](https://github.com/cros
apiVersion: core.oam.dev/v1alpha2
kind: ScopeDefinition
metadata:
name: healthscope.core.oam.dev
name: healthscopes.core.oam.dev
spec:
allowComponentOverlap: true
definitionRef:
name: healthscope.core.oam.dev
name: healthscopes.core.oam.dev
---
apiVersion: core.oam.dev/v1alpha2
kind: HealthScope
Expand Down

0 comments on commit 91d5ef0

Please sign in to comment.