Skip to content

Commit

Permalink
Update CCE examples
Browse files Browse the repository at this point in the history
  • Loading branch information
niuzhenguo committed May 23, 2024
1 parent 2822f26 commit a46bb64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/cce/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: cce.huaweicloud.crossplane.io/v1alpha1
kind: Cluster
metadata:
annotations:
meta.upbound.io/example-id: cce/v1alpha1/cluster
meta.crossplane.io/example-id: cce/v1alpha1/cluster
labels:
testing.upbound.io/example-name: cluster
testing.crossplane.io/example-name: cluster
name: cluster
spec:
forProvider:
Expand Down
12 changes: 6 additions & 6 deletions examples/cce/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ apiVersion: cce.huaweicloud.crossplane.io/v1alpha1
kind: Node
metadata:
annotations:
meta.upbound.io/example-id: cce/v1alpha1/node
meta.crossplane.io/example-id: cce/v1alpha1/node
labels:
testing.upbound.io/example-name: node
testing.crossplane.io/example-name: node
name: node
spec:
forProvider:
availabilityZone: cn-north-4
availabilityZone: cn-north-4a
clusterIdSelector:
matchLabels:
testing.upbound.io/example-name: example
testing.crossplane.io/example-name: cluster
dataVolumes:
- size: 100
volumetype: SATA
volumetype: SSD
flavorId: flavor-id
keyPair: keypair-name
name: example
rootVolume:
- size: 40
volumetype: SATA
volumetype: SSD

0 comments on commit a46bb64

Please sign in to comment.