generated: change to WatchEvent from Event

parent 0cd27a62
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
"description": "API at /apis/apps/v1beta1", "description": "API at /apis/apps/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of StatefulSet", "summary": "watch individual changes to a list of StatefulSet",
"nickname": "watchNamespacedStatefulSetList", "nickname": "watchNamespacedStatefulSetList",
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -565,7 +565,7 @@ ...@@ -565,7 +565,7 @@
"description": "API at /apis/apps/v1beta1", "description": "API at /apis/apps/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind StatefulSet", "summary": "watch changes to an object of kind StatefulSet",
"nickname": "watchNamespacedStatefulSet", "nickname": "watchNamespacedStatefulSet",
...@@ -639,7 +639,7 @@ ...@@ -639,7 +639,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -739,7 +739,7 @@ ...@@ -739,7 +739,7 @@
"description": "API at /apis/apps/v1beta1", "description": "API at /apis/apps/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of StatefulSet", "summary": "watch individual changes to a list of StatefulSet",
"nickname": "watchStatefulSetListForAllNamespaces", "nickname": "watchStatefulSetListForAllNamespaces",
...@@ -797,7 +797,7 @@ ...@@ -797,7 +797,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -3018,8 +3018,8 @@ ...@@ -3018,8 +3018,8 @@
} }
} }
}, },
"versioned.Event": { "v1.WatchEvent": {
"id": "versioned.Event", "id": "v1.WatchEvent",
"required": [ "required": [
"type", "type",
"object" "object"
......
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
"description": "API at /apis/autoscaling/v1", "description": "API at /apis/autoscaling/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler", "summary": "watch individual changes to a list of HorizontalPodAutoscaler",
"nickname": "watchNamespacedHorizontalPodAutoscalerList", "nickname": "watchNamespacedHorizontalPodAutoscalerList",
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -565,7 +565,7 @@ ...@@ -565,7 +565,7 @@
"description": "API at /apis/autoscaling/v1", "description": "API at /apis/autoscaling/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind HorizontalPodAutoscaler", "summary": "watch changes to an object of kind HorizontalPodAutoscaler",
"nickname": "watchNamespacedHorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscaler",
...@@ -639,7 +639,7 @@ ...@@ -639,7 +639,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -739,7 +739,7 @@ ...@@ -739,7 +739,7 @@
"description": "API at /apis/autoscaling/v1", "description": "API at /apis/autoscaling/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler", "summary": "watch individual changes to a list of HorizontalPodAutoscaler",
"nickname": "watchHorizontalPodAutoscalerListForAllNamespaces", "nickname": "watchHorizontalPodAutoscalerListForAllNamespaces",
...@@ -797,7 +797,7 @@ ...@@ -797,7 +797,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -1349,8 +1349,8 @@ ...@@ -1349,8 +1349,8 @@
} }
} }
}, },
"versioned.Event": { "v1.WatchEvent": {
"id": "versioned.Event", "id": "v1.WatchEvent",
"required": [ "required": [
"type", "type",
"object" "object"
......
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
"description": "API at /apis/batch/v1", "description": "API at /apis/batch/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Job", "summary": "watch individual changes to a list of Job",
"nickname": "watchNamespacedJobList", "nickname": "watchNamespacedJobList",
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -565,7 +565,7 @@ ...@@ -565,7 +565,7 @@
"description": "API at /apis/batch/v1", "description": "API at /apis/batch/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Job", "summary": "watch changes to an object of kind Job",
"nickname": "watchNamespacedJob", "nickname": "watchNamespacedJob",
...@@ -639,7 +639,7 @@ ...@@ -639,7 +639,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -739,7 +739,7 @@ ...@@ -739,7 +739,7 @@
"description": "API at /apis/batch/v1", "description": "API at /apis/batch/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Job", "summary": "watch individual changes to a list of Job",
"nickname": "watchJobListForAllNamespaces", "nickname": "watchJobListForAllNamespaces",
...@@ -797,7 +797,7 @@ ...@@ -797,7 +797,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -2998,8 +2998,8 @@ ...@@ -2998,8 +2998,8 @@
} }
} }
}, },
"versioned.Event": { "v1.WatchEvent": {
"id": "versioned.Event", "id": "v1.WatchEvent",
"required": [ "required": [
"type", "type",
"object" "object"
......
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
"description": "API at /apis/certificates.k8s.io/v1alpha1", "description": "API at /apis/certificates.k8s.io/v1alpha1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of CertificateSigningRequest", "summary": "watch individual changes to a list of CertificateSigningRequest",
"nickname": "watchCertificateSigningRequestList", "nickname": "watchCertificateSigningRequestList",
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -501,7 +501,7 @@ ...@@ -501,7 +501,7 @@
"description": "API at /apis/certificates.k8s.io/v1alpha1", "description": "API at /apis/certificates.k8s.io/v1alpha1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind CertificateSigningRequest", "summary": "watch changes to an object of kind CertificateSigningRequest",
"nickname": "watchCertificateSigningRequest", "nickname": "watchCertificateSigningRequest",
...@@ -567,7 +567,7 @@ ...@@ -567,7 +567,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -1037,8 +1037,8 @@ ...@@ -1037,8 +1037,8 @@
} }
} }
}, },
"versioned.Event": { "v1.WatchEvent": {
"id": "versioned.Event", "id": "v1.WatchEvent",
"required": [ "required": [
"type", "type",
"object" "object"
......
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
"description": "API at /apis/policy/v1beta1", "description": "API at /apis/policy/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PodDisruptionBudget", "summary": "watch individual changes to a list of PodDisruptionBudget",
"nickname": "watchNamespacedPodDisruptionBudgetList", "nickname": "watchNamespacedPodDisruptionBudgetList",
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -565,7 +565,7 @@ ...@@ -565,7 +565,7 @@
"description": "API at /apis/policy/v1beta1", "description": "API at /apis/policy/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind PodDisruptionBudget", "summary": "watch changes to an object of kind PodDisruptionBudget",
"nickname": "watchNamespacedPodDisruptionBudget", "nickname": "watchNamespacedPodDisruptionBudget",
...@@ -639,7 +639,7 @@ ...@@ -639,7 +639,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -739,7 +739,7 @@ ...@@ -739,7 +739,7 @@
"description": "API at /apis/policy/v1beta1", "description": "API at /apis/policy/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PodDisruptionBudget", "summary": "watch individual changes to a list of PodDisruptionBudget",
"nickname": "watchPodDisruptionBudgetListForAllNamespaces", "nickname": "watchPodDisruptionBudgetListForAllNamespaces",
...@@ -797,7 +797,7 @@ ...@@ -797,7 +797,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -1359,8 +1359,8 @@ ...@@ -1359,8 +1359,8 @@
} }
} }
}, },
"versioned.Event": { "v1.WatchEvent": {
"id": "versioned.Event", "id": "v1.WatchEvent",
"required": [ "required": [
"type", "type",
"object" "object"
......
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ClusterRoleBinding", "summary": "watch individual changes to a list of ClusterRoleBinding",
"nickname": "watchClusterRoleBindingList", "nickname": "watchClusterRoleBindingList",
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -485,7 +485,7 @@ ...@@ -485,7 +485,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ClusterRoleBinding", "summary": "watch changes to an object of kind ClusterRoleBinding",
"nickname": "watchClusterRoleBinding", "nickname": "watchClusterRoleBinding",
...@@ -551,7 +551,7 @@ ...@@ -551,7 +551,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -761,7 +761,7 @@ ...@@ -761,7 +761,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ClusterRole", "summary": "watch individual changes to a list of ClusterRole",
"nickname": "watchClusterRoleList", "nickname": "watchClusterRoleList",
...@@ -819,7 +819,7 @@ ...@@ -819,7 +819,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -1044,7 +1044,7 @@ ...@@ -1044,7 +1044,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ClusterRole", "summary": "watch changes to an object of kind ClusterRole",
"nickname": "watchClusterRole", "nickname": "watchClusterRole",
...@@ -1110,7 +1110,7 @@ ...@@ -1110,7 +1110,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -1344,7 +1344,7 @@ ...@@ -1344,7 +1344,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of RoleBinding", "summary": "watch individual changes to a list of RoleBinding",
"nickname": "watchNamespacedRoleBindingList", "nickname": "watchNamespacedRoleBindingList",
...@@ -1410,7 +1410,7 @@ ...@@ -1410,7 +1410,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -1667,7 +1667,7 @@ ...@@ -1667,7 +1667,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind RoleBinding", "summary": "watch changes to an object of kind RoleBinding",
"nickname": "watchNamespacedRoleBinding", "nickname": "watchNamespacedRoleBinding",
...@@ -1741,7 +1741,7 @@ ...@@ -1741,7 +1741,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -1841,7 +1841,7 @@ ...@@ -1841,7 +1841,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of RoleBinding", "summary": "watch individual changes to a list of RoleBinding",
"nickname": "watchRoleBindingListForAllNamespaces", "nickname": "watchRoleBindingListForAllNamespaces",
...@@ -1899,7 +1899,7 @@ ...@@ -1899,7 +1899,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -2133,7 +2133,7 @@ ...@@ -2133,7 +2133,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Role", "summary": "watch individual changes to a list of Role",
"nickname": "watchNamespacedRoleList", "nickname": "watchNamespacedRoleList",
...@@ -2199,7 +2199,7 @@ ...@@ -2199,7 +2199,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -2456,7 +2456,7 @@ ...@@ -2456,7 +2456,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Role", "summary": "watch changes to an object of kind Role",
"nickname": "watchNamespacedRole", "nickname": "watchNamespacedRole",
...@@ -2530,7 +2530,7 @@ ...@@ -2530,7 +2530,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -2630,7 +2630,7 @@ ...@@ -2630,7 +2630,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Role", "summary": "watch individual changes to a list of Role",
"nickname": "watchRoleListForAllNamespaces", "nickname": "watchRoleListForAllNamespaces",
...@@ -2688,7 +2688,7 @@ ...@@ -2688,7 +2688,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -3046,8 +3046,8 @@ ...@@ -3046,8 +3046,8 @@
} }
} }
}, },
"versioned.Event": { "v1.WatchEvent": {
"id": "versioned.Event", "id": "v1.WatchEvent",
"required": [ "required": [
"type", "type",
"object" "object"
......
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
"description": "API at /apis/storage.k8s.io/v1beta1", "description": "API at /apis/storage.k8s.io/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of StorageClass", "summary": "watch individual changes to a list of StorageClass",
"nickname": "watchStorageClassList", "nickname": "watchStorageClassList",
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -501,7 +501,7 @@ ...@@ -501,7 +501,7 @@
"description": "API at /apis/storage.k8s.io/v1beta1", "description": "API at /apis/storage.k8s.io/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind StorageClass", "summary": "watch changes to an object of kind StorageClass",
"nickname": "watchStorageClass", "nickname": "watchStorageClass",
...@@ -567,7 +567,7 @@ ...@@ -567,7 +567,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -872,8 +872,8 @@ ...@@ -872,8 +872,8 @@
} }
} }
}, },
"versioned.Event": { "v1.WatchEvent": {
"id": "versioned.Event", "id": "v1.WatchEvent",
"required": [ "required": [
"type", "type",
"object" "object"
......
...@@ -561,44 +561,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -561,44 +561,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_preconditions">v1.Preconditions</h3> <h3 id="_v1_preconditions">v1.Preconditions</h3>
<div class="paragraph"> <div class="paragraph">
<p>Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.</p> <p>Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.</p>
...@@ -3109,6 +3071,44 @@ Populated by the system when a graceful deletion is requested. Read-only. More i ...@@ -3109,6 +3071,44 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_watchevent">v1.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_secretvolumesource">v1.SecretVolumeSource</h3> <h3 id="_v1_secretvolumesource">v1.SecretVolumeSource</h3>
<div class="paragraph"> <div class="paragraph">
<p>Adapts a Secret into a volume.</p> <p>Adapts a Secret into a volume.</p>
...@@ -4960,7 +4960,7 @@ Examples:<br> ...@@ -4960,7 +4960,7 @@ Examples:<br>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2017-01-03 16:09:30 UTC Last updated 2017-01-06 18:13:59 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -2043,7 +2043,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2043,7 +2043,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -2208,7 +2208,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2208,7 +2208,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -2357,7 +2357,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2357,7 +2357,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -2411,7 +2411,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2411,7 +2411,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-05 07:38:55 UTC Last updated 2017-01-06 18:13:59 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -602,44 +602,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -602,44 +602,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_statusdetails">v1.StatusDetails</h3> <h3 id="_v1_statusdetails">v1.StatusDetails</h3>
<div class="paragraph"> <div class="paragraph">
<p>StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.</p> <p>StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.</p>
...@@ -991,6 +953,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -991,6 +953,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_watchevent">v1.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_horizontalpodautoscalerspec">v1.HorizontalPodAutoscalerSpec</h3> <h3 id="_v1_horizontalpodautoscalerspec">v1.HorizontalPodAutoscalerSpec</h3>
<div class="paragraph"> <div class="paragraph">
<p>specification of a horizontal pod autoscaler.</p> <p>specification of a horizontal pod autoscaler.</p>
...@@ -1375,7 +1375,7 @@ Examples:<br> ...@@ -1375,7 +1375,7 @@ Examples:<br>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-08 13:47:23 UTC Last updated 2017-01-06 18:14:17 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -2035,7 +2035,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2035,7 +2035,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -2192,7 +2192,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2192,7 +2192,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -2357,7 +2357,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2357,7 +2357,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -2411,7 +2411,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2411,7 +2411,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-05 07:39:08 UTC Last updated 2017-01-06 18:14:17 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -561,44 +561,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -561,44 +561,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_preconditions">v1.Preconditions</h3> <h3 id="_v1_preconditions">v1.Preconditions</h3>
<div class="paragraph"> <div class="paragraph">
<p>Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.</p> <p>Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.</p>
...@@ -2972,6 +2934,44 @@ Populated by the system when a graceful deletion is requested. Read-only. More i ...@@ -2972,6 +2934,44 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_watchevent">v1.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_jobcondition">v1.JobCondition</h3> <h3 id="_v1_jobcondition">v1.JobCondition</h3>
<div class="paragraph"> <div class="paragraph">
<p>JobCondition describes current state of a job.</p> <p>JobCondition describes current state of a job.</p>
...@@ -4892,7 +4892,7 @@ Examples:<br> ...@@ -4892,7 +4892,7 @@ Examples:<br>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2017-01-03 16:09:51 UTC Last updated 2017-01-06 18:14:24 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -2035,7 +2035,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2035,7 +2035,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -2192,7 +2192,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2192,7 +2192,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -2357,7 +2357,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2357,7 +2357,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -2411,7 +2411,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2411,7 +2411,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-05 07:39:13 UTC Last updated 2017-01-06 18:14:24 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -654,44 +654,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -654,44 +654,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1alpha1_certificatesigningrequeststatus">v1alpha1.CertificateSigningRequestStatus</h3> <h3 id="_v1alpha1_certificatesigningrequeststatus">v1alpha1.CertificateSigningRequestStatus</h3>
<table class="tableblock frame-all grid-all" style="width:100%; "> <table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup> <colgroup>
...@@ -1023,6 +985,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1023,6 +985,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_watchevent">v1.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_objectmeta">v1.ObjectMeta</h3> <h3 id="_v1_objectmeta">v1.ObjectMeta</h3>
<div class="paragraph"> <div class="paragraph">
<p>ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.</p> <p>ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.</p>
...@@ -1352,7 +1352,7 @@ Examples:<br> ...@@ -1352,7 +1352,7 @@ Examples:<br>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-08 13:47:46 UTC Last updated 2017-01-06 18:14:37 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -1689,7 +1689,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1689,7 +1689,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -1846,7 +1846,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1846,7 +1846,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -1900,7 +1900,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1900,7 +1900,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-05 07:39:22 UTC Last updated 2017-01-06 18:14:37 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -4372,44 +4372,6 @@ Examples:<br> ...@@ -4372,44 +4372,6 @@ Examples:<br>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_status">v1.Status</h3> <h3 id="_v1_status">v1.Status</h3>
<div class="paragraph"> <div class="paragraph">
<p>Status is a return value for calls that don&#8217;t return other objects.</p> <p>Status is a return value for calls that don&#8217;t return other objects.</p>
...@@ -6306,6 +6268,44 @@ Both these may change in the future. Incoming requests are matched against the h ...@@ -6306,6 +6268,44 @@ Both these may change in the future. Incoming requests are matched against the h
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_watchevent">v1.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_envvar">v1.EnvVar</h3> <h3 id="_v1_envvar">v1.EnvVar</h3>
<div class="paragraph"> <div class="paragraph">
<p>EnvVar represents an environment variable present in a Container.</p> <p>EnvVar represents an environment variable present in a Container.</p>
...@@ -7018,7 +7018,7 @@ Both these may change in the future. Incoming requests are matched against the h ...@@ -7018,7 +7018,7 @@ Both these may change in the future. Incoming requests are matched against the h
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2017-01-03 16:10:07 UTC Last updated 2017-01-06 18:14:43 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -568,44 +568,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -568,44 +568,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_listmeta">v1.ListMeta</h3> <h3 id="_v1_listmeta">v1.ListMeta</h3>
<div class="paragraph"> <div class="paragraph">
<p>ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.</p> <p>ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.</p>
...@@ -950,6 +912,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -950,6 +912,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_watchevent">v1.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_labelselector">v1.LabelSelector</h3> <h3 id="_v1_labelselector">v1.LabelSelector</h3>
<div class="paragraph"> <div class="paragraph">
<p>A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.</p> <p>A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.</p>
...@@ -1409,7 +1409,7 @@ Examples:<br> ...@@ -1409,7 +1409,7 @@ Examples:<br>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-08 13:48:01 UTC Last updated 2017-01-06 18:14:50 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -2043,7 +2043,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2043,7 +2043,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -2208,7 +2208,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2208,7 +2208,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -2357,7 +2357,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2357,7 +2357,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -2411,7 +2411,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2411,7 +2411,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-05 07:39:32 UTC Last updated 2017-01-06 18:14:50 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -565,44 +565,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -565,44 +565,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_statusdetails">v1.StatusDetails</h3> <h3 id="_v1_statusdetails">v1.StatusDetails</h3>
<div class="paragraph"> <div class="paragraph">
<p>StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.</p> <p>StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.</p>
...@@ -1057,6 +1019,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1057,6 +1019,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_watchevent">v1.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1alpha1_clusterrolelist">v1alpha1.ClusterRoleList</h3> <h3 id="_v1alpha1_clusterrolelist">v1alpha1.ClusterRoleList</h3>
<div class="paragraph"> <div class="paragraph">
<p>ClusterRoleList is a collection of ClusterRoles</p> <p>ClusterRoleList is a collection of ClusterRoles</p>
...@@ -1737,7 +1737,7 @@ Examples:<br> ...@@ -1737,7 +1737,7 @@ Examples:<br>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-08 13:48:08 UTC Last updated 2017-01-06 18:14:57 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -4524,7 +4524,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -4524,7 +4524,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -4681,7 +4681,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -4681,7 +4681,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -4830,7 +4830,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -4830,7 +4830,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -4987,7 +4987,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -4987,7 +4987,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -5144,7 +5144,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5144,7 +5144,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -5309,7 +5309,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5309,7 +5309,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -5466,7 +5466,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5466,7 +5466,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -5631,7 +5631,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5631,7 +5631,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -5780,7 +5780,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5780,7 +5780,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -5929,7 +5929,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5929,7 +5929,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -5983,7 +5983,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5983,7 +5983,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-05 07:39:37 UTC Last updated 2017-01-06 18:14:57 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -602,44 +602,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -602,44 +602,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_statusdetails">v1.StatusDetails</h3> <h3 id="_v1_statusdetails">v1.StatusDetails</h3>
<div class="paragraph"> <div class="paragraph">
<p>StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.</p> <p>StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.</p>
...@@ -884,6 +846,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -884,6 +846,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_watchevent">v1.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_objectmeta">v1.ObjectMeta</h3> <h3 id="_v1_objectmeta">v1.ObjectMeta</h3>
<div class="paragraph"> <div class="paragraph">
<p>ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.</p> <p>ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.</p>
...@@ -1213,7 +1213,7 @@ Examples:<br> ...@@ -1213,7 +1213,7 @@ Examples:<br>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-08 13:48:16 UTC Last updated 2017-01-06 18:15:04 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -1451,7 +1451,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1451,7 +1451,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -1608,7 +1608,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1608,7 +1608,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -1662,7 +1662,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1662,7 +1662,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-05 07:39:41 UTC Last updated 2017-01-06 18:15:04 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -5562,44 +5562,6 @@ Examples:<br> ...@@ -5562,44 +5562,6 @@ Examples:<br>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_status">v1.Status</h3> <h3 id="_v1_status">v1.Status</h3>
<div class="paragraph"> <div class="paragraph">
<p>Status is a return value for calls that don&#8217;t return other objects.</p> <p>Status is a return value for calls that don&#8217;t return other objects.</p>
...@@ -7830,6 +7792,44 @@ Examples:<br> ...@@ -7830,6 +7792,44 @@ Examples:<br>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_watchevent">v1.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_event">v1.Event</h3> <h3 id="_v1_event">v1.Event</h3>
<div class="paragraph"> <div class="paragraph">
<p>Event is a report of an event somewhere in the cluster.</p> <p>Event is a report of an event somewhere in the cluster.</p>
...@@ -9136,7 +9136,7 @@ Examples:<br> ...@@ -9136,7 +9136,7 @@ Examples:<br>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2017-01-03 16:09:24 UTC Last updated 2017-01-06 18:13:51 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -73,7 +73,7 @@ func (ClusterSpec) SwaggerDoc() map[string]string { ...@@ -73,7 +73,7 @@ func (ClusterSpec) SwaggerDoc() map[string]string {
} }
var map_ClusterStatus = map[string]string{ var map_ClusterStatus = map[string]string{
"": "ClusterStatus is information about the current status of a cluster updated by cluster controller peridocally.", "": "ClusterStatus is information about the current status of a cluster updated by cluster controller periodically.",
"conditions": "Conditions is an array of current cluster conditions.", "conditions": "Conditions is an array of current cluster conditions.",
"zones": "Zones is the list of availability zones in which the nodes of the cluster exist, e.g. 'us-east1-a'. These will always be in the same region.", "zones": "Zones is the list of availability zones in which the nodes of the cluster exist, e.g. 'us-east1-a'. These will always be in the same region.",
"region": "Region is the name of the region in which all of the nodes in the cluster exist. e.g. 'us-east1'.", "region": "Region is the name of the region in which all of the nodes in the cluster exist. e.g. 'us-east1'.",
......
...@@ -2692,7 +2692,7 @@ ...@@ -2692,7 +2692,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -2769,7 +2769,7 @@ ...@@ -2769,7 +2769,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -2846,7 +2846,7 @@ ...@@ -2846,7 +2846,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -2923,7 +2923,7 @@ ...@@ -2923,7 +2923,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -3008,7 +3008,7 @@ ...@@ -3008,7 +3008,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -3101,7 +3101,7 @@ ...@@ -3101,7 +3101,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -3186,7 +3186,7 @@ ...@@ -3186,7 +3186,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -3279,7 +3279,7 @@ ...@@ -3279,7 +3279,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -3364,7 +3364,7 @@ ...@@ -3364,7 +3364,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -3457,7 +3457,7 @@ ...@@ -3457,7 +3457,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -3542,7 +3542,7 @@ ...@@ -3542,7 +3542,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -3635,7 +3635,7 @@ ...@@ -3635,7 +3635,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -3720,7 +3720,7 @@ ...@@ -3720,7 +3720,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -3797,7 +3797,7 @@ ...@@ -3797,7 +3797,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -4583,7 +4583,7 @@ ...@@ -4583,7 +4583,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -4660,7 +4660,7 @@ ...@@ -4660,7 +4660,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -4745,7 +4745,7 @@ ...@@ -4745,7 +4745,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -7713,7 +7713,7 @@ ...@@ -7713,7 +7713,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -7790,7 +7790,7 @@ ...@@ -7790,7 +7790,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -7867,7 +7867,7 @@ ...@@ -7867,7 +7867,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -7944,7 +7944,7 @@ ...@@ -7944,7 +7944,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -8029,7 +8029,7 @@ ...@@ -8029,7 +8029,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -8122,7 +8122,7 @@ ...@@ -8122,7 +8122,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -8207,7 +8207,7 @@ ...@@ -8207,7 +8207,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -8300,7 +8300,7 @@ ...@@ -8300,7 +8300,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -8385,7 +8385,7 @@ ...@@ -8385,7 +8385,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -8478,7 +8478,7 @@ ...@@ -8478,7 +8478,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -8563,7 +8563,7 @@ ...@@ -8563,7 +8563,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -8656,7 +8656,7 @@ ...@@ -8656,7 +8656,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -9236,7 +9236,7 @@ ...@@ -9236,7 +9236,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -9313,7 +9313,7 @@ ...@@ -9313,7 +9313,7 @@
"200": { "200": {
"description": "OK", "description": "OK",
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/v1.WatchEvent"
} }
}, },
"401": { "401": {
...@@ -12101,6 +12101,22 @@ ...@@ -12101,6 +12101,22 @@
} }
} }
}, },
"v1.WatchEvent": {
"description": "Event represents a single event to a watched resource.",
"required": [
"type",
"object"
],
"properties": {
"object": {
"description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n depending on context.",
"$ref": "#/definitions/runtime.RawExtension"
},
"type": {
"type": "string"
}
}
},
"v1.WeightedPodAffinityTerm": { "v1.WeightedPodAffinityTerm": {
"description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)", "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)",
"required": [ "required": [
...@@ -13014,22 +13030,6 @@ ...@@ -13014,22 +13030,6 @@
"type": "string" "type": "string"
} }
} }
},
"versioned.Event": {
"description": "Event represents a single event to a watched resource.",
"required": [
"type",
"object"
],
"properties": {
"object": {
"description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *api.Status is recommended; other types may make sense\n depending on context.",
"$ref": "#/definitions/runtime.RawExtension"
},
"type": {
"type": "string"
}
}
} }
}, },
"securityDefinitions": { "securityDefinitions": {
......
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of DaemonSet", "summary": "watch individual changes to a list of DaemonSet",
"nickname": "watchNamespacedDaemonSetList", "nickname": "watchNamespacedDaemonSetList",
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -565,7 +565,7 @@ ...@@ -565,7 +565,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind DaemonSet", "summary": "watch changes to an object of kind DaemonSet",
"nickname": "watchNamespacedDaemonSet", "nickname": "watchNamespacedDaemonSet",
...@@ -639,7 +639,7 @@ ...@@ -639,7 +639,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -739,7 +739,7 @@ ...@@ -739,7 +739,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of DaemonSet", "summary": "watch individual changes to a list of DaemonSet",
"nickname": "watchDaemonSetListForAllNamespaces", "nickname": "watchDaemonSetListForAllNamespaces",
...@@ -797,7 +797,7 @@ ...@@ -797,7 +797,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -1196,7 +1196,7 @@ ...@@ -1196,7 +1196,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Deployment", "summary": "watch individual changes to a list of Deployment",
"nickname": "watchNamespacedDeploymentList", "nickname": "watchNamespacedDeploymentList",
...@@ -1262,7 +1262,7 @@ ...@@ -1262,7 +1262,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -1535,7 +1535,7 @@ ...@@ -1535,7 +1535,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Deployment", "summary": "watch changes to an object of kind Deployment",
"nickname": "watchNamespacedDeployment", "nickname": "watchNamespacedDeployment",
...@@ -1609,7 +1609,7 @@ ...@@ -1609,7 +1609,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -1709,7 +1709,7 @@ ...@@ -1709,7 +1709,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Deployment", "summary": "watch individual changes to a list of Deployment",
"nickname": "watchDeploymentListForAllNamespaces", "nickname": "watchDeploymentListForAllNamespaces",
...@@ -1767,7 +1767,7 @@ ...@@ -1767,7 +1767,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -2392,7 +2392,7 @@ ...@@ -2392,7 +2392,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Ingress", "summary": "watch individual changes to a list of Ingress",
"nickname": "watchNamespacedIngressList", "nickname": "watchNamespacedIngressList",
...@@ -2458,7 +2458,7 @@ ...@@ -2458,7 +2458,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -2731,7 +2731,7 @@ ...@@ -2731,7 +2731,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Ingress", "summary": "watch changes to an object of kind Ingress",
"nickname": "watchNamespacedIngress", "nickname": "watchNamespacedIngress",
...@@ -2805,7 +2805,7 @@ ...@@ -2805,7 +2805,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -2905,7 +2905,7 @@ ...@@ -2905,7 +2905,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Ingress", "summary": "watch individual changes to a list of Ingress",
"nickname": "watchIngressListForAllNamespaces", "nickname": "watchIngressListForAllNamespaces",
...@@ -2963,7 +2963,7 @@ ...@@ -2963,7 +2963,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -3362,7 +3362,7 @@ ...@@ -3362,7 +3362,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ReplicaSet", "summary": "watch individual changes to a list of ReplicaSet",
"nickname": "watchNamespacedReplicaSetList", "nickname": "watchNamespacedReplicaSetList",
...@@ -3428,7 +3428,7 @@ ...@@ -3428,7 +3428,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -3701,7 +3701,7 @@ ...@@ -3701,7 +3701,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ReplicaSet", "summary": "watch changes to an object of kind ReplicaSet",
"nickname": "watchNamespacedReplicaSet", "nickname": "watchNamespacedReplicaSet",
...@@ -3775,7 +3775,7 @@ ...@@ -3775,7 +3775,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -3875,7 +3875,7 @@ ...@@ -3875,7 +3875,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ReplicaSet", "summary": "watch individual changes to a list of ReplicaSet",
"nickname": "watchReplicaSetListForAllNamespaces", "nickname": "watchReplicaSetListForAllNamespaces",
...@@ -3933,7 +3933,7 @@ ...@@ -3933,7 +3933,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -5435,6 +5435,13 @@ ...@@ -5435,6 +5435,13 @@
}, },
"description": "List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated." "description": "List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated."
}, },
"envFrom": {
"type": "array",
"items": {
"$ref": "v1.EnvFromSource"
},
"description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. An invalid key will prevent the container from starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated."
},
"env": { "env": {
"type": "array", "type": "array",
"items": { "items": {
...@@ -5522,6 +5529,30 @@ ...@@ -5522,6 +5529,30 @@
} }
} }
}, },
"v1.EnvFromSource": {
"id": "v1.EnvFromSource",
"description": "EnvFromSource represents the source of a set of ConfigMaps",
"properties": {
"prefix": {
"type": "string",
"description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER."
},
"configMapRef": {
"$ref": "v1.ConfigMapEnvSource",
"description": "The ConfigMap to select from"
}
}
},
"v1.ConfigMapEnvSource": {
"id": "v1.ConfigMapEnvSource",
"description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
"properties": {
"name": {
"type": "string",
"description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
}
}
},
"v1.EnvVar": { "v1.EnvVar": {
"id": "v1.EnvVar", "id": "v1.EnvVar",
"description": "EnvVar represents an environment variable present in a Container.", "description": "EnvVar represents an environment variable present in a Container.",
...@@ -6121,6 +6152,11 @@ ...@@ -6121,6 +6152,11 @@
"type": "integer", "type": "integer",
"format": "int32", "format": "int32",
"description": "NumberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready." "description": "NumberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready."
},
"observedGeneration": {
"type": "integer",
"format": "int64",
"description": "ObservedGeneration is the most recent generation observed by the daemon set controller."
} }
} }
}, },
...@@ -6211,8 +6247,8 @@ ...@@ -6211,8 +6247,8 @@
} }
} }
}, },
"versioned.Event": { "v1.WatchEvent": {
"id": "versioned.Event", "id": "v1.WatchEvent",
"required": [ "required": [
"type", "type",
"object" "object"
...@@ -6432,6 +6468,11 @@ ...@@ -6432,6 +6468,11 @@
"format": "int32", "format": "int32",
"description": "Total number of non-terminated pods targeted by this deployment that have the desired template spec." "description": "Total number of non-terminated pods targeted by this deployment that have the desired template spec."
}, },
"readyReplicas": {
"type": "integer",
"format": "int32",
"description": "Total number of ready pods targeted by this deployment."
},
"availableReplicas": { "availableReplicas": {
"type": "integer", "type": "integer",
"format": "int32", "format": "int32",
......
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
"description": "API at /apis/federation/v1beta1", "description": "API at /apis/federation/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Cluster", "summary": "watch individual changes to a list of Cluster",
"nickname": "watchClusterList", "nickname": "watchClusterList",
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -501,7 +501,7 @@ ...@@ -501,7 +501,7 @@
"description": "API at /apis/federation/v1beta1", "description": "API at /apis/federation/v1beta1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Cluster", "summary": "watch changes to an object of kind Cluster",
"nickname": "watchCluster", "nickname": "watchCluster",
...@@ -567,7 +567,7 @@ ...@@ -567,7 +567,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -885,7 +885,7 @@ ...@@ -885,7 +885,7 @@
}, },
"v1beta1.ClusterStatus": { "v1beta1.ClusterStatus": {
"id": "v1beta1.ClusterStatus", "id": "v1beta1.ClusterStatus",
"description": "ClusterStatus is information about the current status of a cluster updated by cluster controller peridocally.", "description": "ClusterStatus is information about the current status of a cluster updated by cluster controller periodically.",
"properties": { "properties": {
"conditions": { "conditions": {
"type": "array", "type": "array",
...@@ -1028,8 +1028,8 @@ ...@@ -1028,8 +1028,8 @@
} }
} }
}, },
"versioned.Event": { "v1.WatchEvent": {
"id": "versioned.Event", "id": "v1.WatchEvent",
"required": [ "required": [
"type", "type",
"object" "object"
......
...@@ -36,6 +36,18 @@ ...@@ -36,6 +36,18 @@
{ {
"path": "/apis/extensions", "path": "/apis/extensions",
"description": "get information of a group" "description": "get information of a group"
},
{
"path": "/apis/batch/v1",
"description": "API at /apis/batch/v1"
},
{
"path": "/apis/batch/v2alpha1",
"description": "API at /apis/batch/v2alpha1"
},
{
"path": "/apis/batch",
"description": "get information of a group"
} }
], ],
"apiVersion": "", "apiVersion": "",
......
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ConfigMap", "summary": "watch individual changes to a list of ConfigMap",
"nickname": "watchNamespacedConfigMapList", "nickname": "watchNamespacedConfigMapList",
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -565,7 +565,7 @@ ...@@ -565,7 +565,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ConfigMap", "summary": "watch changes to an object of kind ConfigMap",
"nickname": "watchNamespacedConfigMap", "nickname": "watchNamespacedConfigMap",
...@@ -639,7 +639,7 @@ ...@@ -639,7 +639,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -739,7 +739,7 @@ ...@@ -739,7 +739,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ConfigMap", "summary": "watch individual changes to a list of ConfigMap",
"nickname": "watchConfigMapListForAllNamespaces", "nickname": "watchConfigMapListForAllNamespaces",
...@@ -797,7 +797,7 @@ ...@@ -797,7 +797,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -1031,7 +1031,7 @@ ...@@ -1031,7 +1031,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Event", "summary": "watch individual changes to a list of Event",
"nickname": "watchNamespacedEventList", "nickname": "watchNamespacedEventList",
...@@ -1097,7 +1097,7 @@ ...@@ -1097,7 +1097,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -1370,7 +1370,7 @@ ...@@ -1370,7 +1370,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Event", "summary": "watch changes to an object of kind Event",
"nickname": "watchNamespacedEvent", "nickname": "watchNamespacedEvent",
...@@ -1444,7 +1444,7 @@ ...@@ -1444,7 +1444,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -1544,7 +1544,7 @@ ...@@ -1544,7 +1544,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Event", "summary": "watch individual changes to a list of Event",
"nickname": "watchEventListForAllNamespaces", "nickname": "watchEventListForAllNamespaces",
...@@ -1602,7 +1602,7 @@ ...@@ -1602,7 +1602,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -1812,7 +1812,7 @@ ...@@ -1812,7 +1812,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Namespace", "summary": "watch individual changes to a list of Namespace",
"nickname": "watchNamespaceList", "nickname": "watchNamespaceList",
...@@ -1870,7 +1870,7 @@ ...@@ -1870,7 +1870,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -2111,7 +2111,7 @@ ...@@ -2111,7 +2111,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Namespace", "summary": "watch changes to an object of kind Namespace",
"nickname": "watchNamespace", "nickname": "watchNamespace",
...@@ -2177,7 +2177,7 @@ ...@@ -2177,7 +2177,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -2605,7 +2605,7 @@ ...@@ -2605,7 +2605,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Secret", "summary": "watch individual changes to a list of Secret",
"nickname": "watchNamespacedSecretList", "nickname": "watchNamespacedSecretList",
...@@ -2671,7 +2671,7 @@ ...@@ -2671,7 +2671,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -2944,7 +2944,7 @@ ...@@ -2944,7 +2944,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Secret", "summary": "watch changes to an object of kind Secret",
"nickname": "watchNamespacedSecret", "nickname": "watchNamespacedSecret",
...@@ -3018,7 +3018,7 @@ ...@@ -3018,7 +3018,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -3118,7 +3118,7 @@ ...@@ -3118,7 +3118,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Secret", "summary": "watch individual changes to a list of Secret",
"nickname": "watchSecretListForAllNamespaces", "nickname": "watchSecretListForAllNamespaces",
...@@ -3176,7 +3176,7 @@ ...@@ -3176,7 +3176,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -3410,7 +3410,7 @@ ...@@ -3410,7 +3410,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Service", "summary": "watch individual changes to a list of Service",
"nickname": "watchNamespacedServiceList", "nickname": "watchNamespacedServiceList",
...@@ -3476,7 +3476,7 @@ ...@@ -3476,7 +3476,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -3749,7 +3749,7 @@ ...@@ -3749,7 +3749,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Service", "summary": "watch changes to an object of kind Service",
"nickname": "watchNamespacedService", "nickname": "watchNamespacedService",
...@@ -3823,7 +3823,7 @@ ...@@ -3823,7 +3823,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -3923,7 +3923,7 @@ ...@@ -3923,7 +3923,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "versioned.Event", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Service", "summary": "watch individual changes to a list of Service",
"nickname": "watchServiceListForAllNamespaces", "nickname": "watchServiceListForAllNamespaces",
...@@ -3981,7 +3981,7 @@ ...@@ -3981,7 +3981,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "versioned.Event" "responseModel": "v1.WatchEvent"
} }
], ],
"produces": [ "produces": [
...@@ -4444,8 +4444,8 @@ ...@@ -4444,8 +4444,8 @@
} }
} }
}, },
"versioned.Event": { "v1.WatchEvent": {
"id": "versioned.Event", "id": "v1.WatchEvent",
"required": [ "required": [
"type", "type",
"object" "object"
......
...@@ -7399,7 +7399,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -7399,7 +7399,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -7548,7 +7548,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -7548,7 +7548,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -7697,7 +7697,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -7697,7 +7697,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -7854,7 +7854,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -7854,7 +7854,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -8019,7 +8019,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -8019,7 +8019,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -8176,7 +8176,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -8176,7 +8176,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -8341,7 +8341,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -8341,7 +8341,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -8498,7 +8498,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -8498,7 +8498,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -8663,7 +8663,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -8663,7 +8663,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -8820,7 +8820,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -8820,7 +8820,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -8985,7 +8985,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -8985,7 +8985,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -9134,7 +9134,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -9134,7 +9134,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -9188,7 +9188,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -9188,7 +9188,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-08 13:48:38 UTC Last updated 2017-01-06 18:15:24 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -602,44 +602,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -602,44 +602,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_listmeta">v1.ListMeta</h3> <h3 id="_v1_listmeta">v1.ListMeta</h3>
<div class="paragraph"> <div class="paragraph">
<p>ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.</p> <p>ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.</p>
...@@ -745,7 +707,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -745,7 +707,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<div class="sect2"> <div class="sect2">
<h3 id="_v1beta1_clusterstatus">v1beta1.ClusterStatus</h3> <h3 id="_v1beta1_clusterstatus">v1beta1.ClusterStatus</h3>
<div class="paragraph"> <div class="paragraph">
<p>ClusterStatus is information about the current status of a cluster updated by cluster controller peridocally.</p> <p>ClusterStatus is information about the current status of a cluster updated by cluster controller periodically.</p>
</div> </div>
<table class="tableblock frame-all grid-all" style="width:100%; "> <table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup> <colgroup>
...@@ -983,6 +945,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -983,6 +945,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_watchevent">v1.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_objectmeta">v1.ObjectMeta</h3> <h3 id="_v1_objectmeta">v1.ObjectMeta</h3>
<div class="paragraph"> <div class="paragraph">
<p>ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.</p> <p>ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.</p>
...@@ -1443,7 +1443,7 @@ Examples:<br> ...@@ -1443,7 +1443,7 @@ Examples:<br>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-08 13:48:24 UTC Last updated 2017-01-06 18:15:11 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -1570,7 +1570,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1570,7 +1570,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -1727,7 +1727,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1727,7 +1727,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -1781,7 +1781,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1781,7 +1781,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-08 13:48:24 UTC Last updated 2017-01-06 18:15:11 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -520,44 +520,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -520,44 +520,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_listmeta">v1.ListMeta</h3> <h3 id="_v1_listmeta">v1.ListMeta</h3>
<div class="paragraph"> <div class="paragraph">
<p>ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.</p> <p>ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.</p>
...@@ -812,6 +774,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -812,6 +774,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_watchevent">v1.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_secret">v1.Secret</h3> <h3 id="_v1_secret">v1.Secret</h3>
<div class="paragraph"> <div class="paragraph">
<p>Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.</p> <p>Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.</p>
...@@ -2204,7 +2204,7 @@ Examples:<br> ...@@ -2204,7 +2204,7 @@ Examples:<br>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-08 13:48:31 UTC Last updated 2017-01-06 18:15:17 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -6760,7 +6760,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6760,7 +6760,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -6909,7 +6909,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6909,7 +6909,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -7058,7 +7058,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -7058,7 +7058,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -7215,7 +7215,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -7215,7 +7215,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -7380,7 +7380,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -7380,7 +7380,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -7537,7 +7537,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -7537,7 +7537,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -7702,7 +7702,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -7702,7 +7702,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -7859,7 +7859,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -7859,7 +7859,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -8024,7 +8024,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -8024,7 +8024,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -8181,7 +8181,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -8181,7 +8181,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -8346,7 +8346,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -8346,7 +8346,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -8503,7 +8503,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -8503,7 +8503,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -8652,7 +8652,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -8652,7 +8652,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -8801,7 +8801,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -8801,7 +8801,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1_watchevent">v1.WatchEvent</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -8855,7 +8855,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -8855,7 +8855,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-12-08 13:48:31 UTC Last updated 2017-01-06 18:15:17 UTC
</div> </div>
</div> </div>
</body> </body>
......
...@@ -111,21 +111,6 @@ message Duration { ...@@ -111,21 +111,6 @@ message Duration {
optional int64 duration = 1; optional int64 duration = 1;
} }
// Event represents a single event to a watched resource.
//
// +protobuf=true
// +k8s:openapi-gen=false
message Event {
optional string type = 1;
// Object is:
// * If Type is Added or Modified: the new state of the object.
// * If Type is Deleted: the state of the object immediately before deletion.
// * If Type is Error: *Status is recommended; other types may make sense
// depending on context.
optional k8s.io.kubernetes.pkg.runtime.RawExtension object = 2;
}
// ExportOptions is the query options to the standard REST get call. // ExportOptions is the query options to the standard REST get call.
message ExportOptions { message ExportOptions {
// Should this value be exported. Export strips fields that a user can not specify. // Should this value be exported. Export strips fields that a user can not specify.
...@@ -461,3 +446,17 @@ message Verbs { ...@@ -461,3 +446,17 @@ message Verbs {
repeated string items = 1; repeated string items = 1;
} }
// Event represents a single event to a watched resource.
//
// +protobuf=true
message WatchEvent {
optional string type = 1;
// Object is:
// * If Type is Added or Modified: the new state of the object.
// * If Type is Deleted: the state of the object immediately before deletion.
// * If Type is Error: *Status is recommended; other types may make sense
// depending on context.
optional k8s.io.kubernetes.pkg.runtime.RawExtension object = 2;
}
...@@ -35,7 +35,6 @@ func GetGeneratedDeepCopyFuncs() []conversion.GeneratedDeepCopyFunc { ...@@ -35,7 +35,6 @@ func GetGeneratedDeepCopyFuncs() []conversion.GeneratedDeepCopyFunc {
{Fn: DeepCopy_v1_APIResourceList, InType: reflect.TypeOf(&APIResourceList{})}, {Fn: DeepCopy_v1_APIResourceList, InType: reflect.TypeOf(&APIResourceList{})},
{Fn: DeepCopy_v1_APIVersions, InType: reflect.TypeOf(&APIVersions{})}, {Fn: DeepCopy_v1_APIVersions, InType: reflect.TypeOf(&APIVersions{})},
{Fn: DeepCopy_v1_Duration, InType: reflect.TypeOf(&Duration{})}, {Fn: DeepCopy_v1_Duration, InType: reflect.TypeOf(&Duration{})},
{Fn: DeepCopy_v1_Event, InType: reflect.TypeOf(&Event{})},
{Fn: DeepCopy_v1_ExportOptions, InType: reflect.TypeOf(&ExportOptions{})}, {Fn: DeepCopy_v1_ExportOptions, InType: reflect.TypeOf(&ExportOptions{})},
{Fn: DeepCopy_v1_GetOptions, InType: reflect.TypeOf(&GetOptions{})}, {Fn: DeepCopy_v1_GetOptions, InType: reflect.TypeOf(&GetOptions{})},
{Fn: DeepCopy_v1_GroupKind, InType: reflect.TypeOf(&GroupKind{})}, {Fn: DeepCopy_v1_GroupKind, InType: reflect.TypeOf(&GroupKind{})},
...@@ -58,6 +57,7 @@ func GetGeneratedDeepCopyFuncs() []conversion.GeneratedDeepCopyFunc { ...@@ -58,6 +57,7 @@ func GetGeneratedDeepCopyFuncs() []conversion.GeneratedDeepCopyFunc {
{Fn: DeepCopy_v1_Time, InType: reflect.TypeOf(&Time{})}, {Fn: DeepCopy_v1_Time, InType: reflect.TypeOf(&Time{})},
{Fn: DeepCopy_v1_Timestamp, InType: reflect.TypeOf(&Timestamp{})}, {Fn: DeepCopy_v1_Timestamp, InType: reflect.TypeOf(&Timestamp{})},
{Fn: DeepCopy_v1_TypeMeta, InType: reflect.TypeOf(&TypeMeta{})}, {Fn: DeepCopy_v1_TypeMeta, InType: reflect.TypeOf(&TypeMeta{})},
{Fn: DeepCopy_v1_WatchEvent, InType: reflect.TypeOf(&WatchEvent{})},
} }
} }
...@@ -164,18 +164,6 @@ func DeepCopy_v1_Duration(in interface{}, out interface{}, c *conversion.Cloner) ...@@ -164,18 +164,6 @@ func DeepCopy_v1_Duration(in interface{}, out interface{}, c *conversion.Cloner)
} }
} }
func DeepCopy_v1_Event(in interface{}, out interface{}, c *conversion.Cloner) error {
{
in := in.(*Event)
out := out.(*Event)
*out = *in
if err := runtime.DeepCopy_runtime_RawExtension(&in.Object, &out.Object, c); err != nil {
return err
}
return nil
}
}
func DeepCopy_v1_ExportOptions(in interface{}, out interface{}, c *conversion.Cloner) error { func DeepCopy_v1_ExportOptions(in interface{}, out interface{}, c *conversion.Cloner) error {
{ {
in := in.(*ExportOptions) in := in.(*ExportOptions)
...@@ -426,3 +414,15 @@ func DeepCopy_v1_TypeMeta(in interface{}, out interface{}, c *conversion.Cloner) ...@@ -426,3 +414,15 @@ func DeepCopy_v1_TypeMeta(in interface{}, out interface{}, c *conversion.Cloner)
return nil return nil
} }
} }
func DeepCopy_v1_WatchEvent(in interface{}, out interface{}, c *conversion.Cloner) error {
{
in := in.(*WatchEvent)
out := out.(*WatchEvent)
*out = *in
if err := runtime.DeepCopy_runtime_RawExtension(&in.Object, &out.Object, c); err != nil {
return err
}
return nil
}
}
...@@ -94,6 +94,7 @@ filegroup( ...@@ -94,6 +94,7 @@ filegroup(
srcs = [ srcs = [
":package-srcs", ":package-srcs",
"//pkg/client/restclient/fake:all-srcs", "//pkg/client/restclient/fake:all-srcs",
"//pkg/client/restclient/watch:all-srcs",
], ],
tags = ["automanaged"], tags = ["automanaged"],
) )
...@@ -41,3 +41,16 @@ go_test( ...@@ -41,3 +41,16 @@ go_test(
"//pkg/watch:go_default_library", "//pkg/watch:go_default_library",
], ],
) )
filegroup(
name = "package-srcs",
srcs = glob(["**"]),
tags = ["automanaged"],
visibility = ["//visibility:private"],
)
filegroup(
name = "all-srcs",
srcs = [":package-srcs"],
tags = ["automanaged"],
)
...@@ -2081,30 +2081,6 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{ ...@@ -2081,30 +2081,6 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
Dependencies: []string{ Dependencies: []string{
"v1.EventSource", "v1.ObjectMeta", "v1.ObjectReference", "v1.Time"}, "v1.EventSource", "v1.ObjectMeta", "v1.ObjectReference", "v1.Time"},
}, },
"v1.Event": {
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
Description: "Event represents a single event to a watched resource.",
Properties: map[string]spec.Schema{
"type": {
SchemaProps: spec.SchemaProps{
Type: []string{"string"},
Format: "",
},
},
"object": {
SchemaProps: spec.SchemaProps{
Description: "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n depending on context.",
Ref: spec.MustCreateRef("#/definitions/runtime.RawExtension"),
},
},
},
Required: []string{"type", "object"},
},
},
Dependencies: []string{
"runtime.RawExtension"},
},
"v1.EventList": { "v1.EventList": {
Schema: spec.Schema{ Schema: spec.Schema{
SchemaProps: spec.SchemaProps{ SchemaProps: spec.SchemaProps{
...@@ -8762,6 +8738,30 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{ ...@@ -8762,6 +8738,30 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
}, },
Dependencies: []string{}, Dependencies: []string{},
}, },
"v1.WatchEvent": {
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
Description: "Event represents a single event to a watched resource.",
Properties: map[string]spec.Schema{
"type": {
SchemaProps: spec.SchemaProps{
Type: []string{"string"},
Format: "",
},
},
"object": {
SchemaProps: spec.SchemaProps{
Description: "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n depending on context.",
Ref: spec.MustCreateRef("#/definitions/runtime.RawExtension"),
},
},
},
Required: []string{"type", "object"},
},
},
Dependencies: []string{
"runtime.RawExtension"},
},
"v1.WeightedPodAffinityTerm": { "v1.WeightedPodAffinityTerm": {
Schema: spec.Schema{ Schema: spec.Schema{
SchemaProps: spec.SchemaProps{ SchemaProps: spec.SchemaProps{
......
...@@ -60,7 +60,6 @@ filegroup( ...@@ -60,7 +60,6 @@ filegroup(
srcs = [ srcs = [
":package-srcs", ":package-srcs",
"//pkg/watch/json:all-srcs", "//pkg/watch/json:all-srcs",
"//pkg/watch/versioned:all-srcs",
], ],
tags = ["automanaged"], tags = ["automanaged"],
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment