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 @@
{
"status": { # TriggerStatus represents the current state of a Trigger. # Optional. Status represents the current state of the Trigger. This data may be out of
# date.
- "observedGeneration": 42, # ObservedGeneration is the 'Generation' of the Trigger that
- # was last processed by the controller.
"subscriberUri": "A String", # SubscriberURI is the resolved URI of the receiver for this Trigger.
"conditions": [ # Array of observed TriggerConditions, indicating the current state
# of the Trigger.
{ # TriggerCondition contains state information for an Trigger.
+ "message": "A String", # Optional. Human readable message indicating details about the current status.
+ "lastTransitionTime": "A String", # Optional. Last time the condition transitioned from one status to another.
"status": "A String", # Status of the condition, one of True, False, Unknown.
"severity": "A String", # Optional. How to interpret failures of this condition, one of Error, Warning, Info
"reason": "A String", # Optional. One-word CamelCase reason for the condition's current status.
"type": "A String", # Type of Trigger condition.
- "message": "A String", # Optional. Human readable message indicating details about the current status.
- "lastTransitionTime": "A String", # Optional. Last time the condition transitioned from one status to another.
},
],
+ "observedGeneration": 42, # ObservedGeneration is the 'Generation' of the Trigger that
+ # was last processed by the controller.
},
"apiVersion": "A String", # The API version for this call such as "eventing.knative.dev/v1alpha1".
"spec": { # 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
- "uid": "A String", # UID of the referent.
- # More info:
- # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
- # +optional
"fieldPath": "A String", # 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 @@
# "spec.containers[2]" (container with index 2 in this pod). This syntax is
# chosen only to have some well-defined way of referencing a part of an
# object.
+ "uid": "A String", # UID of the referent.
+ # More info:
+ # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
+ # +optional
"namespace": "A String", # Namespace of the referent.
# More info:
# https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
@@ -182,12 +182,6 @@
"kind": "A String", # The kind of resource, in this case "Trigger".
"metadata": { # ObjectMeta is metadata that all persisted resources must have, which includes # Metadata associated with this Trigger.
# all objects users must create.
- "annotations": { # 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
- "a_key": "A String",
- },
"generateName": "A String", # 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
+ "deletionGracePeriodSeconds": 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
"clusterName": "A String", # 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
- "deletionGracePeriodSeconds": 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
"finalizers": [ # 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.
- "apiVersion": "A String", # API version of the referent.
- "name": "A String", # Name of the referent.
- # More info: http://kubernetes.io/docs/user-guide/identifiers#names
- "uid": "A String", # UID of the referent.
- # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
"controller": True or False, # If true, this reference points to the managing controller.
# +optional
"kind": "A String", # Kind of the referent.
@@ -283,6 +272,11 @@
# To set this field, a user needs "delete" permission of the owner,
# otherwise 422 (Unprocessable Entity) will be returned.
# +optional
+ "apiVersion": "A String", # API version of the referent.
+ "name": "A String", # Name of the referent.
+ # More info: http://kubernetes.io/docs/user-guide/identifiers#names
+ "uid": "A String", # UID of the referent.
+ # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
},
],
"creationTimestamp": "A String", # 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
+ "selfLink": "A String", # SelfLink is a URL representing this object.
+ # Populated by the system.
+ # Read-only.
+ # +optional
+ # string selfLink = 4;
"uid": "A String", # 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
- "selfLink": "A String", # SelfLink is a URL representing this object.
- # Populated by the system.
- # Read-only.
- # +optional
- # string selfLink = 4;
"namespace": "A String", # 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.
+ "annotations": { # 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
+ "a_key": "A String",
+ },
},
}
@@ -349,20 +349,20 @@
{
"status": { # TriggerStatus represents the current state of a Trigger. # Optional. Status represents the current state of the Trigger. This data may be out of
# date.
- "observedGeneration": 42, # ObservedGeneration is the 'Generation' of the Trigger that
- # was last processed by the controller.
"subscriberUri": "A String", # SubscriberURI is the resolved URI of the receiver for this Trigger.
"conditions": [ # Array of observed TriggerConditions, indicating the current state
# of the Trigger.
{ # TriggerCondition contains state information for an Trigger.
+ "message": "A String", # Optional. Human readable message indicating details about the current status.
+ "lastTransitionTime": "A String", # Optional. Last time the condition transitioned from one status to another.
"status": "A String", # Status of the condition, one of True, False, Unknown.
"severity": "A String", # Optional. How to interpret failures of this condition, one of Error, Warning, Info
"reason": "A String", # Optional. One-word CamelCase reason for the condition's current status.
"type": "A String", # Type of Trigger condition.
- "message": "A String", # Optional. Human readable message indicating details about the current status.
- "lastTransitionTime": "A String", # Optional. Last time the condition transitioned from one status to another.
},
],
+ "observedGeneration": 42, # ObservedGeneration is the 'Generation' of the Trigger that
+ # was last processed by the controller.
},
"apiVersion": "A String", # The API version for this call such as "eventing.knative.dev/v1alpha1".
"spec": { # 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
- "uid": "A String", # UID of the referent.
- # More info:
- # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
- # +optional
"fieldPath": "A String", # 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 @@
# "spec.containers[2]" (container with index 2 in this pod). This syntax is
# chosen only to have some well-defined way of referencing a part of an
# object.
+ "uid": "A String", # UID of the referent.
+ # More info:
+ # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
+ # +optional
"namespace": "A String", # Namespace of the referent.
# More info:
# https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
@@ -431,12 +431,6 @@
"kind": "A String", # The kind of resource, in this case "Trigger".
"metadata": { # ObjectMeta is metadata that all persisted resources must have, which includes # Metadata associated with this Trigger.
# all objects users must create.
- "annotations": { # 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
- "a_key": "A String",
- },
"generateName": "A String", # 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
+ "deletionGracePeriodSeconds": 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
"clusterName": "A String", # 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
- "deletionGracePeriodSeconds": 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
"finalizers": [ # 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.
- "apiVersion": "A String", # API version of the referent.
- "name": "A String", # Name of the referent.
- # More info: http://kubernetes.io/docs/user-guide/identifiers#names
- "uid": "A String", # UID of the referent.
- # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
"controller": True or False, # If true, this reference points to the managing controller.
# +optional
"kind": "A String", # Kind of the referent.
@@ -532,6 +521,11 @@
# To set this field, a user needs "delete" permission of the owner,
# otherwise 422 (Unprocessable Entity) will be returned.
# +optional
+ "apiVersion": "A String", # API version of the referent.
+ "name": "A String", # Name of the referent.
+ # More info: http://kubernetes.io/docs/user-guide/identifiers#names
+ "uid": "A String", # UID of the referent.
+ # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
},
],
"creationTimestamp": "A String", # 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
+ "selfLink": "A String", # SelfLink is a URL representing this object.
+ # Populated by the system.
+ # Read-only.
+ # +optional
+ # string selfLink = 4;
"uid": "A String", # 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
- "selfLink": "A String", # SelfLink is a URL representing this object.
- # Populated by the system.
- # Read-only.
- # +optional
- # string selfLink = 4;
"namespace": "A String", # 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.
+ "annotations": { # 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
+ "a_key": "A String",
+ },
},
}</pre>
</div>
@@ -639,20 +639,20 @@
{
"status": { # TriggerStatus represents the current state of a Trigger. # Optional. Status represents the current state of the Trigger. This data may be out of
# date.
- "observedGeneration": 42, # ObservedGeneration is the 'Generation' of the Trigger that
- # was last processed by the controller.
"subscriberUri": "A String", # SubscriberURI is the resolved URI of the receiver for this Trigger.
"conditions": [ # Array of observed TriggerConditions, indicating the current state
# of the Trigger.
{ # TriggerCondition contains state information for an Trigger.
+ "message": "A String", # Optional. Human readable message indicating details about the current status.
+ "lastTransitionTime": "A String", # Optional. Last time the condition transitioned from one status to another.
"status": "A String", # Status of the condition, one of True, False, Unknown.
"severity": "A String", # Optional. How to interpret failures of this condition, one of Error, Warning, Info
"reason": "A String", # Optional. One-word CamelCase reason for the condition's current status.
"type": "A String", # Type of Trigger condition.
- "message": "A String", # Optional. Human readable message indicating details about the current status.
- "lastTransitionTime": "A String", # Optional. Last time the condition transitioned from one status to another.
},
],
+ "observedGeneration": 42, # ObservedGeneration is the 'Generation' of the Trigger that
+ # was last processed by the controller.
},
"apiVersion": "A String", # The API version for this call such as "eventing.knative.dev/v1alpha1".
"spec": { # 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
- "uid": "A String", # UID of the referent.
- # More info:
- # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
- # +optional
"fieldPath": "A String", # 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 @@
# "spec.containers[2]" (container with index 2 in this pod). This syntax is
# chosen only to have some well-defined way of referencing a part of an
# object.
+ "uid": "A String", # UID of the referent.
+ # More info:
+ # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
+ # +optional
"namespace": "A String", # Namespace of the referent.
# More info:
# https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
@@ -721,12 +721,6 @@
"kind": "A String", # The kind of resource, in this case "Trigger".
"metadata": { # ObjectMeta is metadata that all persisted resources must have, which includes # Metadata associated with this Trigger.
# all objects users must create.
- "annotations": { # 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
- "a_key": "A String",
- },
"generateName": "A String", # 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
+ "deletionGracePeriodSeconds": 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
"clusterName": "A String", # 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
- "deletionGracePeriodSeconds": 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
"finalizers": [ # 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.
- "apiVersion": "A String", # API version of the referent.
- "name": "A String", # Name of the referent.
- # More info: http://kubernetes.io/docs/user-guide/identifiers#names
- "uid": "A String", # UID of the referent.
- # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
"controller": True or False, # If true, this reference points to the managing controller.
# +optional
"kind": "A String", # Kind of the referent.
@@ -822,6 +811,11 @@
# To set this field, a user needs "delete" permission of the owner,
# otherwise 422 (Unprocessable Entity) will be returned.
# +optional
+ "apiVersion": "A String", # API version of the referent.
+ "name": "A String", # Name of the referent.
+ # More info: http://kubernetes.io/docs/user-guide/identifiers#names
+ "uid": "A String", # UID of the referent.
+ # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
},
],
"creationTimestamp": "A String", # 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
+ "selfLink": "A String", # SelfLink is a URL representing this object.
+ # Populated by the system.
+ # Read-only.
+ # +optional
+ # string selfLink = 4;
"uid": "A String", # 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
- "selfLink": "A String", # SelfLink is a URL representing this object.
- # Populated by the system.
- # Read-only.
- # +optional
- # string selfLink = 4;
"namespace": "A String", # 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.
+ "annotations": { # 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
+ "a_key": "A String",
+ },
},
}</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. 'metadata.name%3Dlorem'.
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 @@
{
"status": { # TriggerStatus represents the current state of a Trigger. # Optional. Status represents the current state of the Trigger. This data may be out of
# date.
- "observedGeneration": 42, # ObservedGeneration is the 'Generation' of the Trigger that
- # was last processed by the controller.
"subscriberUri": "A String", # SubscriberURI is the resolved URI of the receiver for this Trigger.
"conditions": [ # Array of observed TriggerConditions, indicating the current state
# of the Trigger.
{ # TriggerCondition contains state information for an Trigger.
+ "message": "A String", # Optional. Human readable message indicating details about the current status.
+ "lastTransitionTime": "A String", # Optional. Last time the condition transitioned from one status to another.
"status": "A String", # Status of the condition, one of True, False, Unknown.
"severity": "A String", # Optional. How to interpret failures of this condition, one of Error, Warning, Info
"reason": "A String", # Optional. One-word CamelCase reason for the condition's current status.
"type": "A String", # Type of Trigger condition.
- "message": "A String", # Optional. Human readable message indicating details about the current status.
- "lastTransitionTime": "A String", # Optional. Last time the condition transitioned from one status to another.
},
],
+ "observedGeneration": 42, # ObservedGeneration is the 'Generation' of the Trigger that
+ # was last processed by the controller.
},
"apiVersion": "A String", # The API version for this call such as "eventing.knative.dev/v1alpha1".
"spec": { # 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
- "uid": "A String", # UID of the referent.
- # More info:
- # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
- # +optional
"fieldPath": "A String", # 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 @@
# "spec.containers[2]" (container with index 2 in this pod). This syntax is
# chosen only to have some well-defined way of referencing a part of an
# object.
+ "uid": "A String", # UID of the referent.
+ # More info:
+ # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
+ # +optional
"namespace": "A String", # Namespace of the referent.
# More info:
# https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
@@ -1020,12 +1020,6 @@
"kind": "A String", # The kind of resource, in this case "Trigger".
"metadata": { # ObjectMeta is metadata that all persisted resources must have, which includes # Metadata associated with this Trigger.
# all objects users must create.
- "annotations": { # 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
- "a_key": "A String",
- },
"generateName": "A String", # 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
+ "deletionGracePeriodSeconds": 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
"clusterName": "A String", # 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
- "deletionGracePeriodSeconds": 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
"finalizers": [ # 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.
- "apiVersion": "A String", # API version of the referent.
- "name": "A String", # Name of the referent.
- # More info: http://kubernetes.io/docs/user-guide/identifiers#names
- "uid": "A String", # UID of the referent.
- # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
"controller": True or False, # If true, this reference points to the managing controller.
# +optional
"kind": "A String", # Kind of the referent.
@@ -1121,6 +1110,11 @@
# To set this field, a user needs "delete" permission of the owner,
# otherwise 422 (Unprocessable Entity) will be returned.
# +optional
+ "apiVersion": "A String", # API version of the referent.
+ "name": "A String", # Name of the referent.
+ # More info: http://kubernetes.io/docs/user-guide/identifiers#names
+ "uid": "A String", # UID of the referent.
+ # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
},
],
"creationTimestamp": "A String", # 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
+ "selfLink": "A String", # SelfLink is a URL representing this object.
+ # Populated by the system.
+ # Read-only.
+ # +optional
+ # string selfLink = 4;
"uid": "A String", # 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
- "selfLink": "A String", # SelfLink is a URL representing this object.
- # Populated by the system.
- # Read-only.
- # +optional
- # string selfLink = 4;
"namespace": "A String", # 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.
+ "annotations": { # 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
+ "a_key": "A String",
+ },
},
},
],