Skip to content

Commit

Permalink
capd: Make ready an optional field
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <[email protected]>
  • Loading branch information
chuckha committed Mar 6, 2020
1 parent b67cdd8 commit 438708b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ type DockerMachineSpec struct {
// DockerMachineStatus defines the observed state of DockerMachine
type DockerMachineStatus struct {
// Ready denotes that the machine (docker container) is ready
// +optional
Ready bool `json:"ready"`

// LoadBalancerConfigured denotes that the machine has been
// added to the load balancer
// +optional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ spec:
description: Ready denotes that the machine (docker container) is
ready
type: boolean
required:
- ready
type: object
type: object
served: true
Expand Down

0 comments on commit 438708b

Please sign in to comment.