Serialization of 'IP' should be 'ip'

CamelCase rules are "initialsUpperCase"
This commit is contained in:
Clayton Coleman 2015-05-18 22:56:12 -04:00
parent 964ac90aba
commit 2e8b7f9797

View File

@ -1098,7 +1098,7 @@ type EndpointSubset struct {
type EndpointAddress struct {
// The IP of this endpoint.
// TODO: This should allow hostname or IP, see #4447.
IP string `json:"IP" description:"IP address of the endpoint"`
IP string `json:"ip" description:"IP address of the endpoint"`
// Optional: The kubernetes object related to the entry point.
TargetRef *ObjectReference `json:"targetRef,omitempty" description:"reference to object providing the endpoint"`