We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6adedc + 5cffcd0 commit 61bafe8Copy full SHA for 61bafe8
pkg/apis/bus/v1alpha1/commands.go
@@ -27,7 +27,7 @@ type Command struct {
27
28
// Human-readable message indicating details of this command.
29
// +optional
30
- Message string `json:"message,omitempty" protobuf:"bytes,4,opt,name=message"`
+ Message string `json:"message,omitempty" protobuf:"bytes,5,opt,name=message"`
31
}
32
33
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
0 commit comments