Skip to content

Commit

Permalink
clean up comments
Browse files Browse the repository at this point in the history
Signed-off-by: Manabu Mccloskey <[email protected]>
  • Loading branch information
nabuskey committed Dec 8, 2023
1 parent 9054d09 commit 23dd352
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/v1alpha1/custom_package_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ type CustomPackageList struct {

// CustomPackageSpec controls the installation of the custom applications.
type CustomPackageSpec struct {
//// Type specifies what kind of package this is. local means local files specified in the Directory field must be synced to a Git Repository
//Type string `json:"type"`
// Replicate specifies whether to replicate remote or local contents to the local gitea server.
Replicate bool `json:"replicate"`
// GitServerURL specifies the base URL for the git server for API calls. for example, http://gitea.cnoe.localtest.me:8880
// GitServerURL specifies the base URL for the git server for API calls.
// for example, http://gitea.cnoe.localtest.me:8880
GitServerURL string `json:"gitServerURL"`
// InternalGitServeURL specifies the base URL for the git server accessible within the cluster. for example, http://my-gitea-http.gitea.svc.cluster.local:3000
// InternalGitServeURL specifies the base URL for the git server accessible within the cluster.
// for example, http://my-gitea-http.gitea.svc.cluster.local:3000
InternalGitServeURL string `json:"internalGitServeURL"`
GitServerAuthSecretRef SecretReference `json:"gitServerAuthSecretRef"`

Expand Down

0 comments on commit 23dd352

Please sign in to comment.