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: ClusterScalingSchedule describes a cluster scoped time based
27
-
metric to be used in autoscaling operations.
31
+
description: |-
32
+
ClusterScalingSchedule describes a cluster scoped time based metric
33
+
to be used in autoscaling operations.
28
34
properties:
29
35
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'
36
+
description: |-
37
+
APIVersion defines the versioned schema of this representation of an object.
38
+
Servers should convert recognized schemas to the latest internal value, and
39
+
may reject unrecognized values.
40
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
33
41
type: string
34
42
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'
43
+
description: |-
44
+
Kind is a string value representing the REST resource this object represents.
45
+
Servers may infer this from the endpoint the client submits requests to.
46
+
Cannot be updated.
47
+
In CamelCase.
48
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
38
49
type: string
39
50
metadata:
40
51
type: object
@@ -47,25 +58,30 @@ spec:
47
58
format: int64
48
59
type: integer
49
60
schedules:
50
-
description: Schedules is the list of schedules for this ScalingSchedule
61
+
description: |-
62
+
Schedules is the list of schedules for this ScalingSchedule
51
63
resource. All the schedules defined here will result on the value
52
-
to the same metric. New metrics require a new ScalingSchedule resource.
64
+
to the same metric. New metrics require a new ScalingSchedule
65
+
resource.
53
66
items:
54
67
description: Schedule is the schedule details to be used inside
55
68
a ScalingSchedule.
56
69
properties:
57
70
date:
58
-
description: Defines the starting date of a OneTime schedule.
59
-
It has to be a RFC3339 formatted date.
71
+
description: |-
72
+
Defines the starting date of a OneTime schedule. It has to
73
+
be a RFC3339 formatted date.
60
74
format: date-time
61
75
type: string
62
76
durationMinutes:
63
-
description: The duration in minutes (default 0) that the configured
64
-
value will be returned for the defined schedule.
77
+
description: |-
78
+
The duration in minutes (default 0) that the configured value will be
79
+
returned for the defined schedule.
65
80
type: integer
66
81
endDate:
67
-
description: Defines the ending date of a OneTime schedule.
68
-
It must be a RFC3339 formatted date.
82
+
description: |-
83
+
Defines the ending date of a OneTime schedule. It must be
84
+
a RFC3339 formatted date.
69
85
format: date-time
70
86
type: string
71
87
period:
@@ -95,16 +111,18 @@ spec:
95
111
pattern: (([0-1][0-9])|([2][0-3])):([0-5][0-9])
96
112
type: string
97
113
timezone:
98
-
description: The location name corresponding to a file in
99
-
the IANA Time Zone database, like Europe/Berlin.
114
+
description: |-
115
+
The location name corresponding to a file in the IANA
116
+
Time Zone database, like Europe/Berlin.
100
117
type: string
101
118
required:
102
119
- days
103
120
- startTime
104
121
- timezone
105
122
type: object
106
123
type:
107
-
description: Defines if the schedule is a OneTime schedule or
124
+
description: |-
125
+
Defines if the schedule is a OneTime schedule or
108
126
Repeating one. If OneTime, date has to be defined. If Repeating,
109
127
Period has to be defined.
110
128
enum:
@@ -129,8 +147,9 @@ spec:
129
147
properties:
130
148
active:
131
149
default: false
132
-
description: Active is true if at least one of the schedules defined
133
-
in the scaling schedule is currently active.
150
+
description: |-
151
+
Active is true if at least one of the schedules defined in the
description: ScalingSchedule describes a namespaced time based metric to be
29
-
used in autoscaling operations.
30
+
description: |-
31
+
ScalingSchedule describes a namespaced time based metric to be used
32
+
in autoscaling operations.
30
33
properties:
31
34
apiVersion:
32
-
description: 'APIVersion defines the versioned schema of this representation
33
-
of an object. Servers should convert recognized schemas to the latest
34
-
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
35
40
type: string
36
41
kind:
37
-
description: 'Kind is a string value representing the REST resource this
38
-
object represents. Servers may infer this from the endpoint the client
39
-
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
40
48
type: string
41
49
metadata:
42
50
type: object
@@ -49,25 +57,30 @@ spec:
49
57
format: int64
50
58
type: integer
51
59
schedules:
52
-
description: Schedules is the list of schedules for this ScalingSchedule
60
+
description: |-
61
+
Schedules is the list of schedules for this ScalingSchedule
53
62
resource. All the schedules defined here will result on the value
54
-
to the same metric. New metrics require a new ScalingSchedule resource.
63
+
to the same metric. New metrics require a new ScalingSchedule
64
+
resource.
55
65
items:
56
66
description: Schedule is the schedule details to be used inside
57
67
a ScalingSchedule.
58
68
properties:
59
69
date:
60
-
description: Defines the starting date of a OneTime schedule.
61
-
It has to be a RFC3339 formatted date.
70
+
description: |-
71
+
Defines the starting date of a OneTime schedule. It has to
72
+
be a RFC3339 formatted date.
62
73
format: date-time
63
74
type: string
64
75
durationMinutes:
65
-
description: The duration in minutes (default 0) that the configured
66
-
value will be returned for the defined schedule.
76
+
description: |-
77
+
The duration in minutes (default 0) that the configured value will be
78
+
returned for the defined schedule.
67
79
type: integer
68
80
endDate:
69
-
description: Defines the ending date of a OneTime schedule.
70
-
It must be a RFC3339 formatted date.
81
+
description: |-
82
+
Defines the ending date of a OneTime schedule. It must be
83
+
a RFC3339 formatted date.
71
84
format: date-time
72
85
type: string
73
86
period:
@@ -97,16 +110,18 @@ spec:
97
110
pattern: (([0-1][0-9])|([2][0-3])):([0-5][0-9])
98
111
type: string
99
112
timezone:
100
-
description: The location name corresponding to a file in
101
-
the IANA Time Zone database, like Europe/Berlin.
113
+
description: |-
114
+
The location name corresponding to a file in the IANA
115
+
Time Zone database, like Europe/Berlin.
102
116
type: string
103
117
required:
104
118
- days
105
119
- startTime
106
120
- timezone
107
121
type: object
108
122
type:
109
-
description: Defines if the schedule is a OneTime schedule or
123
+
description: |-
124
+
Defines if the schedule is a OneTime schedule or
110
125
Repeating one. If OneTime, date has to be defined. If Repeating,
111
126
Period has to be defined.
112
127
enum:
@@ -131,8 +146,9 @@ spec:
131
146
properties:
132
147
active:
133
148
default: false
134
-
description: Active is true if at least one of the schedules defined
135
-
in the scaling schedule is currently active.
149
+
description: |-
150
+
Active is true if at least one of the schedules defined in the
0 commit comments