init
This commit is contained in:
9
packages/k8s/src/core/core.stateful-set.ts
Normal file
9
packages/k8s/src/core/core.stateful-set.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Resource } from '../resources/resource/resource.js';
|
||||
import type { V1StatefulSet } from '@kubernetes/client-node';
|
||||
|
||||
class StatefulSet extends Resource<V1StatefulSet> {
|
||||
public static readonly apiVersion = 'apps/v1';
|
||||
public static readonly kind = 'StatefulSet';
|
||||
}
|
||||
|
||||
export { StatefulSet };
|
||||
Reference in New Issue
Block a user