CustomResourceDefinition for vpa
This commit is contained in:
parent
ddc3206e9c
commit
d1f771b0ce
|
|
@ -0,0 +1,6 @@
|
|||
apiVersion: "autoscaling.poc/v2alpha1"
|
||||
kind: VerticalPodAutoscaler
|
||||
metadata:
|
||||
name: pupa1
|
||||
spec:
|
||||
a: b
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: verticalpodautoscalers.poc.autoscaling.k8s.io
|
||||
spec:
|
||||
group: poc.autoscaling.k8s.io
|
||||
version: v1alpha1
|
||||
scope: Namespaced
|
||||
names:
|
||||
plural: verticalpodautoscalers
|
||||
singular: verticalpodautoscaler
|
||||
kind: VerticalPodAutoscaler
|
||||
shortNames:
|
||||
- vpa
|
||||
Loading…
Reference in New Issue