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: ServiceBinding is the Schema for the servicebindings API
25
25
properties:
26
26
apiVersion:
27
-
description: 'APIVersion defines the versioned schema of this representation
28
-
of an object. Servers should convert recognized schemas to the latest
29
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27
+
description: |-
28
+
APIVersion defines the versioned schema of this representation of an object.
29
+
Servers should convert recognized schemas to the latest internal value, and
30
+
may reject unrecognized values.
31
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
30
32
type: string
31
33
kind:
32
-
description: 'Kind is a string value representing the REST resource this
33
-
object represents. Servers may infer this from the endpoint the client
34
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
34
+
description: |-
35
+
Kind is a string value representing the REST resource this object represents.
36
+
Servers may infer this from the endpoint the client submits requests to.
37
+
Cannot be updated.
38
+
In CamelCase.
39
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
35
40
type: string
36
41
metadata:
37
42
type: object
@@ -43,9 +48,9 @@ spec:
43
48
ServiceBinding binds to.
44
49
properties:
45
50
apiVersion:
46
-
description: APIVersion is the <api_group>/<version> of the referenced
47
-
Data Service Instance, e.g. "postgresql.anynines.com/v1beta3"
48
-
or "redis.anynines.com/v1alpha1".
51
+
description: |-
52
+
APIVersion is the <api_group>/<version> of the referenced Data Service Instance,
53
+
e.g. "postgresql.anynines.com/v1beta3" or "redis.anynines.com/v1alpha1".
49
54
type: string
50
55
kind:
51
56
description: Kind is the Kubernetes API Kind of the referenced
@@ -54,8 +59,9 @@ spec:
54
59
name:
55
60
type: string
56
61
namespace:
57
-
description: Namepace of the Instance, if not provided the same
58
-
namespace as the service bindings will be used
62
+
description: |-
63
+
Namepace of the Instance, if not provided the same namespace as the service bindings
64
+
will be used
59
65
type: string
60
66
required:
61
67
- apiVersion
@@ -69,29 +75,31 @@ spec:
69
75
description: ServiceBindingStatus defines the observed state of the ServiceBinding.
70
76
properties:
71
77
error:
72
-
description: Error is a message explaining why the service binding
73
-
could not be implemented if that's the case.
78
+
description: |-
79
+
Error is a message explaining why the service binding could not be implemented if that's the
80
+
case.
74
81
type: string
75
82
implemented:
76
-
description: Implemented is `true` if and only if the service binding
77
-
has been implemented by creating a user with the appropriate permissions
78
-
in the bound Data Service Instance. Users can safely consume the
79
-
service binding secret identified by `Secret` IF AND ONLY IF `Implemented`
80
-
is true. In other words, even if the secret identified by `Secret`
81
-
gets created before `Implemented` becomes true, users MUST NOT consume
82
-
that secret before `Implemented` has become true.
83
+
description: |-
84
+
Implemented is `true` if and only if the service binding has been implemented by creating
85
+
a user with the appropriate permissions in the bound Data Service Instance.
86
+
Users can safely consume the service binding secret identified by `Secret` IF AND ONLY IF
87
+
`Implemented` is true. In other words, even if the secret identified by `Secret` gets created
88
+
before `Implemented` becomes true, users MUST NOT consume that secret before `Implemented`
89
+
has become true.
83
90
type: boolean
84
91
secret:
85
-
description: Secret contains the namespace and name of the Kubernetes
86
-
API secret that stores the credentials and information (e.g. URL)
87
-
associated to the service binding to access the bound Data Service
88
-
Instance.
92
+
description: |-
93
+
Secret contains the namespace and name of the Kubernetes API secret that stores the
94
+
credentials and information (e.g. URL) associated to the service binding to access the bound
95
+
Data Service Instance.
89
96
properties:
90
97
name:
91
98
type: string
92
99
namespace:
93
-
description: Namepace of the Instance, if not provided the same
94
-
namespace as the service bindings will be used
100
+
description: |-
101
+
Namepace of the Instance, if not provided the same namespace as the service bindings
0 commit comments