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
<p>For an overview of the different Resource Types in Knative Serving and how they interact with one another, see <ahref="https://github.com/knative/serving/blob/master/docs/spec/overview.md#configuration">this explanation of Resource Types</a></p>
<p>Configuration represents the “floating HEAD” of a linear history of Revisions.
712
707
Users create new Revisions by updating the Configuration’s spec.
713
708
The “latest created” revision’s name is available under status, as is the
714
709
“latest ready” revision’s name.
715
-
716
-
For more information on how Configuration interacts with other Resource Types, see the "Configuration" sub-heading <ahref="https://github.com/knative/serving/blob/master/docs/spec/overview.md#configuration">in the Resource Types Overview.</a></p>
710
+
See also: <ahref="https://github.com/knative/serving/blob/master/docs/spec/overview.md#configuration">https://github.com/knative/serving/blob/master/docs/spec/overview.md#configuration</a></p>
717
711
</p>
718
712
<table>
719
713
<thead>
@@ -807,8 +801,7 @@ ConfigurationStatus
807
801
<p>Revision is an immutable snapshot of code and configuration. A revision
808
802
references a container image. Revisions are created by updates to a
809
803
Configuration.</p>
810
-
811
-
<p>For more information on how Revision interacts with other Resource Types, see the "Revision" sub-heading <ahref="https://github.com/knative/serving/blob/master/docs/spec/overview.md#revision">in the Resource Types Overview.</a></p>
<p>TimeoutSeconds holds the max duration the instance is allowed for
907
-
responding to a request. If unspecified, a system default will
908
-
be provided.</p>
899
+
<p>TimeoutSeconds is the maximum duration in seconds that the request routing
900
+
layer will wait for a request delivered to a container to begin replying
901
+
(send network traffic). If unspecified, a system default will be provided.</p>
909
902
</td>
910
903
</tr>
911
904
</table>
@@ -934,8 +927,7 @@ Some of the Revisions a Route distributes traffic over may be specified by
934
927
referencing the Configuration responsible for creating them; in these cases
935
928
the Route is additionally responsible for monitoring the Configuration for
936
929
“latest ready revision” changes, and smoothly rolling out latest revisions.
937
-
938
-
For more information on how Route interacts with other Resource Types, see the "Route" sub-heading <ahref="https://github.com/knative/serving/blob/master/docs/spec/overview.md#route">in the Resource Types Overview.</a></p>
930
+
See also: <ahref="https://github.com/knative/serving/blob/master/docs/spec/overview.md#route">https://github.com/knative/serving/blob/master/docs/spec/overview.md#route</a></p>
939
931
</p>
940
932
<table>
941
933
<thead>
@@ -1038,8 +1030,7 @@ underlying Routes and Configurations (much as a kubernetes Deployment
1038
1030
orchestrates ReplicaSets), and its usage is optional but recommended.</p>
1039
1031
<p>The Service’s controller will track the statuses of its owned Configuration
1040
1032
and Route, reflecting their statuses and conditions as its own.</p>
1041
-
1042
-
<p>For more information on how Service interacts with other Resource Types, see the "Service" sub-heading <ahref="https://github.com/knative/serving/blob/master/docs/spec/overview.md#service">in the Resource Types Overview.</a></p>
<p>TimeoutSeconds holds the max duration the instance is allowed for
1369
-
responding to a request. If unspecified, a system default will
1370
-
be provided.</p>
1359
+
<p>TimeoutSeconds is the maximum duration in seconds that the request routing
1360
+
layer will wait for a request delivered to a container to begin replying
1361
+
(send network traffic). If unspecified, a system default will be provided.</p>
1371
1362
</td>
1372
1363
</tr>
1373
1364
</tbody>
@@ -1411,7 +1402,11 @@ string
1411
1402
<td>
1412
1403
<em>(Optional)</em>
1413
1404
<p>ServiceName holds the name of a core Kubernetes Service resource that
1414
-
load balances over the pods backing this Revision.</p>
1405
+
load balances over the pods backing this Revision.
1406
+
Deprecated: revision service name is effectively equal to the revision name,
1407
+
as per #10540.
1408
+
0.23 — stop populating
1409
+
0.25 — remove.</p>
1415
1410
</td>
1416
1411
</tr>
1417
1412
<tr>
@@ -1445,7 +1440,7 @@ If multiple containers specified then DeprecatedImageDigest holds the digest
1445
1440
for serving container.
1446
1441
DEPRECATED: Use ContainerStatuses instead.
1447
1442
TODO(savitaashture) Remove deprecatedImageDigest.
1448
-
(see <ahref="https://kubernetes.io/docs/reference/using-api/deprecation-policy">Kubernetes Deprecation Policy</a>) for deprecation.</p>
1443
+
ref <ahref="https://kubernetes.io/docs/reference/using-api/deprecation-policy">https://kubernetes.io/docs/reference/using-api/deprecation-policy</a> for deprecation.</p>
1449
1444
</td>
1450
1445
</tr>
1451
1446
<tr>
@@ -1464,7 +1459,7 @@ to their respective digests and their container name.
1464
1459
The digests are resolved during the creation of Revision.
1465
1460
ContainerStatuses holds the container name and image digests
1466
1461
for both serving and non serving containers.
1467
-
See the <ahref="http://bit.ly/image-digests">Proposal for multiple containers in a revision</a> for some context on this field.</p>
@@ -1476,7 +1471,7 @@ See the <a href="http://bit.ly/image-digests">Proposal for multiple containers
1476
1471
</p>
1477
1472
<p>
1478
1473
<p>RevisionTemplateSpec describes the data a revision should have when created from a template.
1479
-
Based on <ahref="https://github.com/kubernetes/api/blob/e771f807/core/v1/types.go#L3179-L3190">the PodTemplateSpec in Kubernetes</a></p>
1474
+
Based on: <ahref="https://github.com/kubernetes/api/blob/e771f807/core/v1/types.go#L3179-L3190">https://github.com/kubernetes/api/blob/e771f807/core/v1/types.go#L3179-L3190</a></p>
1480
1475
</p>
1481
1476
<table>
1482
1477
<thead>
@@ -1554,9 +1549,9 @@ int64
1554
1549
</td>
1555
1550
<td>
1556
1551
<em>(Optional)</em>
1557
-
<p>TimeoutSeconds holds the max duration the instance is allowed for
1558
-
responding to a request. If unspecified, a system default will
1559
-
be provided.</p>
1552
+
<p>TimeoutSeconds is the maximum duration in seconds that the request routing
1553
+
layer will wait for a request delivered to a container to begin replying
1554
+
(send network traffic). If unspecified, a system default will be provided.</p>
1560
1555
</td>
1561
1556
</tr>
1562
1557
</table>
@@ -1718,7 +1713,7 @@ LatestReadyRevisionName that we last observed.</p>
1718
1713
</tr>
1719
1714
</thead>
1720
1715
<tbody><tr><td><p>"active"</p></td>
1721
-
<td><p>RoutingStateActive is a state for a revision which are actively referenced by a Route.</p>
1716
+
<td><p>RoutingStateActive is a state for a revision which is actively referenced by a Route.</p>
1722
1717
</td>
1723
1718
</tr><tr><td><p>"pending"</p></td>
1724
1719
<td><p>RoutingStatePending is a state after a revision is created, but before
Refer to the <ahref="https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata">Kubernetes API documentation</a> for the fields of the <code>metadata</code> field.
2019
+
More info: <ahref="https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata">https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata</a></p>
2020
+
Refer to the Kubernetes API documentation for the fields of the
2021
+
<code>metadata</code> field.
2025
2022
</td>
2026
2023
</tr>
2027
2024
<tr>
@@ -2036,7 +2033,7 @@ DomainMappingSpec
2036
2033
<td>
2037
2034
<em>(Optional)</em>
2038
2035
<p>Spec is the desired state of the DomainMapping.
2039
-
Refer to the <ahref="https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status">Kubernetes API documentation</a> for more info on the <code>DomainMappingSpec</code> field.
2036
+
More info: <ahref="https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status">https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status</a></p>
2040
2037
<br/>
2041
2038
<br/>
2042
2039
<table>
@@ -2072,7 +2069,7 @@ DomainMappingStatus
2072
2069
<td>
2073
2070
<em>(Optional)</em>
2074
2071
<p>Status is the current state of the DomainMapping.
2075
-
Refer to the <ahref="https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status">Kubernetes API documentation</a> for more info on the <code>DomainMappingStatus</code> field.</p>
2072
+
More info: <ahref="https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status">https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status</a></p>
0 commit comments