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
{{ message }}
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
ready-deployment: kind-image install deploy apibinding ## Deploy the controller-manager and wait for it to be ready.
130
+
ready-deployment: kind-image install bindcompute deploy apibinding## Deploy the controller-manager and wait for it to be ready.
131
131
$(KCP_KUBECTL) --namespace "controller-runtime-example-system" rollout status deployment/controller-runtime-example-controller-manager
132
132
133
-
# TODO(skuznets|ncdc): this APIBinding is not needed, but here only to work around https://github.com/kcp-dev/kcp/issues/1183 - remove it once that is fixed
133
+
.PHONY: bindcompute
134
+
bindcompute:
135
+
$(KCP_KUBECTL) kcp bind compute $(shell$(KCP_KUBECTL) get logicalcluster cluster -o jsonpath="{.metadata.annotations.kcp\.io/path}")
136
+
137
+
# TODO(skuznets|ncdc): this APIBinding is not needed, but here only to work around https://github.com/kcp-dev/kcp/issues/2663 - remove it once that is fixed
description: Widget is the Schema for the widgets API
18
-
properties:
19
-
apiVersion:
20
-
description: 'APIVersion defines the versioned schema of this representation
21
-
of an object. Servers should convert recognized schemas to the latest
22
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
-
type: string
24
-
kind:
25
-
description: 'Kind is a string value representing the REST resource this
26
-
object represents. Servers may infer this from the endpoint the client
27
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
28
-
type: string
29
-
metadata:
30
-
type: object
31
-
spec:
32
-
description: WidgetSpec defines the desired state of Widget
33
-
properties:
34
-
foo:
35
-
type: string
36
-
type: object
37
-
status:
38
-
description: WidgetStatus defines the observed state of Widget
39
-
properties:
40
-
total:
41
-
type: integer
42
-
type: object
43
-
type: object
44
-
served: true
45
-
storage: true
46
-
subresources:
47
-
status: {}
15
+
- name: v1alpha1
16
+
schema:
17
+
description: Widget is the Schema for the widgets API
18
+
properties:
19
+
apiVersion:
20
+
description:
21
+
"APIVersion defines the versioned schema of this representation
22
+
of an object. Servers should convert recognized schemas to the latest
23
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
24
+
type: string
25
+
kind:
26
+
description:
27
+
"Kind is a string value representing the REST resource this
28
+
object represents. Servers may infer this from the endpoint the client
29
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
30
+
type: string
31
+
metadata:
32
+
type: object
33
+
spec:
34
+
description: WidgetSpec defines the desired state of Widget
35
+
properties:
36
+
foo:
37
+
type: string
38
+
type: object
39
+
status:
40
+
description: WidgetStatus defines the observed state of Widget
0 commit comments