You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/run_v1.namespaces.configurations.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ <h3>Method Details</h3>
129
129
"apiVersion": "A String", # API version of the referent.
130
130
"blockOwnerDeletion": True or False, # If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +optional
131
131
"controller": True or False, # If true, this reference points to the managing controller. +optional
132
-
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
132
+
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
133
133
"name": "A String", # Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
134
134
"uid": "A String", # UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
135
135
},
@@ -163,7 +163,7 @@ <h3>Method Details</h3>
163
163
"apiVersion": "A String", # API version of the referent.
164
164
"blockOwnerDeletion": True or False, # If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +optional
165
165
"controller": True or False, # If true, this reference points to the managing controller. +optional
166
-
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
166
+
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
167
167
"name": "A String", # Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
168
168
"uid": "A String", # UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
169
169
},
@@ -258,7 +258,7 @@ <h3>Method Details</h3>
258
258
"ports": [ # (Optional) List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
259
259
{ # ContainerPort represents a network port in a single container.
260
260
"containerPort": 42, # (Optional) Port number the container listens on. This must be a valid port number, 0 < x < 65536.
261
-
"name": "A String", # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos: supported If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
261
+
"name": "A String", # (Optional) If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
262
262
"protocol": "A String", # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos: supported Protocol for port. Must be "TCP". Defaults to "TCP".
263
263
},
264
264
],
@@ -415,7 +415,7 @@ <h3>Method Details</h3>
415
415
"apiVersion": "A String", # API version of the referent.
416
416
"blockOwnerDeletion": True or False, # If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +optional
417
417
"controller": True or False, # If true, this reference points to the managing controller. +optional
418
-
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
418
+
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
419
419
"name": "A String", # Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
420
420
"uid": "A String", # UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
421
421
},
@@ -449,7 +449,7 @@ <h3>Method Details</h3>
449
449
"apiVersion": "A String", # API version of the referent.
450
450
"blockOwnerDeletion": True or False, # If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +optional
451
451
"controller": True or False, # If true, this reference points to the managing controller. +optional
452
-
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
452
+
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
453
453
"name": "A String", # Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
454
454
"uid": "A String", # UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
455
455
},
@@ -544,7 +544,7 @@ <h3>Method Details</h3>
544
544
"ports": [ # (Optional) List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
545
545
{ # ContainerPort represents a network port in a single container.
546
546
"containerPort": 42, # (Optional) Port number the container listens on. This must be a valid port number, 0 < x < 65536.
547
-
"name": "A String", # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos: supported If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
547
+
"name": "A String", # (Optional) If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
548
548
"protocol": "A String", # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos: supported Protocol for port. Must be "TCP". Defaults to "TCP".
"apiVersion": "A String", # API version of the referent.
131
131
"blockOwnerDeletion": True or False, # If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +optional
132
132
"controller": True or False, # If true, this reference points to the managing controller. +optional
133
-
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
133
+
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
134
134
"name": "A String", # Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
135
135
"uid": "A String", # UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
136
136
},
@@ -168,6 +168,7 @@ <h3>Method Details</h3>
168
168
},
169
169
}
170
170
171
+
dryRun: string, DryRun is a query string parameter which indicates that the server should run validation without persisting the request.
171
172
x__xgafv: string, V1 error format.
172
173
Allowed values
173
174
1 - v1 error format
@@ -202,7 +203,7 @@ <h3>Method Details</h3>
202
203
"apiVersion": "A String", # API version of the referent.
203
204
"blockOwnerDeletion": True or False, # If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +optional
204
205
"controller": True or False, # If true, this reference points to the managing controller. +optional
205
-
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
206
+
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
206
207
"name": "A String", # Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
207
208
"uid": "A String", # UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
name: string, The name of the domain mapping to delete. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. (required)
250
251
apiVersion: string, Cloud Run currently ignores this parameter.
252
+
dryRun: string, DryRun is a query string parameter which indicates that the server should run validation without persisting the request.
251
253
kind: string, Cloud Run currently ignores this parameter.
252
254
propagationPolicy: string, Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.
253
255
x__xgafv: string, V1 error format.
@@ -269,19 +271,19 @@ <h3>Method Details</h3>
269
271
},
270
272
],
271
273
"group": "A String", # The group attribute of the resource associated with the status StatusReason. +optional
272
-
"kind": "A String", # The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
274
+
"kind": "A String", # The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
273
275
"name": "A String", # The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described). +optional
274
276
"retryAfterSeconds": 42, # If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action. +optional
275
277
"uid": "A String", # UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids +optional
276
278
},
277
279
"message": "A String", # A human-readable description of the status of this operation. +optional
278
-
"metadata": { # ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. # Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
280
+
"metadata": { # ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. # Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
279
281
"continue": "A String", # continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response.
280
282
"resourceVersion": "A String", # String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency +optional
281
283
"selfLink": "A String", # SelfLink is a URL representing this object. Populated by the system. Read-only. +optional
282
284
},
283
285
"reason": "A String", # A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. +optional
284
-
"status": "A String", # Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
286
+
"status": "A String", # Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
285
287
}</pre>
286
288
</div>
287
289
@@ -325,7 +327,7 @@ <h3>Method Details</h3>
325
327
"apiVersion": "A String", # API version of the referent.
326
328
"blockOwnerDeletion": True or False, # If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +optional
327
329
"controller": True or False, # If true, this reference points to the managing controller. +optional
328
-
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
330
+
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
329
331
"name": "A String", # Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
330
332
"uid": "A String", # UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
331
333
},
@@ -414,7 +416,7 @@ <h3>Method Details</h3>
414
416
"apiVersion": "A String", # API version of the referent.
415
417
"blockOwnerDeletion": True or False, # If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +optional
416
418
"controller": True or False, # If true, this reference points to the managing controller. +optional
417
-
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
419
+
"kind": "A String", # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
418
420
"name": "A String", # Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
419
421
"uid": "A String", # UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
0 commit comments