From a3cf8b4df83b83ed497f387a539f8530b7dc9888 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 30 Jan 2025 21:06:15 +0100 Subject: Adds README content and GPL --- kubernetes/README.md | 7 +++++++ kubernetes/apps/README.md | 3 +++ kubernetes/clusters/README.md | 3 +++ 3 files changed, 13 insertions(+) (limited to 'kubernetes') diff --git a/kubernetes/README.md b/kubernetes/README.md index e69de29..2114f71 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -0,0 +1,7 @@ +# Kubernetes Configurations + +This folder contains Kubernetes cluster and application configurations. + +## Structure +- **clusters/**: Cluster setup and configuration. +- **apps/**: Application deployments (e.g., Helm charts, manifests). diff --git a/kubernetes/apps/README.md b/kubernetes/apps/README.md index e69de29..72d9c55 100644 --- a/kubernetes/apps/README.md +++ b/kubernetes/apps/README.md @@ -0,0 +1,3 @@ +# Kubernetes Applications + +This folder contains configurations for deploying applications on Kubernetes. diff --git a/kubernetes/clusters/README.md b/kubernetes/clusters/README.md index e69de29..8f35ec4 100644 --- a/kubernetes/clusters/README.md +++ b/kubernetes/clusters/README.md @@ -0,0 +1,3 @@ +# Kubernetes Clusters + +This folder contains configurations for Kubernetes clusters. -- cgit v1.2.3 eezer.git/log/target/site/apidocs/musichub/business/Album.html?h=develop&follow=1'>logtreecommitdiffstats
path: root/target/site/apidocs/musichub/business/Album.html (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva1-1/+1
2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465
2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117
2021-06-27Song class fully covered.Clyhtsuriva13-49/+96
2021-06-27Starting Song testsClyhtsuriva17-59/+119
2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4
2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82