mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Merge pull request #38352 from yarntime/fix_operation_typo
Automatic merge from submit-queue (batch tested with PRs 39628, 39551, 38746, 38352, 39607) fix typos fix typos.
This commit is contained in:
commit
36eae5a01c
@ -125,7 +125,7 @@ func NewConfigMapController(client federationclientset.Interface) *ConfigMapCont
|
|||||||
&apiv1.ConfigMap{},
|
&apiv1.ConfigMap{},
|
||||||
controller.NoResyncPeriodFunc(),
|
controller.NoResyncPeriodFunc(),
|
||||||
// Trigger reconciliation whenever something in federated cluster is changed. In most cases it
|
// Trigger reconciliation whenever something in federated cluster is changed. In most cases it
|
||||||
// would be just confirmation that some configmap opration succeeded.
|
// would be just confirmation that some configmap operation succeeded.
|
||||||
util.NewTriggerOnAllChanges(
|
util.NewTriggerOnAllChanges(
|
||||||
func(obj pkgruntime.Object) {
|
func(obj pkgruntime.Object) {
|
||||||
configmapcontroller.deliverConfigMapObj(obj, configmapcontroller.configmapReviewDelay, false)
|
configmapcontroller.deliverConfigMapObj(obj, configmapcontroller.configmapReviewDelay, false)
|
||||||
|
@ -132,7 +132,7 @@ func NewDaemonSetController(client federationclientset.Interface) *DaemonSetCont
|
|||||||
&extensionsv1.DaemonSet{},
|
&extensionsv1.DaemonSet{},
|
||||||
controller.NoResyncPeriodFunc(),
|
controller.NoResyncPeriodFunc(),
|
||||||
// Trigger reconciliation whenever something in federated cluster is changed. In most cases it
|
// Trigger reconciliation whenever something in federated cluster is changed. In most cases it
|
||||||
// would be just confirmation that some daemonset opration succeeded.
|
// would be just confirmation that some daemonset operation succeeded.
|
||||||
util.NewTriggerOnAllChanges(
|
util.NewTriggerOnAllChanges(
|
||||||
func(obj pkgruntime.Object) {
|
func(obj pkgruntime.Object) {
|
||||||
daemonsetcontroller.deliverDaemonSetObj(obj, daemonsetcontroller.daemonsetReviewDelay, false)
|
daemonsetcontroller.deliverDaemonSetObj(obj, daemonsetcontroller.daemonsetReviewDelay, false)
|
||||||
|
Loading…
Reference in New Issue
Block a user