Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

crd naming additional modifications #44

Merged
merged 1 commit into from
Sep 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Documentation/yurt-edgex-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ spec:
name: Service
type: integer
- description: The Ready Service Replica.
jsonPath: .status.servicereadyreplicas
jsonPath: .status.serviceReadyReplicas
name: ReadyService
type: integer
- description: The Deployment Replica.
jsonPath: .status.deploymentreplicas
jsonPath: .status.deploymentReplicas
name: Deployment
type: integer
- description: The Ready Deployment Replica.
jsonPath: .status.deploymentreadyreplicas
jsonPath: .status.deploymentReadyReplicas
name: ReadyDeployment
type: integer
name: v1alpha1
Expand All @@ -64,7 +64,7 @@ spec:
spec:
description: EdgeXSpec defines the desired state of EdgeX
properties:
additinaldeployments:
additinalDeployments:
items:
description: DeploymentTemplateSpec defines the pool template of
Deployment.
Expand Down Expand Up @@ -7893,7 +7893,7 @@ spec:
- spec
type: object
type: array
additinalservices:
additinalServices:
items:
description: DeploymentTemplateSpec defines the pool template of
Deployment.
Expand Down Expand Up @@ -8275,11 +8275,11 @@ spec:
- spec
type: object
type: array
imageregistry:
imageRegistry:
type: string
poolname:
poolName:
type: string
servicetype:
serviceType:
description: Service Type string describes ingress methods for a service
type: string
version:
Expand Down Expand Up @@ -8332,20 +8332,20 @@ spec:
- type
type: object
type: array
deploymentreadyreplicas:
deploymentReadyReplicas:
format: int32
type: integer
deploymentreplicas:
deploymentReplicas:
format: int32
type: integer
initialized:
type: boolean
ready:
type: boolean
servicereadyreplicas:
servicereadyReplicas:
format: int32
type: integer
servicereplicas:
serviceReplicas:
format: int32
type: integer
type: object
Expand Down
18 changes: 9 additions & 9 deletions charts/yurt-edgex-manager/crds/device.openyurt.io_edgexes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
spec:
description: EdgeXSpec defines the desired state of EdgeX
properties:
additinaldeployments:
additionalDeployments:
items:
description: DeploymentTemplateSpec defines the pool template of
Deployment.
Expand Down Expand Up @@ -8380,7 +8380,7 @@ spec:
- spec
type: object
type: array
additinalservices:
additionalServices:
items:
description: DeploymentTemplateSpec defines the pool template of
Deployment.
Expand Down Expand Up @@ -8739,11 +8739,11 @@ spec:
- spec
type: object
type: array
imageregistry:
imageRegistry:
type: string
poolname:
poolName:
type: string
servicetype:
serviceType:
description: Service Type string describes ingress methods for a service
type: string
version:
Expand Down Expand Up @@ -8797,20 +8797,20 @@ spec:
- type
type: object
type: array
deploymentreadyreplicas:
deploymentReadyReplicas:
format: int32
type: integer
deploymentreplicas:
deploymentReplicas:
format: int32
type: integer
initialized:
type: boolean
ready:
type: boolean
servicereadyreplicas:
serviceReadyReplicas:
format: int32
type: integer
servicereplicas:
serviceReplicas:
format: int32
type: integer
type: object
Expand Down
4 changes: 2 additions & 2 deletions config/samples/jakarta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ metadata:
name: edgex-sample-beijing
spec:
version: jakarta
poolname: beijing
imageregistry: ali
poolName: beijing
imageRegistry: ali