DaemonSet Config to print the `hostname` on each Node in the cluster every 10 seconds.
   
 
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: DaemonSet
 metadata:
   # Unique key of the DaemonSet instance
   name: daemonset-example
 spec:
+  selector:
+    matchLabels:
+      app: daemonset-example
   template:
     metadata:
       labels:
@@ -4661,12 +4664,15 @@ spec:
 DaemonSet Config to print the `hostname` on each Node in the cluster every 10 seconds.
   
 
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: DaemonSet
 metadata:
   # Unique key of the DaemonSet instance
   name: daemonset-example
 spec:
+  selector:
+    matchLabels:
+      app: daemonset-example
   template:
     metadata:
       labels:
@@ -4784,11 +4790,14 @@ spec:
 kubectl command
   
 
-$ echo 'apiVersion: extensions/v1beta1
+$ echo 'apiVersion: apps/v1
 kind: DaemonSet
 metadata:
   name: daemonset-example
 spec:
+  selector:
+    matchLabels:
+      app: daemonset-example
   template:
     metadata:
       labels:
@@ -4815,11 +4824,14 @@ spec:
 
 $ kubectl proxy
 $ curl -X POST -H 'Content-Type: application/yaml' --data '
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: DaemonSet
 metadata:
   name: daemonset-example
 spec:
+  selector:
+    matchLabels:
+      app: daemonset-example
   template:
     metadata:
       labels:
@@ -4859,11 +4871,11 @@ daemonset "daemonset-example" created
 
 {
   "kind": "DaemonSet",
-  "apiVersion": "extensions/v1beta1",
+  "apiVersion": "apps/v1",
   "metadata": {
     "name": "daemonset-example",
     "namespace": "default",
-    "selfLink": "/apis/extensions/v1beta1/namespaces/default/daemonsets/daemonset-example",
+    "selfLink": "/apis/apps/v1/namespaces/default/daemonsets/daemonset-example",
     "uid": "65552ced-b0e2-11e6-aef0-42010af00229",
     "resourceVersion": "3558",
     "generation": 1,
@@ -5477,6 +5489,9 @@ metadata:
 spec:
   # 3 Pods should exist at all times.
   replicas: 3
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -5503,6 +5518,9 @@ metadata:
 spec:
   # 3 Pods should exist at all times.
   replicas: 3
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -5636,6 +5654,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -5662,6 +5683,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -5786,9 +5810,9 @@ deployment "deployment-example" created
 
 Patch
@@ -5960,6 +5984,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -5986,6 +6013,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -6116,8 +6146,8 @@ deployment "deployment-example" replaced
 
 Delete
@@ -6205,8 +6235,8 @@ deployment "deployment-example" deleted
 
 Delete Collection
@@ -7283,8 +7313,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deplo
 
 Patch Scale
@@ -7601,9 +7631,9 @@ job "example-job" created
 
 | Code | Description | 
 
+202 Job | Accepted | 
 200 Job | OK | 
 201 Job | Created | 
-202 Job | Accepted | 
 
 
 Patch
@@ -7674,8 +7704,8 @@ job "example-job" created
 
 | Code | Description | 
 
-200 Job | OK | 
 201 Job | Created | 
+200 Job | OK | 
 
 
 Delete
@@ -8745,9 +8775,9 @@ spec:
 
 | Code | Description | 
 
-202 Pod | Accepted | 
 200 Pod | OK | 
 201 Pod | Created | 
+202 Pod | Accepted | 
 
 
 Create Eviction
@@ -8782,9 +8812,9 @@ spec:
 
 Patch
@@ -8855,8 +8885,8 @@ spec:
 
 | Code | Description | 
 
-201 Pod | Created | 
 200 Pod | OK | 
+201 Pod | Created | 
 
 
 Delete
@@ -9217,8 +9247,8 @@ spec:
 
 | Code | Description | 
 
-201 Pod | Created | 
 200 Pod | OK | 
+201 Pod | Created | 
 
 
 Proxy Operations
@@ -9808,8 +9838,8 @@ spec:
 
 Delete
@@ -10424,9 +10454,9 @@ spec:
 
 Patch
@@ -11069,9 +11099,9 @@ spec:
 
 Patch
@@ -11142,8 +11172,8 @@ spec:
 
 Delete
@@ -11684,9 +11714,9 @@ Workloads can be accessed via proxy through the api master using the kubec
 
 Patch
@@ -11757,8 +11787,8 @@ Workloads can be accessed via proxy through the api master using the kubec
 
 Delete
@@ -12519,9 +12549,9 @@ Workloads can be accessed via proxy through the api master using the kubec
 
 Patch
@@ -12592,8 +12622,8 @@ Workloads can be accessed via proxy through the api master using the kubec
 
 Delete
@@ -12630,8 +12660,8 @@ Workloads can be accessed via proxy through the api master using the kubec
 
 Delete Collection
@@ -12954,8 +12984,8 @@ Workloads can be accessed via proxy through the api master using the kubec
 
 Service v1 core
@@ -14384,7 +14414,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Common resource types:
 
-- ConfigMaps]for providing text key value pairs injected into the application through environment variables, command line arguments, or files
 
+- ConfigMapsfor providing text key value pairs injected into the application through environment variables, command line arguments, or files
 
 - Secrets for providing binary data injected into the application through files
 
 - Volumes for providing a filesystem external to the Container.  Maybe shared across Containers within the same Pod and have a lifetime persisting beyond a Container or Pod.
 
 
@@ -14453,9 +14483,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -14863,9 +14893,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -14971,8 +15001,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete Collection
@@ -15304,8 +15334,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete Collection
@@ -15596,8 +15626,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete
@@ -15964,9 +15994,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -16037,8 +16067,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete
@@ -16468,9 +16498,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -17221,8 +17251,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 
@@ -17377,8 +17407,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete
@@ -17415,8 +17445,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete Collection
@@ -17735,9 +17765,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -18089,8 +18119,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Event v1 core
@@ -18172,9 +18202,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -18587,9 +18617,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -18660,8 +18690,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete
@@ -19026,9 +19056,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -19137,8 +19167,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete Collection
@@ -19632,8 +19662,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete Collection
@@ -19845,9 +19875,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -20198,9 +20228,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -20706,8 +20736,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete
@@ -21068,8 +21098,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 PriorityClass v1 scheduling.k8s.io
@@ -21135,9 +21165,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -22336,8 +22366,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete
@@ -22619,8 +22649,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 AuditSink v1alpha1 auditregistration.k8s.io
@@ -22800,8 +22830,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete Collection
@@ -23002,9 +23032,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 CertificateSigningRequest v1beta1 certificates.k8s.io
@@ -23094,9 +23124,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -23165,8 +23195,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete
@@ -23448,8 +23478,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 ClusterRole v1 rbac.authorization.k8s.io
@@ -23834,9 +23864,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -23905,8 +23935,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete
@@ -24261,9 +24291,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -24369,8 +24399,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete Collection
@@ -24701,9 +24731,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -25093,9 +25123,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Namespace v1 core
@@ -25180,9 +25210,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -25598,9 +25628,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -25952,8 +25982,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Proxy Operations
@@ -26328,9 +26358,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -27217,9 +27247,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -27328,8 +27358,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete Collection
@@ -27796,8 +27826,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete
@@ -28202,8 +28232,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete
@@ -28240,8 +28270,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete Collection
@@ -28528,9 +28558,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -28599,8 +28629,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete
@@ -28980,9 +29010,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Patch
@@ -29091,8 +29121,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete Collection
@@ -29522,9 +29552,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 NetworkPolicy v1 networking.k8s.io
@@ -29681,8 +29711,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
 
 Delete
@@ -36305,8 +36335,8 @@ The contents of the target Secret's Data field will be presented in a volume
 
 Delete
@@ -37242,8 +37272,8 @@ The contents of the target Secret's Data field will be presented in a volume
 
 Delete Collection
@@ -37563,8 +37593,8 @@ The contents of the target Secret's Data field will be presented in a volume
 
 Delete Collection
@@ -37776,9 +37806,9 @@ The contents of the target Secret's Data field will be presented in a volume
 
 Patch
@@ -37847,8 +37877,8 @@ The contents of the target Secret's Data field will be presented in a volume
 
 Delete
@@ -38097,9 +38127,9 @@ The contents of the target Secret's Data field will be presented in a volume
 
 Patch
@@ -38168,8 +38198,8 @@ The contents of the target Secret's Data field will be presented in a volume
 
 Delete
@@ -39271,9 +39301,9 @@ The contents of the target Secret's Data field will be presented in a volume
 
 Patch
@@ -39344,8 +39374,8 @@ The contents of the target Secret's Data field will be presented in a volume
 
 Delete
@@ -39382,8 +39412,8 @@ The contents of the target Secret's Data field will be presented in a volume
 
 Delete Collection
@@ -39907,9 +39937,9 @@ The contents of the target Secret's Data field will be presented in a volume
 
 Patch
@@ -40529,11 +40559,14 @@ The contents of the target Secret's Data field will be presented in a volume
 kubectl command
   
 
-$ echo 'apiVersion: extensions/v1beta1
+$ echo 'apiVersion: apps/v1
 kind: DaemonSet
 metadata:
   name: daemonset-example
 spec:
+  selector:
+    matchLabels:
+      app: daemonset-example
   template:
     metadata:
       labels:
@@ -40560,11 +40593,14 @@ spec:
 
 $ kubectl proxy
 $ curl -X POST -H 'Content-Type: application/yaml' --data '
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: DaemonSet
 metadata:
   name: daemonset-example
 spec:
+  selector:
+    matchLabels:
+      app: daemonset-example
   template:
     metadata:
       labels:
@@ -40604,11 +40640,11 @@ daemonset "daemonset-example" created
 
 {
   "kind": "DaemonSet",
-  "apiVersion": "extensions/v1beta1",
+  "apiVersion": "apps/v1",
   "metadata": {
     "name": "daemonset-example",
     "namespace": "default",
-    "selfLink": "/apis/extensions/v1beta1/namespaces/default/daemonsets/daemonset-example",
+    "selfLink": "/apis/apps/v1/namespaces/default/daemonsets/daemonset-example",
     "uid": "65552ced-b0e2-11e6-aef0-42010af00229",
     "resourceVersion": "3558",
     "generation": 1,
@@ -40691,9 +40727,9 @@ daemonset "daemonset-example" created
 
 Patch
@@ -40764,8 +40800,8 @@ daemonset "daemonset-example" created
 
 Delete
@@ -41301,11 +41337,14 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1beta2/namespaces/default/daemons
 kubectl command
   
 
-$ echo 'apiVersion: extensions/v1beta1
+$ echo 'apiVersion: apps/v1
 kind: DaemonSet
 metadata:
   name: daemonset-example
 spec:
+  selector:
+    matchLabels:
+      app: daemonset-example
   template:
     metadata:
       labels:
@@ -41332,11 +41371,14 @@ spec:
 
 $ kubectl proxy
 $ curl -X POST -H 'Content-Type: application/yaml' --data '
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: DaemonSet
 metadata:
   name: daemonset-example
 spec:
+  selector:
+    matchLabels:
+      app: daemonset-example
   template:
     metadata:
       labels:
@@ -41376,11 +41418,11 @@ daemonset "daemonset-example" created
 
 {
   "kind": "DaemonSet",
-  "apiVersion": "extensions/v1beta1",
+  "apiVersion": "apps/v1",
   "metadata": {
     "name": "daemonset-example",
     "namespace": "default",
-    "selfLink": "/apis/extensions/v1beta1/namespaces/default/daemonsets/daemonset-example",
+    "selfLink": "/apis/apps/v1/namespaces/default/daemonsets/daemonset-example",
     "uid": "65552ced-b0e2-11e6-aef0-42010af00229",
     "resourceVersion": "3558",
     "generation": 1,
@@ -42193,6 +42235,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -42219,6 +42264,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -42343,9 +42391,9 @@ deployment "deployment-example" created
 
 Patch
@@ -42517,6 +42565,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -42543,6 +42594,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -43840,8 +43894,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1beta2/watch/namespaces/default/
 
 Patch Scale
@@ -44012,6 +44066,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -44038,6 +44095,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -44336,6 +44396,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -44362,6 +44425,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -44492,8 +44558,8 @@ deployment "deployment-example" replaced
 
 Delete
@@ -45596,8 +45662,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1beta1/watch/namespaces/default/
 
 Misc Operations
@@ -45731,9 +45797,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1beta1/watch/namespaces/default/
 
 Deployment v1beta1 extensions
@@ -45868,6 +45934,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -45894,6 +45963,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -46018,9 +46090,9 @@ deployment "deployment-example" created
 
 Patch
@@ -46192,6 +46264,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -46218,6 +46293,9 @@ metadata:
 spec:
   replicas: 3
   revisionHistoryLimit: 10
+  selector:
+    matchLabels:
+      app: nginx
   template:
     metadata:
       labels:
@@ -46437,8 +46515,8 @@ deployment "deployment-example" deleted
 
 Delete Collection
@@ -47452,8 +47530,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Misc Operations
@@ -47587,9 +47665,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 DeploymentCondition v1beta2 apps
@@ -47850,8 +47928,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete
@@ -47888,8 +47966,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete Collection
@@ -48366,9 +48444,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Patch
@@ -48978,8 +49056,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete
@@ -49633,8 +49711,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete Collection
@@ -49957,8 +50035,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 IngressBackend v1beta1 extensions
@@ -50247,9 +50325,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Patch
@@ -50639,9 +50717,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 MetricSpec v2beta1 autoscaling
@@ -51765,9 +51843,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Patch
@@ -51836,8 +51914,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete
@@ -52190,9 +52268,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Patch
@@ -52261,8 +52339,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete
@@ -52515,9 +52593,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Patch
@@ -52988,8 +53066,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete Collection
@@ -53312,8 +53390,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Misc Operations
@@ -54270,9 +54348,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Patch
@@ -54748,8 +54826,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete
@@ -55081,9 +55159,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Patch
@@ -55192,8 +55270,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete Collection
@@ -56075,9 +56153,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Patch
@@ -56596,9 +56674,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 SelfSubjectRulesReview v1beta1 authorization.k8s.io
@@ -57005,8 +57083,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete
@@ -57430,8 +57508,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Patch Scale
@@ -57577,9 +57655,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Patch
@@ -57650,8 +57728,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete
@@ -58075,8 +58153,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Patch Scale
@@ -58278,9 +58356,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Patch
@@ -58349,8 +58427,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete
@@ -58700,9 +58778,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 SubjectRulesReviewStatus v1beta1 authorization.k8s.io
@@ -58821,9 +58899,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 UserInfo v1beta1 authentication.k8s.io
@@ -59010,8 +59088,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete
@@ -59047,8 +59125,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete Collection
@@ -59714,8 +59792,8 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 Delete
@@ -60123,9 +60201,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
 
 
 
 
 
-
+
 
-
-
+
+