Merge pull request #13778 from smarterclayton/unready_endpoints

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-09-17 11:36:17 -07:00
17 changed files with 445 additions and 98 deletions

View File

@@ -1317,8 +1317,9 @@ type Endpoints struct {
// a: [ 10.10.1.1:8675, 10.10.2.2:8675 ],
// b: [ 10.10.1.1:309, 10.10.2.2:309 ]
type EndpointSubset struct {
Addresses []EndpointAddress
Ports []EndpointPort
Addresses []EndpointAddress
NotReadyAddresses []EndpointAddress
Ports []EndpointPort
}
// EndpointAddress is a tuple that describes single IP address.