mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
Webhook framework for cloud controller manager
Provides framework for CCMs to host webhooks.
This commit is contained in:
@@ -16,6 +16,10 @@ limitations under the License.
|
||||
|
||||
package ports
|
||||
|
||||
import (
|
||||
cpoptions "k8s.io/cloud-provider/options"
|
||||
)
|
||||
|
||||
// In this file, we can see all default port of cluster.
|
||||
// It's also an important documentation for us. So don't remove them easily.
|
||||
const (
|
||||
@@ -43,4 +47,8 @@ const (
|
||||
// CloudControllerManagerPort is the default port for the cloud controller manager server.
|
||||
// This value may be overridden by a flag at startup.
|
||||
CloudControllerManagerPort = 10258
|
||||
// CloudControllerManagerWebhookPort is the default port for the cloud
|
||||
// controller manager webhook server. May be overridden by a flag at
|
||||
// startup.
|
||||
CloudControllerManagerWebhookPort = cpoptions.CloudControllerManagerWebhookPort
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user