Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Aug 6, 2020
1 parent 26fdf1a commit b2fcdb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/githubactionrunner_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type GithubActionRunnerStatus struct {
// GithubActionRunner is the Schema for the githubactionrunners API
// +kubebuilder:subresource:status
// +kubebuilder:resource:path=githubactionrunners,scope=Namespaced
// +kubebuilder:printcolumn:name="currentPoolSize",type=int,JSONPath=`.status.currentSize`
// +kubebuilder:printcolumn:name="currentPoolSize",type=integer,JSONPath=`.status.currentSize`
type GithubActionRunner struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
additionalPrinterColumns:
- JSONPath: .status.currentSize
name: currentPoolSize
type: int
type: integer
group: garo.tietoevry.com
names:
kind: GithubActionRunner
Expand Down

0 comments on commit b2fcdb6

Please sign in to comment.