You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -128,6 +128,10 @@ FileWatchStatus defines the observed state of FileWatch
128
128
129
129
The reason this status was updated.
130
130
131
+
-**disableStatus.state** (string), required
132
+
133
+
Whether this is currently disabled (if known)
134
+
131
135
-**error** (string)
132
136
133
137
Error is set if there is a problem with the filesystem watch. If non-empty, consumers should assume that no filesystem events will be seen and that the file watcher is in a failed state.
Copy file name to clipboardExpand all lines: docs/core/session-v1alpha1.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ SessionStatus defines the observed state of Session
108
108
<aname="TargetState"></a>
109
109
*TargetState describes the current execution status for a target.
110
110
111
-
Either EXACTLY one of Waiting, Active, or Terminated will be populated or NONE of them will be. In the event that all states are null, the target is currently inactive or disabled and should not be expected to execute.*
111
+
Either EXACTLY one of Waiting, Active, Disabled, or Terminated will be populated or NONE of them will be. In the event that all states are null, the target is currently inactive or disabled and should not be expected to execute.*
112
112
113
113
-**targets.state.active** (TargetStateActive)
114
114
@@ -130,6 +130,13 @@ SessionStatus defines the observed state of Session
130
130
<aname="MicroTime"></a>
131
131
*MicroTime is version of Time with microsecond level precision.*
132
132
133
+
-**targets.state.disabled** (TargetStateDisabled)
134
+
135
+
Disabled being non-nil indicates that the target is disabled.
136
+
137
+
<aname="TargetStateDisabled"></a>
138
+
*TargetStateDisabled is a target that has been disabled.*
"description": "TargetState describes the current execution status for a target.\n\nEither EXACTLY one of Waiting, Active, or Terminated will be populated or NONE of them will be. In the event that all states are null, the target is currently inactive or disabled and should not be expected to execute.",
22331
+
"description": "TargetState describes the current execution status for a target.\n\nEither EXACTLY one of Waiting, Active, Disabled, or Terminated will be populated or NONE of them will be. In the event that all states are null, the target is currently inactive or disabled and should not be expected to execute.",
22303
22332
"type": "object",
22304
22333
"properties": {
22305
22334
"active": {
22306
22335
"description": "Active being non-nil indicates that the target is currently executing.",
0 commit comments