Add airship/apis project
- Apis will hold CRDs for Airship - Storyboard is disabled, as it is not used anymore. - Repository is to be filled along with CRD development, and at the start will be empty. Change-Id: Ica811b09fda9959fa14e3c395a84685d72140418changes/74/684374/8
parent
b162818634
commit
a35cd2953a
|
@ -0,0 +1,16 @@
|
|||
[access "refs/heads/*"]
|
||||
abandon = group airshipapis-core
|
||||
create = group airship-release
|
||||
label-Code-Review = -2..+2 group airshipapis-core
|
||||
label-Verified = -1..+1 group airship-ci
|
||||
label-Workflow = -1..+1 group airshipapis-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group airship-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
|
@ -12,6 +12,8 @@
|
|||
- project: airship/airshipui
|
||||
description: A Web UI for interacting with Airship-managed clusters
|
||||
upstream: https://github.com/GarySmith/airshipui.git
|
||||
- project: airship/apis
|
||||
description: A set of Kubernetes CRDs for Airship
|
||||
- project: airship/armada
|
||||
description: An orchestrator for managing a collection of Kubernetes Helm charts.
|
||||
use-storyboard: true
|
||||
|
|
|
@ -140,6 +140,7 @@
|
|||
- airship/airship-in-a-bottle
|
||||
- airship/airshipctl
|
||||
- airship/airshipui
|
||||
- airship/apis
|
||||
- airship/armada
|
||||
- airship/deckhand
|
||||
- airship/divingbell
|
||||
|
|
Loading…
Reference in New Issue