kubernetes/api/swagger-spec
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
..
api.json Running hack/update-swagger-spec.sh 2016-06-03 11:21:29 -07:00
apis.json Fixed several typos 2016-07-13 15:06:24 +01:00
apps_v1alpha1.json Consolidated examples into storage/ and volume/ folders 2016-07-08 13:34:32 -07:00
apps.json Fixed several typos 2016-07-13 15:06:24 +01:00
authentication.k8s.io_v1.json generated code changes 2016-08-03 08:37:45 -04:00
authentication.k8s.io_v1beta1.json generated code changes 2016-08-03 08:37:45 -04:00
authentication.k8s.io.json generated code changes 2016-08-03 08:37:45 -04:00
authorization.k8s.io_v1beta1.json initial generated code for SAR 2016-08-05 11:37:43 -04:00
authorization.k8s.io.json initial generated code for SAR 2016-08-05 11:37:43 -04:00
autoscaling_v1.json Represent unversioned.Time correctly in swagger spec 2016-07-01 23:23:19 -07:00
autoscaling.json Fixed several typos 2016-07-13 15:06:24 +01:00
batch_v1.json Consolidated examples into storage/ and volume/ folders 2016-07-08 13:34:32 -07:00
batch_v2alpha1.json Running hack/update-swagger-spec.sh 2016-06-03 11:21:29 -07:00
batch.json Fixed several typos 2016-07-13 15:06:24 +01:00
certificates_v1alpha1.json make CertificateSigningRequestList.Items a required field 2016-07-22 13:19:48 -07:00
certificates.json Update swagger spec with changes.. 2016-07-13 15:16:32 +01:00
extensions_v1beta1.json API Changes for StorageClass 2016-07-28 19:01:01 -04:00
extensions.json Fixed several typos 2016-07-13 15:06:24 +01:00
logs.json implement restful for InstallLogsSupport 2016-08-16 09:09:02 +08:00
policy_v1alpha1.json Represent unversioned.Time correctly in swagger spec 2016-07-01 23:23:19 -07:00
policy.json Fixed several typos 2016-07-13 15:06:24 +01:00
rbac.authorization.k8s.io_v1alpha1.json *: regenerate all 2016-08-02 13:33:34 -07:00
rbac.authorization.k8s.io.json Fixed several typos 2016-07-13 15:06:24 +01:00
resourceListing.json implement restful for InstallLogsSupport 2016-08-16 09:09:02 +08:00
v1.json Generated code 2016-08-15 17:24:01 -07:00
version.json Merge pull request #25731 from Pensu/master 2016-06-06 12:06:32 -07:00