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: FeatureTracker represents a cluster-scoped resource in the Data
21
-
Science Cluster, specifically designed for monitoring and managing objects
22
-
created via the internal Features API. This resource serves a crucial role
23
-
in cross-namespace resource management, acting as an owner reference for
24
-
various resources. The primary purpose of the FeatureTracker is to enable
25
-
efficient garbage collection by Kubernetes. This is essential for ensuring
26
-
that resources are automatically cleaned up and reclaimed when they are
20
+
description: |-
21
+
FeatureTracker represents a cluster-scoped resource in the Data Science Cluster,
22
+
specifically designed for monitoring and managing objects created via the internal Features API.
23
+
This resource serves a crucial role in cross-namespace resource management, acting as
24
+
an owner reference for various resources. The primary purpose of the FeatureTracker
25
+
is to enable efficient garbage collection by Kubernetes. This is essential for
26
+
ensuring that resources are automatically cleaned up and reclaimed when they are
27
27
no longer required.
28
28
properties:
29
29
apiVersion:
30
-
description: 'APIVersion defines the versioned schema of this representation
31
-
of an object. Servers should convert recognized schemas to the latest
32
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
30
+
description: |-
31
+
APIVersion defines the versioned schema of this representation of an object.
32
+
Servers should convert recognized schemas to the latest internal value, and
33
+
may reject unrecognized values.
34
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
33
35
type: string
34
36
kind:
35
-
description: 'Kind is a string value representing the REST resource this
36
-
object represents. Servers may infer this from the endpoint the client
37
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
37
+
description: |-
38
+
Kind is a string value representing the REST resource this object represents.
39
+
Servers may infer this from the endpoint the client submits requests to.
40
+
Cannot be updated.
41
+
In CamelCase.
42
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
38
43
type: string
39
44
metadata:
40
45
type: object
@@ -58,8 +63,9 @@ spec:
58
63
properties:
59
64
conditions:
60
65
items:
61
-
description: Condition represents the state of the operator's reconciliation
62
-
functionality.
66
+
description: |-
67
+
Condition represents the state of the operator's
68
+
reconciliation functionality.
63
69
properties:
64
70
lastHeartbeatTime:
65
71
format: date-time
@@ -83,9 +89,9 @@ spec:
83
89
type: object
84
90
type: array
85
91
phase:
86
-
description: Phase describes the Phase of FeatureTracker reconciliation
87
-
state. This is used by OLM UI to provide status information to the
88
-
user.
92
+
description: |-
93
+
Phase describes the Phase of FeatureTracker reconciliation state.
94
+
This is used by OLM UI to provide status information to the user.
0 commit comments