print numberOfInstances as Pods
This commit is contained in:
		
							parent
							
								
									25feb4053e
								
							
						
					
					
						commit
						d590b1cbe3
					
				|  | @ -27,9 +27,9 @@ spec: | |||
|     type: string | ||||
|     description: PostgreSQL version | ||||
|     JSONPath: .spec.postgresql.version | ||||
|   - name: Instances | ||||
|   - name: Pods | ||||
|     type: integer | ||||
|     description: Number of instances per Postgres cluster | ||||
|     description: Number of Pods per Postgres cluster | ||||
|     JSONPath: .spec.numberOfInstances | ||||
|   - name: Volume | ||||
|     type: string | ||||
|  |  | |||
|  | @ -34,9 +34,9 @@ var PostgresCRDResourceColumns = []apiextv1beta1.CustomResourceColumnDefinition{ | |||
| 		JSONPath:    ".spec.postgresql.version", | ||||
| 	}, | ||||
| 	apiextv1beta1.CustomResourceColumnDefinition{ | ||||
| 		Name:        "Instances", | ||||
| 		Name:        "Pods", | ||||
| 		Type:        "integer", | ||||
| 		Description: "Number of instances per Postgres cluster", | ||||
| 		Description: "Number of Pods per Postgres cluster", | ||||
| 		JSONPath:    ".spec.numberOfInstances", | ||||
| 	}, | ||||
| 	apiextv1beta1.CustomResourceColumnDefinition{ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue