This commit is contained in:
Morten Olsen
2025-10-23 20:31:15 +02:00
parent b851dc3006
commit 78995406ca
46 changed files with 707 additions and 119 deletions

View File

@@ -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';