@@ -1525,6 +1525,11 @@ type ObjectReference struct {
FieldPathstring`json:"fieldPath,omitempty" description:"if referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]"`
}
typeSerializedReferencestruct{
TypeMeta`json:",inline"`
ReferenceObjectReference`json:"reference,omitempty" description:"the reference to an object in the system"`
}
typeEventSourcestruct{
// Component from which the event is generated.
Componentstring`json:"component,omitempty" description:"component that generated the event"`
@@ -1380,6 +1380,11 @@ type ObjectReference struct {
FieldPathstring`json:"fieldPath,omitempty" description:"if referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]"`
}
typeSerializedReferencestruct{
TypeMeta`json:",inline"`
ReferenceObjectReference`json:"reference,omitempty" description:"the reference to an object in the system"`
}
// Event is a report of an event somewhere in the cluster.
// TODO: Decide whether to store these separately or with the object they apply to.
@@ -1413,6 +1413,11 @@ type ObjectReference struct {
FieldPathstring`json:"fieldPath,omitempty" description:"if referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]"`
}
typeSerializedReferencestruct{
TypeMeta`json:",inline"`
ReferenceObjectReference`json:"reference,omitempty" description:"the reference to an object in the system"`
}
// Event is a report of an event somewhere in the cluster.
// TODO: Decide whether to store these separately or with the object they apply to.
@@ -1525,6 +1525,11 @@ type ObjectReference struct {
FieldPathstring`json:"fieldPath,omitempty" description:"if referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]"`
}
typeSerializedReferencestruct{
TypeMeta`json:",inline"`
ReferenceObjectReference`json:"reference,omitempty" description:"the reference to an object in the system"`
}
typeEventSourcestruct{
// Component from which the event is generated.
Componentstring`json:"component,omitempty" description:"component that generated the event"`