File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Owning ReplicaSet Namespace and Name.
170
170
Watching and EventHandling
171
171
172
172
Controllers may Watch multiple Kinds of objects (e.g. Pods, ReplicaSets and Deployments), but they Reconciler
173
- only a single Type. When one Type of object must be be updated in response to changes in another Type of object,
173
+ only a single Type. When one Type of object must be updated in response to changes in another Type of object,
174
174
an EnqueueRequestFromMapFunc may be used to map events from one type to another. e.g. Respond to a cluster resize
175
175
event (add / delete Node) by re-reconciling all instances of some API.
176
176
Original file line number Diff line number Diff line change @@ -83,12 +83,12 @@ type Environment struct {
83
83
// This is useful in cases that need aggregated API servers and the like.
84
84
UseExistingCluster bool
85
85
86
- // ControlPlaneStartTimeout is the the maximum duration each controlplane component
86
+ // ControlPlaneStartTimeout is the maximum duration each controlplane component
87
87
// may take to start. It defaults to the KUBEBUILDER_CONTROLPLANE_START_TIMEOUT
88
88
// environment variable or 20 seconds if unspecified
89
89
ControlPlaneStartTimeout time.Duration
90
90
91
- // ControlPlaneStopTimeout is the the maximum duration each controlplane component
91
+ // ControlPlaneStopTimeout is the maximum duration each controlplane component
92
92
// may take to stop. It defaults to the KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT
93
93
// environment variable or 20 seconds if unspecified
94
94
ControlPlaneStopTimeout time.Duration
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ type Options struct {
48
48
Objects []runtime.Object
49
49
}
50
50
51
- // Provision provisions certificates for for the WebhookClientConfig.
51
+ // Provision provisions certificates for the WebhookClientConfig.
52
52
// It ensures the cert and CA are valid and not expiring.
53
53
// It updates the CABundle in the webhookClientConfig if necessary.
54
54
// It inject the WebhookClientConfig into options.Objects.
You can’t perform that action at this time.
0 commit comments