Documentation
¶
Overview ¶
Copyright 2018 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
View Source
const ( // RETRY_COUNT controls the number of retries of writing NodeStatus update. RETRY_COUNT = 5 // NODE_CONTROLLER name of node controller NODE_CONTROLLER = "cloud-node-controller" // MAX_BATCH_NUM batch process per loop. MAX_BATCH_NUM = 50 )
View Source
const ( LabelNodePoolID = "node.alibabacloud.com/nodepool-id" LabelInstanceChargeType = "node.alibabacloud.com/instance-charge-type" LabelSpotStrategy = "node.alibabacloud.com/spot-strategy" )
Variables ¶
View Source
var ErrNotFound = errors.New("instance not found")
Functions ¶
func NewEnqueueRequestForNodeEvent ¶
func NewEnqueueRequestForNodeEvent() *enqueueRequestForNodeEvent
NewEnqueueRequestForNodeEvent, event handler for node event
Types ¶
type ReconcileNode ¶
type ReconcileNode struct {
// contains filtered or unexported fields
}
ReconcileNode reconciles a AutoRepair object
func (*ReconcileNode) PeriodicalSync ¶
func (m *ReconcileNode) PeriodicalSync()
Click to show internal directories.
Click to hide internal directories.