Skip to content

Commit

Permalink
Merge pull request #2575 from chuckha/ready-optional
Browse files Browse the repository at this point in the history
🏃 capd: Make ready an optional field
  • Loading branch information
k8s-ci-robot authored Mar 6, 2020
2 parents 16df551 + 438708b commit cf1b3e3
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 cf1b3e3

Please sign in to comment.