Skip to content

Commit

Permalink
add devbox phase and controller
Browse files Browse the repository at this point in the history
  • Loading branch information
bearslyricattack committed Sep 5, 2024
1 parent dd2ba33 commit 484d5bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ spec:
- jsonPath: .status.network.nodePort
name: NodePort
type: integer
- jsonPath: .status.phase
name: Phase
type: string
name: v1alpha1
schema:
openAPIV3Schema:
Expand Down Expand Up @@ -2762,6 +2765,8 @@ spec:
required:
- type
type: object
phase:
type: string
podPhase:
description: PodPhase is a label for the condition of a pod at the
current time.
Expand Down
5 changes: 5 additions & 0 deletions controllers/devbox/deploy/manifests/deploy.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ spec:
- jsonPath: .status.network.nodePort
name: NodePort
type: integer
- jsonPath: .status.phase
name: Phase
type: string
name: v1alpha1
schema:
openAPIV3Schema:
Expand Down Expand Up @@ -2770,6 +2773,8 @@ spec:
required:
- type
type: object
phase:
type: string
podPhase:
description: PodPhase is a label for the condition of a pod at the
current time.
Expand Down

0 comments on commit 484d5bc

Please sign in to comment.