mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-11 00:40:23 +00:00
16 lines
378 B
YAML
16 lines
378 B
YAML
|
apiVersion: apiextensions.k8s.io/v1beta1
|
||
|
kind: CustomResourceDefinition
|
||
|
metadata:
|
||
|
name: hostendpoints.crd.projectcalico.org
|
||
|
labels:
|
||
|
kubernetes.io/cluster-service: "true"
|
||
|
addonmanager.kubernetes.io/mode: Reconcile
|
||
|
spec:
|
||
|
scope: Cluster
|
||
|
group: crd.projectcalico.org
|
||
|
version: v1
|
||
|
names:
|
||
|
kind: HostEndpoint
|
||
|
plural: hostendpoints
|
||
|
singular: hostendpoint
|