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 :
2020-08-06 04:11:40 +00:00
filerCount :
description : FilerCount is the number of filers, default to 1
2020-10-17 06:25:46 +00:00
format : int32
2020-08-06 04:11:40 +00:00
type : integer
2020-10-18 07:12:33 +00:00
hosts :
description : ingress
items :
type : string
type : array
2020-10-17 09:25:23 +00:00
image :
description : Image
type : string
2020-07-26 22:26:27 +00:00
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
2020-10-17 06:25:46 +00:00
format : int32
2020-08-05 05:13:36 +00:00
type : integer
2020-10-20 07:17:14 +00:00
volumeServerDiskCount :
format : int32
type : integer
volumeServerDiskSizeInGiB :
format : int32
type : integer
2020-10-18 07:12:33 +00:00
required :
- hosts
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 : [ ]