Description:"Event represents a single event to a watched resource.",
Properties:map[string]spec.Schema{
"type":{
SchemaProps:spec.SchemaProps{
Type:[]string{"string"},
Format:"",
},
},
"object":{
SchemaProps:spec.SchemaProps{
Description:"Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n depending on context.",
@@ -2972,6 +2996,30 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
},
Dependencies:[]string{},
},
"v1.InternalEvent":{
Schema:spec.Schema{
SchemaProps:spec.SchemaProps{
Description:"InternalEvent makes watch.Event versioned",
Properties:map[string]spec.Schema{
"Type":{
SchemaProps:spec.SchemaProps{
Type:[]string{"string"},
Format:"",
},
},
"Object":{
SchemaProps:spec.SchemaProps{
Description:"Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *api.Status is recommended; other types may make sense\n depending on context.",
@@ -15065,28 +15113,4 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
},
Dependencies:[]string{},
},
"versioned.Event":{
Schema:spec.Schema{
SchemaProps:spec.SchemaProps{
Description:"Event represents a single event to a watched resource.",
Properties:map[string]spec.Schema{
"type":{
SchemaProps:spec.SchemaProps{
Type:[]string{"string"},
Format:"",
},
},
"object":{
SchemaProps:spec.SchemaProps{
Description:"Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *api.Status is recommended; other types may make sense\n depending on context.",