We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1345ce3 commit 47b0626Copy full SHA for 47b0626
1 file changed
apis/example.fabrica.dev/v1/device_types.go
@@ -40,12 +40,6 @@ type DeviceSpec struct {
40
41
// DeviceStatus defines the observed state of Device
42
type DeviceStatus struct {
43
- Phase string `json:"phase,omitempty"`
44
- Message string `json:"message,omitempty"`
45
- Ready bool `json:"ready"`
46
-
47
- // ChildrenDeviceIds is a read-only list of devices contained within this one.
48
- ChildrenDeviceIds []string `json:"childrenDeviceIds,omitempty"`
49
}
50
51
// Validate implements custom validation logic for Device
0 commit comments