mirror of https://github.com/hashicorp/consul
Chris Hut
10 months ago
2 changed files with 17 additions and 2 deletions
@ -0,0 +1,10 @@
|
||||
/** |
||||
* Copyright (c) HashiCorp, Inc. |
||||
* SPDX-License-Identifier: BUSL-1.1 |
||||
*/ |
||||
|
||||
import BaseAbility from './base'; |
||||
|
||||
export default class OperatorAbility extends BaseAbility { |
||||
resource = 'operator'; |
||||
} |
Loading…
Reference in new issue