@@ -1527,6 +1527,11 @@ type ObjectReference struct {
...
@@ -1527,6 +1527,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]"`
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{
typeEventSourcestruct{
// Component from which the event is generated.
// Component from which the event is generated.
Componentstring`json:"component,omitempty" description:"component that generated the event"`
Componentstring`json:"component,omitempty" description:"component that generated the event"`
@@ -1382,6 +1382,11 @@ type ObjectReference struct {
...
@@ -1382,6 +1382,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]"`
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.
// 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.
// TODO: Decide whether to store these separately or with the object they apply to.
@@ -1415,6 +1415,11 @@ type ObjectReference struct {
...
@@ -1415,6 +1415,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]"`
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.
// 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.
// TODO: Decide whether to store these separately or with the object they apply to.
@@ -1527,6 +1527,11 @@ type ObjectReference struct {
...
@@ -1527,6 +1527,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]"`
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{
typeEventSourcestruct{
// Component from which the event is generated.
// Component from which the event is generated.
Componentstring`json:"component,omitempty" description:"component that generated the event"`
Componentstring`json:"component,omitempty" description:"component that generated the event"`