Skip to content

Commit

Permalink
Update golden tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zugao committed Nov 11, 2022
1 parent 71f1a0b commit bb2386d
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations: {}
labels:
rbac.authorization.k8s.io/aggregate-to-view: 'true'
name: appcat:composite:exoscalemysqls.appcat.vshn.io:claim-view
name: appcat:composite:xexoscalemysqls.appcat.vshn.io:claim-view
rules:
- apiGroups:
- appcat.vshn.io
Expand All @@ -24,7 +24,7 @@ metadata:
labels:
rbac.authorization.k8s.io/aggregate-to-admin: 'true'
rbac.authorization.k8s.io/aggregate-to-edit: 'true'
name: appcat:composite:exoscalemysqls.appcat.vshn.io:claim-edit
name: appcat:composite:xexoscalemysqls.appcat.vshn.io:claim-edit
rules:
- apiGroups:
- appcat.vshn.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: '10'
labels:
name: exoscalemysqls.appcat.vshn.io
name: exoscalemysqls.appcat.vshn.io
name: xexoscalemysqls.appcat.vshn.io
name: xexoscalemysqls.appcat.vshn.io
spec:
claimNames:
kind: ExoscaleMySQL
Expand All @@ -27,10 +27,10 @@ spec:
plural: xexoscalemysqls
versions:
- additionalPrinterColumns:
- jsonPath: .status.parameters.size.plan
- jsonPath: .spec.parameters.size.plan
name: Plan
type: string
- jsonPath: .spec.parameters.zone
- jsonPath: .spec.parameters.service.zone
name: Zone
type: string
name: v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations: {}
labels:
rbac.authorization.k8s.io/aggregate-to-view: 'true'
name: appcat:composite:exoscalepostgresqls.appcat.vshn.io:claim-view
name: appcat:composite:xexoscalepostgresqls.appcat.vshn.io:claim-view
rules:
- apiGroups:
- appcat.vshn.io
Expand All @@ -24,7 +24,7 @@ metadata:
labels:
rbac.authorization.k8s.io/aggregate-to-admin: 'true'
rbac.authorization.k8s.io/aggregate-to-edit: 'true'
name: appcat:composite:exoscalepostgresqls.appcat.vshn.io:claim-edit
name: appcat:composite:xexoscalepostgresqls.appcat.vshn.io:claim-edit
rules:
- apiGroups:
- appcat.vshn.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: '10'
labels:
name: exoscalepostgresqls.appcat.vshn.io
name: exoscalepostgresqls.appcat.vshn.io
name: xexoscalepostgresqls.appcat.vshn.io
name: xexoscalepostgresqls.appcat.vshn.io
spec:
claimNames:
kind: ExoscalePostgreSQL
Expand All @@ -27,10 +27,10 @@ spec:
plural: xexoscalepostgresqls
versions:
- additionalPrinterColumns:
- jsonPath: .status.parameters.size.plan
- jsonPath: .spec.parameters.size.plan
name: Plan
type: string
- jsonPath: .spec.parameters.zone
- jsonPath: .spec.parameters.service.zone
name: Zone
type: string
name: v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations: {}
labels:
rbac.authorization.k8s.io/aggregate-to-view: 'true'
name: appcat:composite:exoscaleredis.appcat.vshn.io:claim-view
name: appcat:composite:xexoscaleredis.appcat.vshn.io:claim-view
rules:
- apiGroups:
- appcat.vshn.io
Expand All @@ -24,7 +24,7 @@ metadata:
labels:
rbac.authorization.k8s.io/aggregate-to-admin: 'true'
rbac.authorization.k8s.io/aggregate-to-edit: 'true'
name: appcat:composite:exoscaleredis.appcat.vshn.io:claim-edit
name: appcat:composite:xexoscaleredis.appcat.vshn.io:claim-edit
rules:
- apiGroups:
- appcat.vshn.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: '10'
labels:
name: exoscaleredis.appcat.vshn.io
name: exoscaleredis.appcat.vshn.io
name: xexoscaleredis.appcat.vshn.io
name: xexoscaleredis.appcat.vshn.io
spec:
claimNames:
kind: ExoscaleRedis
Expand All @@ -26,10 +26,10 @@ spec:
plural: xexoscaleredis
versions:
- additionalPrinterColumns:
- jsonPath: .status.parameters.size.plan
- jsonPath: .spec.parameters.size.plan
name: Plan
type: string
- jsonPath: .spec.parameters.zone
- jsonPath: .spec.parameters.service.zone
name: Zone
type: string
name: v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
compositeTypeRef:
apiVersion: appcat.vshn.io/v1
kind: XMySQL
kind: XExoscaleMySQL
patchSets:
- name: annotations
patches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
compositeTypeRef:
apiVersion: appcat.vshn.io/v1
kind: XPostgreSQL
kind: XExoscalePostgreSQL
patchSets:
- name: annotations
patches:
Expand Down

0 comments on commit bb2386d

Please sign in to comment.