Skip to content

Commit

Permalink
Add Gardener (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
CFenner authored Jan 24, 2024
1 parent 7834206 commit 72fbe21
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gardener/Gardener.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\Gardener;

class Gardener extends \App\SupportedApps {

Check failure on line 3 in Gardener/Gardener.php

View workflow job for this annotation

GitHub Actions / Lint Code Base

Class App\SupportedApps\Gardener\Gardener extends unknown class App\SupportedApps.

}
10 changes: 10 additions & 0 deletions Gardener/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "746aced590a184ef4169166e753f7c211e32e5fc",
"name": "Gardener",
"website": "https://gardener.cloud",
"license": "Apache License 2.0",
"description": "Deliver fully-managed clusters at scale everywhere with your own Kubernetes-as-a-Service",
"enhanced": false,
"tile_background": "dark",
"icon": "gardener.svg"
}
31 changes: 31 additions & 0 deletions Gardener/gardener.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72fbe21

Please sign in to comment.