Skip to content

Commit 7df6eb9

Browse files
committed
style(resource): standardize the naming of resource
1 parent 42e904f commit 7df6eb9

8 files changed

Lines changed: 3 additions & 1 deletion

File tree

File renamed without changes.

rootfs/scheduler/resources/pvc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
from scheduler.exceptions import KubeHTTPException
44

55

6-
class PVC(Resource):
6+
class PersistentVolumeClaim(Resource):
7+
short_name = 'pvc'
8+
79
@staticmethod
810
def manifest(namespace, name, version=None, **kwargs):
911
labels = {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)