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: S3User is the Schema for the S3Users 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: S3UserSpec defines the desired state of S3User
41
-
properties:
42
-
accessKey:
43
-
description: Name of the S3User
44
-
type: string
45
-
policies:
46
-
description: Policies associated to the S3User
47
-
items:
22
+
- name: v1alpha1
23
+
schema:
24
+
openAPIV3Schema:
25
+
description: S3User is the Schema for the S3Users API
26
+
properties:
27
+
apiVersion:
28
+
description: |-
29
+
APIVersion defines the versioned schema of this representation of an object.
30
+
Servers should convert recognized schemas to the latest internal value, and
31
+
may reject unrecognized values.
32
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
33
+
type: string
34
+
kind:
35
+
description: |-
36
+
Kind is a string value representing the REST resource this object represents.
37
+
Servers may infer this from the endpoint the client submits requests to.
38
+
Cannot be updated.
39
+
In CamelCase.
40
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
41
+
type: string
42
+
metadata:
43
+
type: object
44
+
spec:
45
+
description: S3UserSpec defines the desired state of S3User
description: S3UserStatus defines the observed state of S3User
68
-
properties:
69
-
conditions:
70
-
description: 'Status management using Conditions. See also : https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties'
71
-
items:
72
-
description: "Condition contains details for one aspect of the current
73
-
state of this API Resource. --- This struct is intended for direct
74
-
use as an array at the field path .status.conditions. For example,
75
-
\n type FooStatus struct{ // Represents the observations of a
76
-
foo's current state. // Known .status.conditions.type are: \"Available\",
77
-
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
0 commit comments