File: clusterconfig.py

package info (click to toggle)
python-diagrams 0.23.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 29,208 kB
  • sloc: python: 4,963; makefile: 6
file content (26 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _K8S


class _Clusterconfig(_K8S):
    _type = "clusterconfig"
    _icon_dir = "resources/k8s/clusterconfig"


class HPA(_Clusterconfig):
    _icon = "hpa.png"


class Limits(_Clusterconfig):
    _icon = "limits.png"


class Quota(_Clusterconfig):
    _icon = "quota.png"


# Aliases

LimitRange = Limits
HorizontalPodAutoscaler = HPA