init
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Resource } from '../resources/resource/resource.js';
|
||||
import type { V1StatefulSet } from '@kubernetes/client-node';
|
||||
|
||||
import { Resource } from '../resources/resource/resource.js';
|
||||
|
||||
class StatefulSet extends Resource<V1StatefulSet> {
|
||||
public static readonly apiVersion = 'apps/v1';
|
||||
public static readonly kind = 'StatefulSet';
|
||||
|
||||
Reference in New Issue
Block a user