Skip to content

Commit 61bafe8

Browse files
Merge pull request #168 from 7sunarni/master
Command struct "message" and "reason" both have tag 4
2 parents d6adedc + 5cffcd0 commit 61bafe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/bus/v1alpha1/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type Command struct {
2727

2828
// Human-readable message indicating details of this command.
2929
// +optional
30-
Message string `json:"message,omitempty" protobuf:"bytes,4,opt,name=message"`
30+
Message string `json:"message,omitempty" protobuf:"bytes,5,opt,name=message"`
3131
}
3232

3333
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

0 commit comments

Comments
 (0)