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 Oct 28, 2024. It is now read-only.
description: NestedCluster is the Schema for the nestedclusters API
34
+
description: NestedCluster is the Schema for the nestedclusters API.
35
35
properties:
36
36
apiVersion:
37
-
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
37
+
description: 'APIVersion defines the versioned schema of this representation
38
+
of an object. Servers should convert recognized schemas to the latest
39
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
38
40
type: string
39
41
kind:
40
-
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client 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: 'Kind is a string value representing the REST resource this
43
+
object represents. Servers may infer this from the endpoint the client
44
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
41
45
type: string
42
46
metadata:
43
47
type: object
44
48
spec:
45
-
description: NestedClusterSpec defines the desired state of NestedCluster
49
+
description: NestedClusterSpec defines the desired state of NestedCluster.
46
50
properties:
47
51
controlPlaneEndpoint:
48
-
description: ControlPlaneEndpoint represents the endpoint used to communicate with the control plane.
52
+
description: ControlPlaneEndpoint represents the endpoint used to
53
+
communicate with the control plane.
49
54
properties:
50
55
host:
51
56
description: The hostname on which the API server is serving.
@@ -60,10 +65,11 @@ spec:
60
65
type: object
61
66
type: object
62
67
status:
63
-
description: NestedClusterStatus defines the observed state of NestedCluster
68
+
description: NestedClusterStatus defines the observed state of NestedCluster.
64
69
properties:
65
70
ready:
66
-
description: Ready is when the NestedControlPlane has a API server URL.
71
+
description: Ready is when the NestedControlPlane has a API server
0 commit comments