You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Bucket is the Schema for the buckets API
26
+
properties:
27
+
apiVersion:
28
+
description: 'APIVersion defines the versioned schema of this representation
29
+
of an object. Servers should convert recognized schemas to the latest
30
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
31
+
type: string
32
+
kind:
33
+
description: 'Kind is a string value representing the REST resource this
34
+
object represents. Servers may infer this from the endpoint the client
35
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
36
+
type: string
37
+
metadata:
38
+
type: object
39
+
spec:
40
+
description: BucketSpec defines the desired state of Bucket
41
+
properties:
42
+
name:
43
+
description: Name of the bucket
44
+
type: string
45
+
paths:
46
+
description: Paths (folders) to create inside the bucket
47
+
items:
48
+
type: string
49
+
type: array
50
+
quota:
51
+
description: Quota to apply to the bucket
52
+
properties:
53
+
default:
54
+
description: Default quota to apply, mandatory
55
+
format: int64
56
+
type: integer
57
+
override:
58
+
description: Optional override quota, to be used by cluster admin.
59
+
format: int64
60
+
type: integer
61
+
required:
62
+
- default
63
+
type: object
64
+
s3InstanceRef:
65
+
default: s3-operator/default
66
+
description: s3InstanceRef where create the bucket
description: BucketStatus defines the observed state of Bucket
81
+
properties:
82
+
conditions:
83
+
description: 'Status management using Conditions. See also : https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties'
84
+
items:
85
+
description: "Condition contains details for one aspect of the current
86
+
state of this API Resource. --- This struct is intended for direct
87
+
use as an array at the field path .status.conditions. For example,
88
+
\n type FooStatus struct{ // Represents the observations of a
89
+
foo's current state. // Known .status.conditions.type are: \"Available\",
90
+
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
0 commit comments