Skip to content

Commit

Permalink
chore: fix indent of controller CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
eliecharra committed Jan 29, 2024
1 parent 02d8bb4 commit 7c50625
Show file tree
Hide file tree
Showing 2 changed files with 3,580 additions and 3,580 deletions.
78 changes: 39 additions & 39 deletions spacelift-workerpool-controller/crds/worker-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,42 +13,42 @@ spec:
singular: worker
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .metadata.annotations.workers\.spacelift\.io/workerpool-name
name: Pool
type: string
- jsonPath: .status.registered
name: Registered
type: boolean
- jsonPath: .status.state
name: Status
type: string
- jsonPath: .status.currentRunID
name: Run ID
type: string
name: v1beta1
schema:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
type: object
status:
properties:
currentRunID:
type: string
registered:
type: boolean
state:
type: string
type: object
type: object
served: true
storage: true
subresources:
status: {}
- additionalPrinterColumns:
- jsonPath: .metadata.annotations.workers\.spacelift\.io/workerpool-name
name: Pool
type: string
- jsonPath: .status.registered
name: Registered
type: boolean
- jsonPath: .status.state
name: Status
type: string
- jsonPath: .status.currentRunID
name: Run ID
type: string
name: v1beta1
schema:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
type: object
status:
properties:
currentRunID:
type: string
registered:
type: boolean
state:
type: string
type: object
type: object
served: true
storage: true
subresources:
status: {}
Loading

0 comments on commit 7c50625

Please sign in to comment.