k3s/pkg
Kubernetes Submit Queue 1b0bc9421f Merge pull request #30301 from girishkalele/endpoint_hostnames
Automatic merge from submit-queue

Add NodeName to EndpointAddress object

Adding a new string type `nodeName` to api.EndpointAddress.
We could also do  *ObjectReference to the api.Node object instead, which would be more precise for the future.

```
type ObjectReference struct {
    Kind            string    `json:"kind,omitempty"`
    Namespace       string    `json:"namespace,omitempty"`
    Name            string    `json:"name,omitempty"`
    UID             types.UID `json:"uid,omitempty"`
    APIVersion      string    `json:"apiVersion,omitempty"`
    ResourceVersion string    `json:"resourceVersion,omitempty"`

    // Optional. If referring to a piece of an object instead of an entire object, this string
    // should contain information to identify the sub-object. For example, if the object
    // reference is to a container within a pod, this would take on a value like:
    // "spec.containers{name}" (where "name" refers to the name of the container that triggered
    // the event) or if no container name is specified "spec.containers[2]" (container with
    // index 2 in this pod). This syntax is chosen only to have some well-defined way of
    // referencing a part of an object.
    // TODO: this design is not final and this field is subject to change in the future.
    FieldPath string `json:"fieldPath,omitempty"`
}
```
2016-08-16 13:11:10 -07:00
..
admission Fix usage of shared informer in namespace admission controllers 2016-08-01 13:40:34 -04:00
api Merge pull request #30301 from girishkalele/endpoint_hostnames 2016-08-16 13:11:10 -07:00
apimachinery Merge pull request #28431 from brendandburns/thirdparty2 2016-07-22 09:41:58 -07:00
apis Merge pull request #27874 from ingvagabund/kubelet-kernel-tunning-behaviour-new-flags 2016-08-12 14:11:26 -07:00
apiserver implement restful for InstallLogsSupport 2016-08-16 09:09:02 +08:00
auth
capabilities
client Merge pull request #29802 from jfrazelle/fix-go-vet-errors 2016-08-15 13:10:08 -07:00
cloudprovider Enable managing public IP’s and work with projects 2016-08-13 10:23:17 +02:00
controller Merge pull request #30301 from girishkalele/endpoint_hostnames 2016-08-16 13:11:10 -07:00
conversion
credentialprovider Merge pull request #28539 from derekwaynecarr/credential_provider_timeout 2016-07-22 18:01:41 -07:00
dns Merge pull request #29230 from luxas/goimport 2016-08-05 16:22:01 -07:00
fieldpath
fields add RequiresExactMatch test for empty andterm 2016-08-12 11:51:52 -07:00
genericapiserver implement restful for InstallLogsSupport 2016-08-16 09:09:02 +08:00
healthz
httplog
hyperkube
kubectl add a certificate signing request resource printer in kubectl 2016-08-15 09:57:17 -07:00
kubelet Merge pull request #30118 from timstclair/aa-hookup 2016-08-15 22:32:58 -07:00
kubemark
labels Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
master Merge pull request #29802 from jfrazelle/fix-go-vet-errors 2016-08-15 13:10:08 -07:00
metrics
probe Merge pull request #27562 from 7ing/ipt 2016-08-02 08:02:32 -07:00
proxy kube-proxy: Propagate hostname to iptables proxier 2016-08-09 10:05:29 -07:00
quota Quota admission errors if usage is negative 2016-08-11 11:26:59 -04:00
registry Merge pull request #30251 from hongchaodeng/r2 2016-08-13 10:09:49 -07:00
runtime fix register.go files up + add test import 2016-08-11 17:06:54 -07:00
security Add AppArmor E2E test 2016-08-15 13:25:22 -07:00
securitycontext Remove pod mutation for PVs with supplemental GIDs 2016-07-22 17:41:44 -04:00
serviceaccount
ssh
storage pkg/storage: remove unused Config 2016-08-15 14:20:38 -07:00
types
ui
util Merge pull request #26510 from AdoHe/patch_test 2016-08-15 20:38:22 -07:00
version
volume Prevent device unmount from deleting dir on err 2016-08-15 16:58:31 -07:00
watch Update generated files due to dependency shift. 2016-08-09 10:41:09 -05:00
OWNERS