"":"A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.",
"":"A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.",
"nodeSelectorTerms":"Required. A list of node selector terms. The terms are ORed.",
"nodeSelectorTerms":"Required. A list of node selector terms. The terms are ORed.",
// Port here has to be kept in sync with default kubelet port.
// Port here has to be kept in sync with default kubelet port.
It("should proxy logs on node with explicit kubelet port [Conformance]",func(){nodeProxyTest(f,version,":10250/logs/")})
It("should proxy logs on node with explicit kubelet port [Conformance]",func(){nodeProxyTest(f,prefix+"/proxy/nodes/",":10250/logs/")})
It("should proxy logs on node [Conformance]",func(){nodeProxyTest(f,prefix+"/proxy/nodes/","/logs/")})
It("should proxy to cadvisor [Conformance]",func(){nodeProxyTest(f,prefix+"/proxy/nodes/",":4194/containers/")})
It("should proxy logs on node [Conformance]",func(){nodeProxyTest(f,version,"/logs/")})
It("should proxy logs on node with explicit kubelet port using proxy subresource [Conformance]",func(){nodeProxyTest(f,prefix+"/nodes/",":10250/proxy/logs/")})
It("should proxy logs on node using proxy subresource [Conformance]",func(){nodeProxyTest(f,prefix+"/nodes/","/proxy/logs/")})
It("should proxy to cadvisor [Conformance]",func(){nodeProxyTest(f,version,":4194/containers/")})
It("should proxy to cadvisor using proxy subresource [Conformance]",func(){nodeProxyTest(f,prefix+"/nodes/",":4194/proxy/containers/")})
It("should proxy through a service and a pod [Conformance]",func(){
It("should proxy through a service and a pod [Conformance]",func(){
returnfalse,fmt.Errorf("pod with UID %s is no longer a member of the replica set. Must have been restarted for some reason. Current replica set: %v",pod.UID,currentPods)
returnfalse,fmt.Errorf("pod with UID %s is no longer a member of the replica set. Must have been restarted for some reason. Current replica set: %v",pod.UID,currentPods)