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: content/en/docs/neo-porch/2_concepts/architectural.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,15 +54,16 @@ aggregation layer. The benefits of this approach are:
54
54
The Porch server serves the primary Kubernetes
55
55
resources required for basic package authoring and lifeycle management, including:
56
56
57
+
* A `Repository`[custom resource][crds], which supports repository registration.
57
58
* For each package revision (see [Package Revisions]({{% relref "/docs/neo-porch/2_concepts/fundamentals.md#package-revisions" %}})):
58
59
*`PackageRevision` - represents the *metadata* of the package revision stored in a repository.
59
60
*`PackageRevisionResources` - represents the *file contents* of the package revision.
60
-
{{% alert color="primary" %}}
61
-
Note that each package revision is represented by both a `PackageRevision` and a `PackageRevisionResources` - each presents
62
-
a different view (or [representation](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#differing-representations))
63
-
of the same underlying package revision.
64
-
{{% /alert %}}
65
-
* A `Repository`[custom resource][crds], which supports repository registration.
61
+
62
+
{{% alert color="primary" %}}
63
+
Note that each package revision is represented by both a `PackageRevision` and a `PackageRevisionResources` - each presents
64
+
a different view (or [representation](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#differing-representations))
65
+
of the same underlying package revision.
66
+
{{% /alert %}}
66
67
67
68
The **Porch server** itself includes the following key components:
0 commit comments