|
89 | 89 | type: object
|
90 | 90 | type: object
|
91 | 91 | controllerTLSSecret:
|
92 |
| - description: ControllerTLSSecret is the name of a secret which contains |
93 |
| - ca.crt, tls.crt and tls.key data for the scheduler extender and |
94 |
| - pod mutation webhook. A controller is started if (and only if) this |
95 |
| - secret is specified. The special string "-openshift-" enables the |
96 |
| - usage of https://docs.openshift.com/container-platform/4.6/security/certificates/service-serving-certificate.html |
97 |
| - to create certificates. |
| 92 | + description: "ControllerTLSSecret used to be the name of a secret |
| 93 | + which contains ca.crt, tls.crt and tls.key data for the scheduler |
| 94 | + extender and pod mutation webhook. It is now unused. \n DEPRECATED" |
98 | 95 | type: string
|
99 | 96 | deviceMode:
|
100 | 97 | description: DeviceMode to use to manage PMEM devices.
|
@@ -135,9 +132,9 @@ spec:
|
135 | 132 | increased with this setting, either with a higher integer or a percentage.
|
136 | 133 | x-kubernetes-int-or-string: true
|
137 | 134 | mutatePods:
|
138 |
| - description: MutatePod defines how a mutating pod webhook is configured |
| 135 | + description: "MutatePod defines how a mutating pod webhook is configured |
139 | 136 | if a controller is started. The field is ignored if the controller
|
140 |
| - is not enabled. The default is "Try". |
| 137 | + is not enabled. The default is \"Try\". \n DEPRECATED" |
141 | 138 | enum:
|
142 | 139 | - Always
|
143 | 140 | - Try
|
@@ -246,12 +243,12 @@ spec:
|
246 | 243 | type: object
|
247 | 244 | type: object
|
248 | 245 | schedulerNodePort:
|
249 |
| - description: SchedulerNodePort, if non-zero, ensures that the "scheduler" |
| 246 | + description: "SchedulerNodePort, if non-zero, ensures that the \"scheduler\" |
250 | 247 | service is created as a NodeService with that fixed port number.
|
251 | 248 | Otherwise that service is created as a cluster service. The number
|
252 | 249 | must be from the range reserved by Kubernetes for node ports. This
|
253 | 250 | is useful if the kube-scheduler cannot reach the scheduler extender
|
254 |
| - via a cluster service. |
| 251 | + via a cluster service. \n DEPRECATED" |
255 | 252 | format: int32
|
256 | 253 | type: integer
|
257 | 254 | type: object
|
|
0 commit comments