diff --git a/client/cluster/v3/zz_generated_public_endpoint.go b/client/cluster/v3/zz_generated_public_endpoint.go index 74a63890..6802ba9d 100644 --- a/client/cluster/v3/zz_generated_public_endpoint.go +++ b/client/cluster/v3/zz_generated_public_endpoint.go @@ -1,20 +1,20 @@ package client const ( - PublicEndpointType = "publicEndpoint" - PublicEndpointFieldAddress = "address" - PublicEndpointFieldNodeName = "node" - PublicEndpointFieldPodName = "pod" - PublicEndpointFieldPort = "port" - PublicEndpointFieldProtocol = "protocol" - PublicEndpointFieldServiceName = "service" + PublicEndpointType = "publicEndpoint" + PublicEndpointFieldAddress = "address" + PublicEndpointFieldNodeId = "nodeId" + PublicEndpointFieldPodId = "podId" + PublicEndpointFieldPort = "port" + PublicEndpointFieldProtocol = "protocol" + PublicEndpointFieldServiceId = "serviceId" ) type PublicEndpoint struct { - Address string `json:"address,omitempty"` - NodeName string `json:"node,omitempty"` - PodName string `json:"pod,omitempty"` - Port *int64 `json:"port,omitempty"` - Protocol string `json:"protocol,omitempty"` - ServiceName string `json:"service,omitempty"` + Address string `json:"address,omitempty"` + NodeId string `json:"nodeId,omitempty"` + PodId string `json:"podId,omitempty"` + Port *int64 `json:"port,omitempty"` + Protocol string `json:"protocol,omitempty"` + ServiceId string `json:"serviceId,omitempty"` } diff --git a/client/management/v3/zz_generated_public_endpoint.go b/client/management/v3/zz_generated_public_endpoint.go index 74a63890..6802ba9d 100644 --- a/client/management/v3/zz_generated_public_endpoint.go +++ b/client/management/v3/zz_generated_public_endpoint.go @@ -1,20 +1,20 @@ package client const ( - PublicEndpointType = "publicEndpoint" - PublicEndpointFieldAddress = "address" - PublicEndpointFieldNodeName = "node" - PublicEndpointFieldPodName = "pod" - PublicEndpointFieldPort = "port" - PublicEndpointFieldProtocol = "protocol" - PublicEndpointFieldServiceName = "service" + PublicEndpointType = "publicEndpoint" + PublicEndpointFieldAddress = "address" + PublicEndpointFieldNodeId = "nodeId" + PublicEndpointFieldPodId = "podId" + PublicEndpointFieldPort = "port" + PublicEndpointFieldProtocol = "protocol" + PublicEndpointFieldServiceId = "serviceId" ) type PublicEndpoint struct { - Address string `json:"address,omitempty"` - NodeName string `json:"node,omitempty"` - PodName string `json:"pod,omitempty"` - Port *int64 `json:"port,omitempty"` - Protocol string `json:"protocol,omitempty"` - ServiceName string `json:"service,omitempty"` + Address string `json:"address,omitempty"` + NodeId string `json:"nodeId,omitempty"` + PodId string `json:"podId,omitempty"` + Port *int64 `json:"port,omitempty"` + Protocol string `json:"protocol,omitempty"` + ServiceId string `json:"serviceId,omitempty"` } diff --git a/client/project/v3/zz_generated_public_endpoint.go b/client/project/v3/zz_generated_public_endpoint.go index 74a63890..6802ba9d 100644 --- a/client/project/v3/zz_generated_public_endpoint.go +++ b/client/project/v3/zz_generated_public_endpoint.go @@ -1,20 +1,20 @@ package client const ( - PublicEndpointType = "publicEndpoint" - PublicEndpointFieldAddress = "address" - PublicEndpointFieldNodeName = "node" - PublicEndpointFieldPodName = "pod" - PublicEndpointFieldPort = "port" - PublicEndpointFieldProtocol = "protocol" - PublicEndpointFieldServiceName = "service" + PublicEndpointType = "publicEndpoint" + PublicEndpointFieldAddress = "address" + PublicEndpointFieldNodeId = "nodeId" + PublicEndpointFieldPodId = "podId" + PublicEndpointFieldPort = "port" + PublicEndpointFieldProtocol = "protocol" + PublicEndpointFieldServiceId = "serviceId" ) type PublicEndpoint struct { - Address string `json:"address,omitempty"` - NodeName string `json:"node,omitempty"` - PodName string `json:"pod,omitempty"` - Port *int64 `json:"port,omitempty"` - Protocol string `json:"protocol,omitempty"` - ServiceName string `json:"service,omitempty"` + Address string `json:"address,omitempty"` + NodeId string `json:"nodeId,omitempty"` + PodId string `json:"podId,omitempty"` + Port *int64 `json:"port,omitempty"` + Protocol string `json:"protocol,omitempty"` + ServiceId string `json:"serviceId,omitempty"` }