Merge pull request #320 from bvwells/json-tag

Fix JSON tag on virtual node condition
This commit is contained in:
Stefan Prodan
2019-10-03 11:07:05 +03:00
committed by GitHub
+1 -1
View File
@@ -302,7 +302,7 @@ type VirtualNodeCondition struct {
Reason *string `json:"reason,omitempty"`
// A human readable message indicating details about the transition.
// +optional
Message *string `json:"reason,omitempty"`
Message *string `json:"message,omitempty"`
}
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object