mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
perf: 优化成功后跳过的提示
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from './k8s-access.js';
|
||||
@@ -0,0 +1,19 @@
|
||||
import { IsAccess, AccessInput } from '@certd/pipeline';
|
||||
|
||||
@IsAccess({
|
||||
name: 'k8s',
|
||||
title: 'k8s授权',
|
||||
desc: '',
|
||||
})
|
||||
export class K8sAccess {
|
||||
@AccessInput({
|
||||
title: 'kubeconfig',
|
||||
component: {
|
||||
placeholder: 'kubeconfig',
|
||||
},
|
||||
required: true,
|
||||
})
|
||||
kubeconfig = '';
|
||||
}
|
||||
|
||||
new K8sAccess();
|
||||
Reference in New Issue
Block a user