| 77 | } |
| 78 | |
| 79 | type DeploymentEndpointPatch struct { |
| 80 | state protoimpl.MessageState |
| 81 | sizeCache protoimpl.SizeCache |
| 82 | unknownFields protoimpl.UnknownFields |
| 83 | |
| 84 | Service *ServiceInfo `protobuf:"bytes,1,opt,name=Service,proto3" json:"Service,omitempty"` |
| 85 | Endpoints []*EndpointInfo `protobuf:"bytes,2,rep,name=Endpoints,proto3" json:"Endpoints,omitempty"` |
| 86 | } |
| 87 | |
| 88 | func (x *DeploymentEndpointPatch) Reset() { |
| 89 | *x = DeploymentEndpointPatch{} |
nothing calls this directly
no outgoing calls
no test coverage detected