Skip to content

Commit

Permalink
chore: update description for UDS Package (#356)
Browse files Browse the repository at this point in the history
Co-authored-by: Tristan Holaday <40547442+TristanHoladay@users.noreply.github.com>
  • Loading branch information
mjnagel and TristanHoladay authored Sep 19, 2024
1 parent 117410e commit d360d38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/lib/utils/descriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export const resourceDescriptions: { [key: string]: string } = {
NetworkPolicies:
'A NetworkPolicy is an API object that allows you to control the traffic flow at the IP address or port level.',
Nodes: 'A Node is a worker machine in Kubernetes, previously known as a minion.',
Packages: 'A UDS Package allows you to define a set of netpols, ingress, and SSO and configurations for a workload.',
Packages:
'A UDS Package allows you to define a set of network policies, ingresses, metrics targets and SSO configurations for a workload.',
PersistentVolumeClaims: 'A PersistentVolumeClaim (PVC) is a request for storage by a user. It is similar to a Pod.',
PersistentVolumes:
'A PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by an administrator or dynamically provisioned using Storage Classes.',
Expand Down

0 comments on commit d360d38

Please sign in to comment.