Skip to content

Commit

Permalink
Removed MIN field for scaledjob. (#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham82 committed Feb 2, 2021
1 parent 5072006 commit bf8d822
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
### Improvements

- Add `KEDA_HTTP_DEFAULT_TIMEOUT` support in operator ([#1548](https://github.com/kedacore/keda/issues/1548))
- Removed `MIN field` for scaledjob.([#1553](https://github.com/kedacore/keda/pull/1553))

### Breaking Changes

Expand Down
1 change: 0 additions & 1 deletion api/v1alpha1/scaledjob_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
// +kubebuilder:object:root=true
// +kubebuilder:subresource:status
// +kubebuilder:resource:path=scaledjobs,scope=Namespaced,shortName=sj
// +kubebuilder:printcolumn:name="Min",type="integer",JSONPath=".spec.minReplicaCount"
// +kubebuilder:printcolumn:name="Max",type="integer",JSONPath=".spec.maxReplicaCount"
// +kubebuilder:printcolumn:name="Triggers",type="string",JSONPath=".spec.triggers[*].type"
// +kubebuilder:printcolumn:name="Authentication",type="string",JSONPath=".spec.triggers[*].authenticationRef.name"
Expand Down
3 changes: 0 additions & 3 deletions config/crd/bases/keda.sh_scaledjobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .spec.minReplicaCount
name: Min
type: integer
- jsonPath: .spec.maxReplicaCount
name: Max
type: integer
Expand Down

0 comments on commit bf8d822

Please sign in to comment.