26 lines
605 B
YAML
26 lines
605 B
YAML
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: healthchecks.kuma.io
|
|
spec:
|
|
group: kuma.io
|
|
names:
|
|
kind: HealthCheck
|
|
plural: healthchecks
|
|
scope: Cluster
|
|
versions:
|
|
- name: v1alpha1
|
|
served: true
|
|
storage: true
|
|
schema:
|
|
openAPIV3Schema:
|
|
description: HealthCheck is the Schema for the healthchecks API
|
|
properties:
|
|
mesh:
|
|
type: string
|
|
spec:
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
type: object
|
|
type: object
|