docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/run_v1alpha1.namespaces.triggers.html b/docs/dyn/run_v1alpha1.namespaces.triggers.html
index dc27d19..b0a52c9 100644
--- a/docs/dyn/run_v1alpha1.namespaces.triggers.html
+++ b/docs/dyn/run_v1alpha1.namespaces.triggers.html
@@ -84,7 +84,7 @@
   <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
 <p class="firstline">Rpc to get information about a trigger.</p>
 <p class="toc_element">
-  <code><a href="#list">list(parent, watch=None, labelSelector=None, resourceVersion=None, includeUninitialized=None, fieldSelector=None, continue=None, limit=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(parent, continue=None, limit=None, watch=None, labelSelector=None, resourceVersion=None, includeUninitialized=None, fieldSelector=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Rpc to list triggers.</p>
 <h3>Method Details</h3>
 <div class="method">
@@ -100,20 +100,20 @@
 {
   &quot;status&quot;: { # TriggerStatus represents the current state of a Trigger. # Optional. Status represents the current state of the Trigger. This data may be out of
       # date.
-    &quot;observedGeneration&quot;: 42, # ObservedGeneration is the &#x27;Generation&#x27; of the Trigger that
-        # was last processed by the controller.
     &quot;subscriberUri&quot;: &quot;A String&quot;, # SubscriberURI is the resolved URI of the receiver for this Trigger.
     &quot;conditions&quot;: [ # Array of observed TriggerConditions, indicating the current state
         # of the Trigger.
       { # TriggerCondition contains state information for an Trigger.
+        &quot;message&quot;: &quot;A String&quot;, # Optional. Human readable message indicating details about the current status.
+        &quot;lastTransitionTime&quot;: &quot;A String&quot;, # Optional. Last time the condition transitioned from one status to another.
         &quot;status&quot;: &quot;A String&quot;, # Status of the condition, one of True, False, Unknown.
         &quot;severity&quot;: &quot;A String&quot;, # Optional. How to interpret failures of this condition, one of Error, Warning, Info
         &quot;reason&quot;: &quot;A String&quot;, # Optional. One-word CamelCase reason for the condition&#x27;s current status.
         &quot;type&quot;: &quot;A String&quot;, # Type of Trigger condition.
-        &quot;message&quot;: &quot;A String&quot;, # Optional. Human readable message indicating details about the current status.
-        &quot;lastTransitionTime&quot;: &quot;A String&quot;, # Optional. Last time the condition transitioned from one status to another.
       },
     ],
+    &quot;observedGeneration&quot;: 42, # ObservedGeneration is the &#x27;Generation&#x27; of the Trigger that
+        # was last processed by the controller.
   },
   &quot;apiVersion&quot;: &quot;A String&quot;, # The API version for this call such as &quot;eventing.knative.dev/v1alpha1&quot;.
   &quot;spec&quot;: { # The desired state of the Trigger. # Spec defines the desired state of the Trigger.
@@ -155,10 +155,6 @@
             # More info:
             # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
             # +optional
-        &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
-            # More info:
-            # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
-            # +optional
         &quot;fieldPath&quot;: &quot;A String&quot;, # If referring to a piece of an object instead of an entire object, this
             # string should contain a valid JSON/Go field access statement, such as
             # desiredState.manifest.containers[2]. For example, if the object reference
@@ -168,6 +164,10 @@
             # &quot;spec.containers[2]&quot; (container with index 2 in this pod). This syntax is
             # chosen only to have some well-defined way of referencing a part of an
             # object.
+        &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
+            # More info:
+            # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
+            # +optional
         &quot;namespace&quot;: &quot;A String&quot;, # Namespace of the referent.
             # More info:
             # https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
@@ -182,12 +182,6 @@
   &quot;kind&quot;: &quot;A String&quot;, # The kind of resource, in this case &quot;Trigger&quot;.
   &quot;metadata&quot;: { # ObjectMeta is metadata that all persisted resources must have, which includes # Metadata associated with this Trigger.
       # all objects users must create.
-    &quot;annotations&quot;: { # Annotations is an unstructured key value map stored with a resource that
-        # may be set by external tools to store and retrieve arbitrary metadata. They
-        # are not queryable and should be preserved when modifying objects. More
-        # info: http://kubernetes.io/docs/user-guide/annotations +optional
-      &quot;a_key&quot;: &quot;A String&quot;,
-    },
     &quot;generateName&quot;: &quot;A String&quot;, # Not currently supported by Cloud Run.
         #
         # GenerateName is an optional prefix, used by the server, to generate a
@@ -216,17 +210,17 @@
         # for creation idempotence and configuration definition. Cannot be updated.
         # More info: http://kubernetes.io/docs/user-guide/identifiers#names
         # +optional
+    &quot;deletionGracePeriodSeconds&quot;: 42, # Not currently supported by Cloud Run.
+        #
+        # Number of seconds allowed for this object to gracefully terminate before
+        # it will be removed from the system. Only set when deletionTimestamp is also
+        # set. May only be shortened. Read-only. +optional
     &quot;clusterName&quot;: &quot;A String&quot;, # Not currently supported by Cloud Run.
         #
         # The name of the cluster which the object belongs to.
         # This is used to distinguish resources with same name and namespace in
         # different clusters. This field is not set anywhere right now and apiserver
         # is going to ignore it if set in create or update request. +optional
-    &quot;deletionGracePeriodSeconds&quot;: 42, # Not currently supported by Cloud Run.
-        #
-        # Number of seconds allowed for this object to gracefully terminate before
-        # it will be removed from the system. Only set when deletionTimestamp is also
-        # set. May only be shortened. Read-only. +optional
     &quot;finalizers&quot;: [ # Not currently supported by Cloud Run.
         #
         # Must be empty before the object is deleted from the registry. Each entry
@@ -266,11 +260,6 @@
       { # OwnerReference contains enough information to let you identify an owning
           # object. Currently, an owning object must be in the same namespace, so there
           # is no namespace field.
-        &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent.
-        &quot;name&quot;: &quot;A String&quot;, # Name of the referent.
-            # More info: http://kubernetes.io/docs/user-guide/identifiers#names
-        &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
-            # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
         &quot;controller&quot;: True or False, # If true, this reference points to the managing controller.
             # +optional
         &quot;kind&quot;: &quot;A String&quot;, # Kind of the referent.
@@ -283,6 +272,11 @@
             # To set this field, a user needs &quot;delete&quot; permission of the owner,
             # otherwise 422 (Unprocessable Entity) will be returned.
             # +optional
+        &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent.
+        &quot;name&quot;: &quot;A String&quot;, # Name of the referent.
+            # More info: http://kubernetes.io/docs/user-guide/identifiers#names
+        &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
+            # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
       },
     ],
     &quot;creationTimestamp&quot;: &quot;A String&quot;, # CreationTimestamp is a timestamp representing the server time when this
@@ -319,6 +313,11 @@
         # More info:
         # https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency
         # +optional
+    &quot;selfLink&quot;: &quot;A String&quot;, # SelfLink is a URL representing this object.
+        # Populated by the system.
+        # Read-only.
+        # +optional
+        #  string selfLink = 4;
     &quot;uid&quot;: &quot;A String&quot;, # UID is the unique in time and space value for this object. It is typically
         # generated by the server on successful creation of a resource and is not
         # allowed to change on PUT operations.
@@ -327,14 +326,15 @@
         # Read-only.
         # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
         # +optional
-    &quot;selfLink&quot;: &quot;A String&quot;, # SelfLink is a URL representing this object.
-        # Populated by the system.
-        # Read-only.
-        # +optional
-        #  string selfLink = 4;
     &quot;namespace&quot;: &quot;A String&quot;, # Namespace defines the space within each name must be unique, within a
         # Cloud Run region. In Cloud Run the namespace must be equal to either the
         # project ID or project number.
+    &quot;annotations&quot;: { # Annotations is an unstructured key value map stored with a resource that
+        # may be set by external tools to store and retrieve arbitrary metadata. They
+        # are not queryable and should be preserved when modifying objects. More
+        # info: http://kubernetes.io/docs/user-guide/annotations +optional
+      &quot;a_key&quot;: &quot;A String&quot;,
+    },
   },
 }
 
@@ -349,20 +349,20 @@
     {
     &quot;status&quot;: { # TriggerStatus represents the current state of a Trigger. # Optional. Status represents the current state of the Trigger. This data may be out of
         # date.
-      &quot;observedGeneration&quot;: 42, # ObservedGeneration is the &#x27;Generation&#x27; of the Trigger that
-          # was last processed by the controller.
       &quot;subscriberUri&quot;: &quot;A String&quot;, # SubscriberURI is the resolved URI of the receiver for this Trigger.
       &quot;conditions&quot;: [ # Array of observed TriggerConditions, indicating the current state
           # of the Trigger.
         { # TriggerCondition contains state information for an Trigger.
+          &quot;message&quot;: &quot;A String&quot;, # Optional. Human readable message indicating details about the current status.
+          &quot;lastTransitionTime&quot;: &quot;A String&quot;, # Optional. Last time the condition transitioned from one status to another.
           &quot;status&quot;: &quot;A String&quot;, # Status of the condition, one of True, False, Unknown.
           &quot;severity&quot;: &quot;A String&quot;, # Optional. How to interpret failures of this condition, one of Error, Warning, Info
           &quot;reason&quot;: &quot;A String&quot;, # Optional. One-word CamelCase reason for the condition&#x27;s current status.
           &quot;type&quot;: &quot;A String&quot;, # Type of Trigger condition.
-          &quot;message&quot;: &quot;A String&quot;, # Optional. Human readable message indicating details about the current status.
-          &quot;lastTransitionTime&quot;: &quot;A String&quot;, # Optional. Last time the condition transitioned from one status to another.
         },
       ],
+      &quot;observedGeneration&quot;: 42, # ObservedGeneration is the &#x27;Generation&#x27; of the Trigger that
+          # was last processed by the controller.
     },
     &quot;apiVersion&quot;: &quot;A String&quot;, # The API version for this call such as &quot;eventing.knative.dev/v1alpha1&quot;.
     &quot;spec&quot;: { # The desired state of the Trigger. # Spec defines the desired state of the Trigger.
@@ -404,10 +404,6 @@
               # More info:
               # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
               # +optional
-          &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
-              # More info:
-              # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
-              # +optional
           &quot;fieldPath&quot;: &quot;A String&quot;, # If referring to a piece of an object instead of an entire object, this
               # string should contain a valid JSON/Go field access statement, such as
               # desiredState.manifest.containers[2]. For example, if the object reference
@@ -417,6 +413,10 @@
               # &quot;spec.containers[2]&quot; (container with index 2 in this pod). This syntax is
               # chosen only to have some well-defined way of referencing a part of an
               # object.
+          &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
+              # More info:
+              # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
+              # +optional
           &quot;namespace&quot;: &quot;A String&quot;, # Namespace of the referent.
               # More info:
               # https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
@@ -431,12 +431,6 @@
     &quot;kind&quot;: &quot;A String&quot;, # The kind of resource, in this case &quot;Trigger&quot;.
     &quot;metadata&quot;: { # ObjectMeta is metadata that all persisted resources must have, which includes # Metadata associated with this Trigger.
         # all objects users must create.
-      &quot;annotations&quot;: { # Annotations is an unstructured key value map stored with a resource that
-          # may be set by external tools to store and retrieve arbitrary metadata. They
-          # are not queryable and should be preserved when modifying objects. More
-          # info: http://kubernetes.io/docs/user-guide/annotations +optional
-        &quot;a_key&quot;: &quot;A String&quot;,
-      },
       &quot;generateName&quot;: &quot;A String&quot;, # Not currently supported by Cloud Run.
           #
           # GenerateName is an optional prefix, used by the server, to generate a
@@ -465,17 +459,17 @@
           # for creation idempotence and configuration definition. Cannot be updated.
           # More info: http://kubernetes.io/docs/user-guide/identifiers#names
           # +optional
+      &quot;deletionGracePeriodSeconds&quot;: 42, # Not currently supported by Cloud Run.
+          #
+          # Number of seconds allowed for this object to gracefully terminate before
+          # it will be removed from the system. Only set when deletionTimestamp is also
+          # set. May only be shortened. Read-only. +optional
       &quot;clusterName&quot;: &quot;A String&quot;, # Not currently supported by Cloud Run.
           #
           # The name of the cluster which the object belongs to.
           # This is used to distinguish resources with same name and namespace in
           # different clusters. This field is not set anywhere right now and apiserver
           # is going to ignore it if set in create or update request. +optional
-      &quot;deletionGracePeriodSeconds&quot;: 42, # Not currently supported by Cloud Run.
-          #
-          # Number of seconds allowed for this object to gracefully terminate before
-          # it will be removed from the system. Only set when deletionTimestamp is also
-          # set. May only be shortened. Read-only. +optional
       &quot;finalizers&quot;: [ # Not currently supported by Cloud Run.
           #
           # Must be empty before the object is deleted from the registry. Each entry
@@ -515,11 +509,6 @@
         { # OwnerReference contains enough information to let you identify an owning
             # object. Currently, an owning object must be in the same namespace, so there
             # is no namespace field.
-          &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent.
-          &quot;name&quot;: &quot;A String&quot;, # Name of the referent.
-              # More info: http://kubernetes.io/docs/user-guide/identifiers#names
-          &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
-              # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
           &quot;controller&quot;: True or False, # If true, this reference points to the managing controller.
               # +optional
           &quot;kind&quot;: &quot;A String&quot;, # Kind of the referent.
@@ -532,6 +521,11 @@
               # To set this field, a user needs &quot;delete&quot; permission of the owner,
               # otherwise 422 (Unprocessable Entity) will be returned.
               # +optional
+          &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent.
+          &quot;name&quot;: &quot;A String&quot;, # Name of the referent.
+              # More info: http://kubernetes.io/docs/user-guide/identifiers#names
+          &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
+              # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
         },
       ],
       &quot;creationTimestamp&quot;: &quot;A String&quot;, # CreationTimestamp is a timestamp representing the server time when this
@@ -568,6 +562,11 @@
           # More info:
           # https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency
           # +optional
+      &quot;selfLink&quot;: &quot;A String&quot;, # SelfLink is a URL representing this object.
+          # Populated by the system.
+          # Read-only.
+          # +optional
+          #  string selfLink = 4;
       &quot;uid&quot;: &quot;A String&quot;, # UID is the unique in time and space value for this object. It is typically
           # generated by the server on successful creation of a resource and is not
           # allowed to change on PUT operations.
@@ -576,14 +575,15 @@
           # Read-only.
           # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
           # +optional
-      &quot;selfLink&quot;: &quot;A String&quot;, # SelfLink is a URL representing this object.
-          # Populated by the system.
-          # Read-only.
-          # +optional
-          #  string selfLink = 4;
       &quot;namespace&quot;: &quot;A String&quot;, # Namespace defines the space within each name must be unique, within a
           # Cloud Run region. In Cloud Run the namespace must be equal to either the
           # project ID or project number.
+      &quot;annotations&quot;: { # Annotations is an unstructured key value map stored with a resource that
+          # may be set by external tools to store and retrieve arbitrary metadata. They
+          # are not queryable and should be preserved when modifying objects. More
+          # info: http://kubernetes.io/docs/user-guide/annotations +optional
+        &quot;a_key&quot;: &quot;A String&quot;,
+      },
     },
   }</pre>
 </div>
@@ -639,20 +639,20 @@
     {
     &quot;status&quot;: { # TriggerStatus represents the current state of a Trigger. # Optional. Status represents the current state of the Trigger. This data may be out of
         # date.
-      &quot;observedGeneration&quot;: 42, # ObservedGeneration is the &#x27;Generation&#x27; of the Trigger that
-          # was last processed by the controller.
       &quot;subscriberUri&quot;: &quot;A String&quot;, # SubscriberURI is the resolved URI of the receiver for this Trigger.
       &quot;conditions&quot;: [ # Array of observed TriggerConditions, indicating the current state
           # of the Trigger.
         { # TriggerCondition contains state information for an Trigger.
+          &quot;message&quot;: &quot;A String&quot;, # Optional. Human readable message indicating details about the current status.
+          &quot;lastTransitionTime&quot;: &quot;A String&quot;, # Optional. Last time the condition transitioned from one status to another.
           &quot;status&quot;: &quot;A String&quot;, # Status of the condition, one of True, False, Unknown.
           &quot;severity&quot;: &quot;A String&quot;, # Optional. How to interpret failures of this condition, one of Error, Warning, Info
           &quot;reason&quot;: &quot;A String&quot;, # Optional. One-word CamelCase reason for the condition&#x27;s current status.
           &quot;type&quot;: &quot;A String&quot;, # Type of Trigger condition.
-          &quot;message&quot;: &quot;A String&quot;, # Optional. Human readable message indicating details about the current status.
-          &quot;lastTransitionTime&quot;: &quot;A String&quot;, # Optional. Last time the condition transitioned from one status to another.
         },
       ],
+      &quot;observedGeneration&quot;: 42, # ObservedGeneration is the &#x27;Generation&#x27; of the Trigger that
+          # was last processed by the controller.
     },
     &quot;apiVersion&quot;: &quot;A String&quot;, # The API version for this call such as &quot;eventing.knative.dev/v1alpha1&quot;.
     &quot;spec&quot;: { # The desired state of the Trigger. # Spec defines the desired state of the Trigger.
@@ -694,10 +694,6 @@
               # More info:
               # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
               # +optional
-          &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
-              # More info:
-              # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
-              # +optional
           &quot;fieldPath&quot;: &quot;A String&quot;, # If referring to a piece of an object instead of an entire object, this
               # string should contain a valid JSON/Go field access statement, such as
               # desiredState.manifest.containers[2]. For example, if the object reference
@@ -707,6 +703,10 @@
               # &quot;spec.containers[2]&quot; (container with index 2 in this pod). This syntax is
               # chosen only to have some well-defined way of referencing a part of an
               # object.
+          &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
+              # More info:
+              # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
+              # +optional
           &quot;namespace&quot;: &quot;A String&quot;, # Namespace of the referent.
               # More info:
               # https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
@@ -721,12 +721,6 @@
     &quot;kind&quot;: &quot;A String&quot;, # The kind of resource, in this case &quot;Trigger&quot;.
     &quot;metadata&quot;: { # ObjectMeta is metadata that all persisted resources must have, which includes # Metadata associated with this Trigger.
         # all objects users must create.
-      &quot;annotations&quot;: { # Annotations is an unstructured key value map stored with a resource that
-          # may be set by external tools to store and retrieve arbitrary metadata. They
-          # are not queryable and should be preserved when modifying objects. More
-          # info: http://kubernetes.io/docs/user-guide/annotations +optional
-        &quot;a_key&quot;: &quot;A String&quot;,
-      },
       &quot;generateName&quot;: &quot;A String&quot;, # Not currently supported by Cloud Run.
           #
           # GenerateName is an optional prefix, used by the server, to generate a
@@ -755,17 +749,17 @@
           # for creation idempotence and configuration definition. Cannot be updated.
           # More info: http://kubernetes.io/docs/user-guide/identifiers#names
           # +optional
+      &quot;deletionGracePeriodSeconds&quot;: 42, # Not currently supported by Cloud Run.
+          #
+          # Number of seconds allowed for this object to gracefully terminate before
+          # it will be removed from the system. Only set when deletionTimestamp is also
+          # set. May only be shortened. Read-only. +optional
       &quot;clusterName&quot;: &quot;A String&quot;, # Not currently supported by Cloud Run.
           #
           # The name of the cluster which the object belongs to.
           # This is used to distinguish resources with same name and namespace in
           # different clusters. This field is not set anywhere right now and apiserver
           # is going to ignore it if set in create or update request. +optional
-      &quot;deletionGracePeriodSeconds&quot;: 42, # Not currently supported by Cloud Run.
-          #
-          # Number of seconds allowed for this object to gracefully terminate before
-          # it will be removed from the system. Only set when deletionTimestamp is also
-          # set. May only be shortened. Read-only. +optional
       &quot;finalizers&quot;: [ # Not currently supported by Cloud Run.
           #
           # Must be empty before the object is deleted from the registry. Each entry
@@ -805,11 +799,6 @@
         { # OwnerReference contains enough information to let you identify an owning
             # object. Currently, an owning object must be in the same namespace, so there
             # is no namespace field.
-          &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent.
-          &quot;name&quot;: &quot;A String&quot;, # Name of the referent.
-              # More info: http://kubernetes.io/docs/user-guide/identifiers#names
-          &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
-              # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
           &quot;controller&quot;: True or False, # If true, this reference points to the managing controller.
               # +optional
           &quot;kind&quot;: &quot;A String&quot;, # Kind of the referent.
@@ -822,6 +811,11 @@
               # To set this field, a user needs &quot;delete&quot; permission of the owner,
               # otherwise 422 (Unprocessable Entity) will be returned.
               # +optional
+          &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent.
+          &quot;name&quot;: &quot;A String&quot;, # Name of the referent.
+              # More info: http://kubernetes.io/docs/user-guide/identifiers#names
+          &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
+              # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
         },
       ],
       &quot;creationTimestamp&quot;: &quot;A String&quot;, # CreationTimestamp is a timestamp representing the server time when this
@@ -858,6 +852,11 @@
           # More info:
           # https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency
           # +optional
+      &quot;selfLink&quot;: &quot;A String&quot;, # SelfLink is a URL representing this object.
+          # Populated by the system.
+          # Read-only.
+          # +optional
+          #  string selfLink = 4;
       &quot;uid&quot;: &quot;A String&quot;, # UID is the unique in time and space value for this object. It is typically
           # generated by the server on successful creation of a resource and is not
           # allowed to change on PUT operations.
@@ -866,25 +865,28 @@
           # Read-only.
           # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
           # +optional
-      &quot;selfLink&quot;: &quot;A String&quot;, # SelfLink is a URL representing this object.
-          # Populated by the system.
-          # Read-only.
-          # +optional
-          #  string selfLink = 4;
       &quot;namespace&quot;: &quot;A String&quot;, # Namespace defines the space within each name must be unique, within a
           # Cloud Run region. In Cloud Run the namespace must be equal to either the
           # project ID or project number.
+      &quot;annotations&quot;: { # Annotations is an unstructured key value map stored with a resource that
+          # may be set by external tools to store and retrieve arbitrary metadata. They
+          # are not queryable and should be preserved when modifying objects. More
+          # info: http://kubernetes.io/docs/user-guide/annotations +optional
+        &quot;a_key&quot;: &quot;A String&quot;,
+      },
     },
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(parent, watch=None, labelSelector=None, resourceVersion=None, includeUninitialized=None, fieldSelector=None, continue=None, limit=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(parent, continue=None, limit=None, watch=None, labelSelector=None, resourceVersion=None, includeUninitialized=None, fieldSelector=None, x__xgafv=None)</code>
   <pre>Rpc to list triggers.
 
 Args:
   parent: string, The project ID or project number from which the triggers should
 be listed. (required)
+  continue: string, Optional. Encoded string to continue paging.
+  limit: integer, The maximum number of records that should be returned.
   watch: boolean, Flag that indicates that the client expects to watch this resource as well.
 Not currently used by Cloud Run.
   labelSelector: string, Allows to filter resources based on a label. Supported operations are
@@ -895,8 +897,6 @@
   fieldSelector: string, Allows to filter resources based on a specific value for a field name.
 Send this in a query string format. i.e. &#x27;metadata.name%3Dlorem&#x27;.
 Not currently used by Cloud Run.
-  continue: string, Optional. Encoded string to continue paging.
-  limit: integer, The maximum number of records that should be returned.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -938,20 +938,20 @@
       {
         &quot;status&quot;: { # TriggerStatus represents the current state of a Trigger. # Optional. Status represents the current state of the Trigger. This data may be out of
             # date.
-          &quot;observedGeneration&quot;: 42, # ObservedGeneration is the &#x27;Generation&#x27; of the Trigger that
-              # was last processed by the controller.
           &quot;subscriberUri&quot;: &quot;A String&quot;, # SubscriberURI is the resolved URI of the receiver for this Trigger.
           &quot;conditions&quot;: [ # Array of observed TriggerConditions, indicating the current state
               # of the Trigger.
             { # TriggerCondition contains state information for an Trigger.
+              &quot;message&quot;: &quot;A String&quot;, # Optional. Human readable message indicating details about the current status.
+              &quot;lastTransitionTime&quot;: &quot;A String&quot;, # Optional. Last time the condition transitioned from one status to another.
               &quot;status&quot;: &quot;A String&quot;, # Status of the condition, one of True, False, Unknown.
               &quot;severity&quot;: &quot;A String&quot;, # Optional. How to interpret failures of this condition, one of Error, Warning, Info
               &quot;reason&quot;: &quot;A String&quot;, # Optional. One-word CamelCase reason for the condition&#x27;s current status.
               &quot;type&quot;: &quot;A String&quot;, # Type of Trigger condition.
-              &quot;message&quot;: &quot;A String&quot;, # Optional. Human readable message indicating details about the current status.
-              &quot;lastTransitionTime&quot;: &quot;A String&quot;, # Optional. Last time the condition transitioned from one status to another.
             },
           ],
+          &quot;observedGeneration&quot;: 42, # ObservedGeneration is the &#x27;Generation&#x27; of the Trigger that
+              # was last processed by the controller.
         },
         &quot;apiVersion&quot;: &quot;A String&quot;, # The API version for this call such as &quot;eventing.knative.dev/v1alpha1&quot;.
         &quot;spec&quot;: { # The desired state of the Trigger. # Spec defines the desired state of the Trigger.
@@ -993,10 +993,6 @@
                   # More info:
                   # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
                   # +optional
-              &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
-                  # More info:
-                  # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
-                  # +optional
               &quot;fieldPath&quot;: &quot;A String&quot;, # If referring to a piece of an object instead of an entire object, this
                   # string should contain a valid JSON/Go field access statement, such as
                   # desiredState.manifest.containers[2]. For example, if the object reference
@@ -1006,6 +1002,10 @@
                   # &quot;spec.containers[2]&quot; (container with index 2 in this pod). This syntax is
                   # chosen only to have some well-defined way of referencing a part of an
                   # object.
+              &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
+                  # More info:
+                  # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
+                  # +optional
               &quot;namespace&quot;: &quot;A String&quot;, # Namespace of the referent.
                   # More info:
                   # https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
@@ -1020,12 +1020,6 @@
         &quot;kind&quot;: &quot;A String&quot;, # The kind of resource, in this case &quot;Trigger&quot;.
         &quot;metadata&quot;: { # ObjectMeta is metadata that all persisted resources must have, which includes # Metadata associated with this Trigger.
             # all objects users must create.
-          &quot;annotations&quot;: { # Annotations is an unstructured key value map stored with a resource that
-              # may be set by external tools to store and retrieve arbitrary metadata. They
-              # are not queryable and should be preserved when modifying objects. More
-              # info: http://kubernetes.io/docs/user-guide/annotations +optional
-            &quot;a_key&quot;: &quot;A String&quot;,
-          },
           &quot;generateName&quot;: &quot;A String&quot;, # Not currently supported by Cloud Run.
               #
               # GenerateName is an optional prefix, used by the server, to generate a
@@ -1054,17 +1048,17 @@
               # for creation idempotence and configuration definition. Cannot be updated.
               # More info: http://kubernetes.io/docs/user-guide/identifiers#names
               # +optional
+          &quot;deletionGracePeriodSeconds&quot;: 42, # Not currently supported by Cloud Run.
+              #
+              # Number of seconds allowed for this object to gracefully terminate before
+              # it will be removed from the system. Only set when deletionTimestamp is also
+              # set. May only be shortened. Read-only. +optional
           &quot;clusterName&quot;: &quot;A String&quot;, # Not currently supported by Cloud Run.
               #
               # The name of the cluster which the object belongs to.
               # This is used to distinguish resources with same name and namespace in
               # different clusters. This field is not set anywhere right now and apiserver
               # is going to ignore it if set in create or update request. +optional
-          &quot;deletionGracePeriodSeconds&quot;: 42, # Not currently supported by Cloud Run.
-              #
-              # Number of seconds allowed for this object to gracefully terminate before
-              # it will be removed from the system. Only set when deletionTimestamp is also
-              # set. May only be shortened. Read-only. +optional
           &quot;finalizers&quot;: [ # Not currently supported by Cloud Run.
               #
               # Must be empty before the object is deleted from the registry. Each entry
@@ -1104,11 +1098,6 @@
             { # OwnerReference contains enough information to let you identify an owning
                 # object. Currently, an owning object must be in the same namespace, so there
                 # is no namespace field.
-              &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent.
-              &quot;name&quot;: &quot;A String&quot;, # Name of the referent.
-                  # More info: http://kubernetes.io/docs/user-guide/identifiers#names
-              &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
-                  # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
               &quot;controller&quot;: True or False, # If true, this reference points to the managing controller.
                   # +optional
               &quot;kind&quot;: &quot;A String&quot;, # Kind of the referent.
@@ -1121,6 +1110,11 @@
                   # To set this field, a user needs &quot;delete&quot; permission of the owner,
                   # otherwise 422 (Unprocessable Entity) will be returned.
                   # +optional
+              &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent.
+              &quot;name&quot;: &quot;A String&quot;, # Name of the referent.
+                  # More info: http://kubernetes.io/docs/user-guide/identifiers#names
+              &quot;uid&quot;: &quot;A String&quot;, # UID of the referent.
+                  # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
             },
           ],
           &quot;creationTimestamp&quot;: &quot;A String&quot;, # CreationTimestamp is a timestamp representing the server time when this
@@ -1157,6 +1151,11 @@
               # More info:
               # https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency
               # +optional
+          &quot;selfLink&quot;: &quot;A String&quot;, # SelfLink is a URL representing this object.
+              # Populated by the system.
+              # Read-only.
+              # +optional
+              #  string selfLink = 4;
           &quot;uid&quot;: &quot;A String&quot;, # UID is the unique in time and space value for this object. It is typically
               # generated by the server on successful creation of a resource and is not
               # allowed to change on PUT operations.
@@ -1165,14 +1164,15 @@
               # Read-only.
               # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
               # +optional
-          &quot;selfLink&quot;: &quot;A String&quot;, # SelfLink is a URL representing this object.
-              # Populated by the system.
-              # Read-only.
-              # +optional
-              #  string selfLink = 4;
           &quot;namespace&quot;: &quot;A String&quot;, # Namespace defines the space within each name must be unique, within a
               # Cloud Run region. In Cloud Run the namespace must be equal to either the
               # project ID or project number.
+          &quot;annotations&quot;: { # Annotations is an unstructured key value map stored with a resource that
+              # may be set by external tools to store and retrieve arbitrary metadata. They
+              # are not queryable and should be preserved when modifying objects. More
+              # info: http://kubernetes.io/docs/user-guide/annotations +optional
+            &quot;a_key&quot;: &quot;A String&quot;,
+          },
         },
       },
     ],