Skip to content

Commit

Permalink
feat: CC Scope
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos77 committed Jul 19, 2024
1 parent a2f20fc commit f2733a1
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
27 changes: 27 additions & 0 deletions config/crd/bases/cloud-control.kyma-project.io_scopes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,33 @@ spec:
- project
- vpcNetwork
type: object
openstack:
properties:
domainName:
type: string
network:
properties:
nodes:
type: string
pods:
type: string
services:
type: string
zones:
items:
type: string
type: array
type: object
tenantName:
type: string
vpcNetwork:
type: string
required:
- domainName
- network
- tenantName
- vpcNetwork
type: object
type: object
shootName:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,33 @@ spec:
- project
- vpcNetwork
type: object
openstack:
properties:
domainName:
type: string
network:
properties:
nodes:
type: string
pods:
type: string
services:
type: string
zones:
items:
type: string
type: array
type: object
tenantName:
type: string
vpcNetwork:
type: string
required:
- domainName
- network
- tenantName
- vpcNetwork
type: object
type: object
shootName:
type: string
Expand Down

0 comments on commit f2733a1

Please sign in to comment.