seaweedfs-operator/config/crd/bases/seaweed.seaweedfs.com_seawe...

62 lines
2.0 KiB
YAML
Raw Normal View History

2020-07-26 22:26:27 +00:00
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
2020-08-02 06:27:46 +00:00
name: seaweeds.seaweed.seaweedfs.com
2020-07-26 22:26:27 +00:00
spec:
2020-08-02 06:27:46 +00:00
group: seaweed.seaweedfs.com
2020-07-26 22:26:27 +00:00
names:
2020-08-02 06:27:46 +00:00
kind: Seaweed
listKind: SeaweedList
plural: seaweeds
singular: seaweed
2020-07-26 22:26:27 +00:00
scope: Namespaced
subresources:
status: {}
validation:
openAPIV3Schema:
2020-08-02 06:27:46 +00:00
description: Seaweed is the Schema for the seaweeds API
2020-07-26 22:26:27 +00:00
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
2020-08-02 06:27:46 +00:00
description: SeaweedSpec defines the desired state of Seaweed
2020-07-26 22:26:27 +00:00
properties:
metricsAddress:
description: MetricsAddress is Prometheus gateway address
type: string
2020-08-05 05:13:36 +00:00
volumeServerCount:
description: VolumeServerCount is the number of volume servers, default
to 1
type: integer
2020-07-26 22:26:27 +00:00
type: object
status:
2020-08-02 06:27:46 +00:00
description: SeaweedStatus defines the observed state of Seaweed
2020-07-26 22:26:27 +00:00
type: object
type: object
2020-08-02 06:27:46 +00:00
version: v1
2020-07-26 22:26:27 +00:00
versions:
2020-08-02 06:27:46 +00:00
- name: v1
2020-07-26 22:26:27 +00:00
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []