ansible-role-k8s-storage/files/longhorn/nodes.longhorn.io-CustomResourceDefinition.yaml
Adrien 8ddacfec51
All checks were successful
continuous-integration/drone/push Build is passing
Add longhorn
2020-08-08 00:06:28 +02:00

19 lines
352 B
YAML

apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
labels:
longhorn-manager: Node
name: nodes.longhorn.io
spec:
group: longhorn.io
names:
kind: Node
listKind: NodeList
plural: nodes
shortNames:
- lhn
singular: node
scope: Namespaced
version: v1beta1
subresources:
status: {}