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: Tensorboard is the Schema for the tensorboards API
22
21
properties:
23
22
apiVersion:
24
-
description: 'APIVersion defines the versioned schema of this representation
25
-
of an object. Servers should convert recognized schemas to the latest
26
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
27
28
type: string
28
29
kind:
29
-
description: 'Kind is a string value representing the REST resource this
30
-
object represents. Servers may infer this from the endpoint the client
31
-
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
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
32
36
type: string
33
37
metadata:
34
38
type: object
35
39
spec:
36
40
description: TensorboardSpec defines the desired state of Tensorboard
37
41
properties:
38
42
logspath:
39
-
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
40
-
Important: Run "make" to regenerate code after modifying this file'
43
+
description: |-
44
+
INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
45
+
Important: Run "make" to regenerate code after modifying this file
41
46
type: string
42
47
required:
43
48
- logspath
@@ -64,9 +69,10 @@ spec:
64
69
type: object
65
70
type: array
66
71
readyReplicas:
67
-
description: ReadyReplicas defines the number of Tensorboard Servers
68
-
that are available to connect. The value of ReadyReplicas can be
69
-
either 0 or 1
72
+
description: |-
73
+
ReadyReplicas defines the number of Tensorboard Servers
74
+
that are available to connect. The value of ReadyReplicas
0 commit comments