Skip to content

Commit 47b0626

Browse files
committed
Remove unused fields
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
1 parent 1345ce3 commit 47b0626

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

apis/example.fabrica.dev/v1/device_types.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ type DeviceSpec struct {
4040

4141
// DeviceStatus defines the observed state of Device
4242
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"`
4943
}
5044

5145
// Validate implements custom validation logic for Device

0 commit comments

Comments
 (0)