Skip to content

Commit 87f0581

Browse files
committed
chore(examples): rename tag examples
1 parent 1f2f3df commit 87f0581

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

examples/tags/v1beta1/tagbinding-observe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
upjet.upbound.io/manual-intervention: "The resource requires a real external name"
77
crossplane.io/external-name: "&{tagBindingID}"
88
labels:
9-
testing.upbound.io/example-name: binding
9+
testing.upbound.io/example-name: binding-external
1010
name: binding-external
1111
spec:
1212
managementPolicies: ["Observe"]

examples/tags/v1beta1/tagbinding.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
parent: //cloudresourcemanager.googleapis.com/projects/${data.cloudplatform_project.projectId}
1212
tagValueSelector:
1313
matchLabels:
14-
testing.upbound.io/example-name: value
14+
testing.upbound.io/example-name: binding-value
1515

1616
---
1717

@@ -21,8 +21,8 @@ metadata:
2121
annotations:
2222
meta.upbound.io/example-id: tags/v1beta1/tagbinding
2323
labels:
24-
testing.upbound.io/example-name: key
25-
name: key
24+
testing.upbound.io/example-name: binding-key
25+
name: binding-key
2626
spec:
2727
forProvider:
2828
description: For keyname resources.
@@ -37,12 +37,12 @@ metadata:
3737
annotations:
3838
meta.upbound.io/example-id: tags/v1beta1/tagbinding
3939
labels:
40-
testing.upbound.io/example-name: value
41-
name: value
40+
testing.upbound.io/example-name: binding-value
41+
name: binding-value
4242
spec:
4343
forProvider:
4444
description: For valuename resources.
4545
parentSelector:
4646
matchLabels:
47-
testing.upbound.io/example-name: key
47+
testing.upbound.io/example-name: binding-key
4848
shortName: valuename

examples/tags/v1beta1/tagvalue.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
description: For valuename resources.
1212
parentSelector:
1313
matchLabels:
14-
testing.upbound.io/example-name: key
14+
testing.upbound.io/example-name: value-key
1515
shortName: valuename
1616

1717
---
@@ -22,8 +22,8 @@ metadata:
2222
annotations:
2323
meta.upbound.io/example-id: tags/v1beta1/tagvalue
2424
labels:
25-
testing.upbound.io/example-name: key
26-
name: key
25+
testing.upbound.io/example-name: value-key
26+
name: value-key
2727
spec:
2828
forProvider:
2929
description: For keyname resources.

0 commit comments

Comments
 (0)