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
Copy file name to clipboardExpand all lines: crds/kube-bind.appscode.com_apiservicebindings.yaml
+41-33Lines changed: 41 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -35,25 +35,32 @@ spec:
35
35
name: v1alpha1
36
36
schema:
37
37
openAPIV3Schema:
38
-
description: APIServiceBinding binds an API service represented by a APIServiceExport
39
-
in a service provider cluster into a consumer cluster. This object lives
40
-
in the consumer cluster.
38
+
description: |-
39
+
APIServiceBinding binds an API service represented by a APIServiceExport
40
+
in a service provider cluster into a consumer cluster. This object lives in
41
+
the consumer cluster.
41
42
properties:
42
43
apiVersion:
43
-
description: 'APIVersion defines the versioned schema of this representation
44
-
of an object. Servers should convert recognized schemas to the latest
45
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
44
+
description: |-
45
+
APIVersion defines the versioned schema of this representation of an object.
46
+
Servers should convert recognized schemas to the latest internal value, and
47
+
may reject unrecognized values.
48
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
46
49
type: string
47
50
kind:
48
-
description: 'Kind is a string value representing the REST resource this
49
-
object represents. Servers may infer this from the endpoint the client
50
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
51
+
description: |-
52
+
Kind is a string value representing the REST resource this object represents.
53
+
Servers may infer this from the endpoint the client submits requests to.
54
+
Cannot be updated.
55
+
In CamelCase.
56
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
51
57
type: string
52
58
metadata:
53
59
type: object
54
60
spec:
55
-
description: spec specifies how an API service from a service provider
56
-
should be bound in the local consumer cluster.
61
+
description: |-
62
+
spec specifies how an API service from a service provider should be bound in the
63
+
local consumer cluster.
57
64
properties:
58
65
providers:
59
66
description: Providers contains the provider ClusterIdentity and KubeconfigSecretRef
@@ -104,43 +111,44 @@ spec:
104
111
state.
105
112
properties:
106
113
lastTransitionTime:
107
-
description: Last time the condition transitioned from one status
108
-
to another. This should be when the underlying condition changed.
109
-
If that is not known, then using the time when the API field
110
-
changed is acceptable.
114
+
description: |-
115
+
Last time the condition transitioned from one status to another.
116
+
This should be when the underlying condition changed. If that is not known, then using the time when
117
+
the API field changed is acceptable.
111
118
format: date-time
112
119
type: string
113
120
message:
114
-
description: A human-readable message indicating details about
115
-
the transition. This field may be empty.
121
+
description: |-
122
+
A human-readable message indicating details about the transition.
123
+
This field may be empty.
116
124
type: string
117
125
observedGeneration:
118
-
description: If set, this represents the .metadata.generation
119
-
that the condition was set based upon. For instance, if .metadata.generation
120
-
is currently 12, but the .status.condition[x].observedGeneration
121
-
is 9, the condition is out of date with respect to the current
122
-
state of the instance.
126
+
description: |-
127
+
If set, this represents the .metadata.generation that the condition was set based upon.
128
+
For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date
129
+
with respect to the current state of the instance.
123
130
format: int64
124
131
type: integer
125
132
reason:
126
-
description: The reason for the condition's last transition
127
-
in CamelCase. The specific API may choose whether this field
128
-
is considered a guaranteed API. This field may not be empty.
133
+
description: |-
134
+
The reason for the condition's last transition in CamelCase.
135
+
The specific API may choose whether this field is considered a guaranteed API.
136
+
This field may not be empty.
129
137
type: string
130
138
severity:
131
-
description: Severity provides an explicit classification of
132
-
Reason code, so the users or machines can immediately understand
133
-
the current situation and act accordingly. The Severity field
134
-
MUST be set only when Status=False.
139
+
description: |-
140
+
Severity provides an explicit classification of Reason code, so the users or machines can immediately
141
+
understand the current situation and act accordingly.
142
+
The Severity field MUST be set only when Status=False.
135
143
type: string
136
144
status:
137
145
description: Status of the condition, one of True, False, Unknown.
138
146
type: string
139
147
type:
140
-
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
141
-
Many .condition.type values are consistent across resources
142
-
like Available, but because arbitrary util can be useful (see
143
-
.node.status.util), the ability to deconflict is important.
148
+
description: |-
149
+
Type of condition in CamelCase or in foo.example.com/CamelCase.
150
+
Many .condition.type values are consistent across resources like Available, but because arbitrary util
151
+
can be useful (see .node.status.util), the ability to deconflict is important.
Copy file name to clipboardExpand all lines: crds/kube-bind.appscode.com_apiserviceexportrequests.yaml
+64-49Lines changed: 64 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -26,28 +26,37 @@ spec:
26
26
name: v1alpha1
27
27
schema:
28
28
openAPIV3Schema:
29
-
description: "APIServiceExportRequest is represents a request session of kubectl-bind-apiservice.
30
-
\n The service provider can prune these objects after some time."
29
+
description: |-
30
+
APIServiceExportRequest is represents a request session of kubectl-bind-apiservice.
31
+
32
+
The service provider can prune these objects after some time.
31
33
properties:
32
34
apiVersion:
33
-
description: 'APIVersion defines the versioned schema of this representation
34
-
of an object. Servers should convert recognized schemas to the latest
35
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
35
+
description: |-
36
+
APIVersion defines the versioned schema of this representation of an object.
37
+
Servers should convert recognized schemas to the latest internal value, and
38
+
may reject unrecognized values.
39
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
36
40
type: string
37
41
kind:
38
-
description: 'Kind is a string value representing the REST resource this
39
-
object represents. Servers may infer this from the endpoint the client
40
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
42
+
description: |-
43
+
Kind is a string value representing the REST resource this object represents.
44
+
Servers may infer this from the endpoint the client submits requests to.
45
+
Cannot be updated.
46
+
In CamelCase.
47
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
41
48
type: string
42
49
metadata:
43
50
type: object
44
51
spec:
45
-
description: spec specifies how an API service from a service provider
46
-
should be bound in the local consumer cluster.
52
+
description: |-
53
+
spec specifies how an API service from a service provider should be bound in the
54
+
local consumer cluster.
47
55
properties:
48
56
parameters:
49
-
description: parameters holds service provider specific parameters
50
-
for this binding request.
57
+
description: |-
58
+
parameters holds service provider specific parameters for this binding
59
+
request.
51
60
type: object
52
61
x-kubernetes-preserve-unknown-fields: true
53
62
x-kubernetes-validations:
@@ -59,20 +68,22 @@ spec:
59
68
properties:
60
69
group:
61
70
default: ""
62
-
description: group is the name of an API group. For core groups
0 commit comments