@kubevirt-ui/kubevirt-api
Preparing search index...
kubernetes/models
IoK8sApimachineryPkgApisMetaV1WatchEvent
Interface IoK8sApimachineryPkgApisMetaV1WatchEvent
Event represents a single event to a watched resource.
interface
IoK8sApimachineryPkgApisMetaV1WatchEvent
{
object
:
object
;
type
:
string
;
}
Index
Properties
object
type
Properties
object
object
:
object
Object is:
If Type is Added or Modified: the new state of the object.
If Type is Deleted: the state of the object immediately before deletion.
If Type is Error: *Status is recommended; other types may make sense depending on context.
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
object
type
@kubevirt-ui/kubevirt-api
Loading...
Event represents a single event to a watched resource.