Skip to content

Commit

Permalink
chore(examples): rename tag examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nlevee committed Nov 8, 2024
1 parent 1f2f3df commit 494d0cb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions examples/tags/v1beta1/tagbinding-observe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: tags.gcp.upbound.io/v1beta1
kind: TagBinding
metadata:
annotations:
meta.upbound.io/example-id: tags/v1beta1/tagbinding
meta.upbound.io/example-id: tags/v1beta1/tagbinding-observe
upjet.upbound.io/manual-intervention: "The resource requires a real external name"
crossplane.io/external-name: "&{tagBindingID}"
labels:
testing.upbound.io/example-name: binding
testing.upbound.io/example-name: binding-external
name: binding-external
spec:
managementPolicies: ["Observe"]
Expand Down
12 changes: 6 additions & 6 deletions examples/tags/v1beta1/tagbinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
parent: //cloudresourcemanager.googleapis.com/projects/${data.cloudplatform_project.projectId}
tagValueSelector:
matchLabels:
testing.upbound.io/example-name: value
testing.upbound.io/example-name: binding-value

---

Expand All @@ -21,8 +21,8 @@ metadata:
annotations:
meta.upbound.io/example-id: tags/v1beta1/tagbinding
labels:
testing.upbound.io/example-name: key
name: key
testing.upbound.io/example-name: binding-key
name: binding-key
spec:
forProvider:
description: For keyname resources.
Expand All @@ -37,12 +37,12 @@ metadata:
annotations:
meta.upbound.io/example-id: tags/v1beta1/tagbinding
labels:
testing.upbound.io/example-name: value
name: value
testing.upbound.io/example-name: binding-value
name: binding-value
spec:
forProvider:
description: For valuename resources.
parentSelector:
matchLabels:
testing.upbound.io/example-name: key
testing.upbound.io/example-name: binding-key
shortName: valuename
2 changes: 1 addition & 1 deletion examples/tags/v1beta1/tagkey-observe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: tags.gcp.upbound.io/v1beta1
kind: TagKey
metadata:
annotations:
meta.upbound.io/example-id: tags/v1beta1/tagkey
meta.upbound.io/example-id: tags/v1beta1/tagkey-observe
upjet.upbound.io/manual-intervention: "The resource requires a real external name"
crossplane.io/external-name: "tagKeys/281475435132414"
labels:
Expand Down
2 changes: 1 addition & 1 deletion examples/tags/v1beta1/tagvalue-observe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: tags.gcp.upbound.io/v1beta1
kind: TagValue
metadata:
annotations:
meta.upbound.io/example-id: tags/v1beta1/tagvalue
meta.upbound.io/example-id: tags/v1beta1/tagvalue-observe
upjet.upbound.io/manual-intervention: "The resource requires a real external name"
crossplane.io/external-name: "&{tagValueID}"
labels:
Expand Down
6 changes: 3 additions & 3 deletions examples/tags/v1beta1/tagvalue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
description: For valuename resources.
parentSelector:
matchLabels:
testing.upbound.io/example-name: key
testing.upbound.io/example-name: value-key
shortName: valuename

---
Expand All @@ -22,8 +22,8 @@ metadata:
annotations:
meta.upbound.io/example-id: tags/v1beta1/tagvalue
labels:
testing.upbound.io/example-name: key
name: key
testing.upbound.io/example-name: value-key
name: value-key
spec:
forProvider:
description: For keyname resources.
Expand Down

0 comments on commit 494d0cb

Please sign in to comment.