Skip to content

Commit

Permalink
Disable import for Stage.apigateway and MethodSettings.apigateway res…
Browse files Browse the repository at this point in the history
…ources

Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf authored and ulucinar committed Jun 12, 2024
1 parent 2779312 commit db9a7ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/apigateway/v1beta2/methodsettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ kind: MethodSettings
metadata:
annotations:
meta.upbound.io/example-id: apigateway/v1beta2/methodsettings
uptest.upbound.io/disable-import: "true"
labels:
testing.upbound.io/example-name: example-methodsettings
name: example-methodsettings-all
Expand All @@ -28,6 +29,7 @@ kind: Stage
metadata:
annotations:
meta.upbound.io/example-id: apigateway/v1beta2/methodsettings
uptest.upbound.io/disable-import: "true"
labels:
testing.upbound.io/example-name: example-methodsettings
name: example-methodsettings-stage
Expand Down
1 change: 1 addition & 0 deletions examples/apigateway/v1beta2/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ kind: Stage
metadata:
annotations:
meta.upbound.io/example-id: apigateway/v1beta2/stage
uptest.upbound.io/disable-import: "true"
labels:
testing.upbound.io/example-name: stage
name: example-stage
Expand Down
2 changes: 2 additions & 0 deletions examples/apigateway/v1beta2/usageplan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ kind: Stage
metadata:
annotations:
meta.upbound.io/example-id: apigateway/v1beta2/usageplan
uptest.upbound.io/disable-import: "true"
labels:
testing.upbound.io/example-name: stage
name: development
Expand All @@ -109,6 +110,7 @@ kind: Stage
metadata:
annotations:
meta.upbound.io/example-id: apigateway/v1beta2/usageplan
uptest.upbound.io/disable-import: "true"
labels:
testing.upbound.io/example-name: stage
name: production
Expand Down

0 comments on commit db9a7ce

Please sign in to comment.