Skip to content

Commit

Permalink
feat(apigee): add envgroupattachment
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
  • Loading branch information
haarchri committed Jul 22, 2024
1 parent 17578d2 commit b76d9b5
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions examples/apigee/v1beta1/envgroupattachment.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: CC0-1.0

apiVersion: apigee.gcp.upbound.io/v1beta1
kind: EnvgroupAttachment
apiVersion: apigee.gcp.upbound.io/v1beta2
kind: Organization
metadata:
annotations:
meta.upbound.io/example-id: apigee/v1beta1/envgroupattachment
Expand All @@ -13,66 +9,69 @@ metadata:
name: env-grp-attachment
spec:
forProvider:
envgroupIdSelector:
matchLabels:
testing.upbound.io/example-name: env-grp-attachment
environmentSelector:
analyticsRegion: us-central1
authorizedNetworkSelector:
matchLabels:
testing.upbound.io/example-name: env-grp-attachment
projectId: ${project.project_id}

---

apiVersion: apigee.gcp.upbound.io/v1beta1
kind: Envgroup
kind: EnvgroupAttachment
metadata:
annotations:
meta.upbound.io/example-id: apigee/v1beta1/envgroupattachment
upjet.upbound.io/manual-intervention: "This resource was skipped because the parent resource was skipped"
labels:
testing.upbound.io/example-name: env-grp-attachment
name: env-grp-attachment
spec:
forProvider:
hostnames:
- abc.foo.com
orgIdSelector:
envgroupIdSelector:
matchLabels:
testing.upbound.io/example-name: env-grp-attachment
environmentSelector:
matchLabels:
testing.upbound.io/example-name: env-grp-attachment

---

apiVersion: apigee.gcp.upbound.io/v1beta2
kind: Environment
apiVersion: apigee.gcp.upbound.io/v1beta1
kind: Envgroup
metadata:
annotations:
meta.upbound.io/example-id: apigee/v1beta1/envgroupattachment
upjet.upbound.io/manual-intervention: "This resource was skipped because the parent resource was skipped"
labels:
testing.upbound.io/example-name: env-grp-attachment
name: env-grp-attachment
spec:
forProvider:
description: Apigee Environment
displayName: my-environment
hostnames:
- abc.foo.com
orgIdSelector:
matchLabels:
testing.upbound.io/example-name: env-grp-attachment

---

apiVersion: apigee.gcp.upbound.io/v1beta2
kind: Organization
kind: Environment
metadata:
annotations:
meta.upbound.io/example-id: apigee/v1beta1/envgroupattachment
upjet.upbound.io/manual-intervention: "This resource was skipped because the parent resource was skipped"
labels:
testing.upbound.io/example-name: env-grp-attachment
name: env-grp-attachment
spec:
forProvider:
analyticsRegion: us-central1
authorizedNetworkSelector:
description: Apigee Environment
displayName: my-environment
orgIdSelector:
matchLabels:
testing.upbound.io/example-name: env-grp-attachment
projectId: ${project.project_id}

---

Expand All @@ -81,6 +80,7 @@ kind: GlobalAddress
metadata:
annotations:
meta.upbound.io/example-id: apigee/v1beta1/envgroupattachment
upjet.upbound.io/manual-intervention: "This resource was skipped because the parent resource was skipped"
labels:
testing.upbound.io/example-name: env-grp-attachment
name: env-grp-attachment
Expand All @@ -101,6 +101,7 @@ kind: Network
metadata:
annotations:
meta.upbound.io/example-id: apigee/v1beta1/envgroupattachment
upjet.upbound.io/manual-intervention: "This resource was skipped because the parent resource was skipped"
labels:
testing.upbound.io/example-name: env-grp-attachment
name: env-grp-attachment
Expand All @@ -115,6 +116,7 @@ kind: Connection
metadata:
annotations:
meta.upbound.io/example-id: apigee/v1beta1/envgroupattachment
upjet.upbound.io/manual-intervention: "This resource was skipped because the parent resource was skipped"
labels:
testing.upbound.io/example-name: env-grp-attachment
name: env-grp-attachment
Expand Down

0 comments on commit b76d9b5

Please sign in to comment.