From 494d0cbc805a07a7d0ba7d016993aded01a9f3e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Lev=C3=A9e?= Date: Fri, 8 Nov 2024 14:30:34 +0100 Subject: [PATCH] chore(examples): rename tag examples --- examples/tags/v1beta1/tagbinding-observe.yaml | 4 ++-- examples/tags/v1beta1/tagbinding.yaml | 12 ++++++------ examples/tags/v1beta1/tagkey-observe.yaml | 2 +- examples/tags/v1beta1/tagvalue-observe.yaml | 2 +- examples/tags/v1beta1/tagvalue.yaml | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/examples/tags/v1beta1/tagbinding-observe.yaml b/examples/tags/v1beta1/tagbinding-observe.yaml index 11c2e0961..981d584cf 100644 --- a/examples/tags/v1beta1/tagbinding-observe.yaml +++ b/examples/tags/v1beta1/tagbinding-observe.yaml @@ -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"] diff --git a/examples/tags/v1beta1/tagbinding.yaml b/examples/tags/v1beta1/tagbinding.yaml index fd316bddd..91cc5f535 100644 --- a/examples/tags/v1beta1/tagbinding.yaml +++ b/examples/tags/v1beta1/tagbinding.yaml @@ -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 --- @@ -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. @@ -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 diff --git a/examples/tags/v1beta1/tagkey-observe.yaml b/examples/tags/v1beta1/tagkey-observe.yaml index 2b93565bf..56e4e1e7e 100644 --- a/examples/tags/v1beta1/tagkey-observe.yaml +++ b/examples/tags/v1beta1/tagkey-observe.yaml @@ -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: diff --git a/examples/tags/v1beta1/tagvalue-observe.yaml b/examples/tags/v1beta1/tagvalue-observe.yaml index 22ca541e0..aa3269ebf 100644 --- a/examples/tags/v1beta1/tagvalue-observe.yaml +++ b/examples/tags/v1beta1/tagvalue-observe.yaml @@ -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: diff --git a/examples/tags/v1beta1/tagvalue.yaml b/examples/tags/v1beta1/tagvalue.yaml index cd604ee78..68407b7fc 100644 --- a/examples/tags/v1beta1/tagvalue.yaml +++ b/examples/tags/v1beta1/tagvalue.yaml @@ -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 --- @@ -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.