Commit 1f8ed7d0 authored by Matt Liggett's avatar Matt Liggett

Clean up PodDisruptionBudget doc comment.

parent 2b46c4b7
......@@ -28,8 +28,8 @@ type PodDisruptionBudgetSpec struct {
// can be either an integer or a string specifying a percentage, e.g. "28%".
MinAvailable intstr.IntOrString `json:"minAvailable,omitempty"`
// Selector is a label query over pods whose evictions are managed by the
// disruption budget.
// Label query over pods whose evictions are managed by the disruption
// budget.
Selector *unversioned.LabelSelector `json:"selector,omitempty"`
}
......
......@@ -29,8 +29,8 @@ type PodDisruptionBudgetSpec struct {
// can be either an integer or a string specifying a percentage, e.g. "28%".
MinAvailable intstr.IntOrString `json:"minAvailable,omitempty" protobuf:"bytes,1,opt,name=minAvailable"`
// Selector is a label query over pods whose evictions are managed by the
// disruption budget.
// Label query over pods whose evictions are managed by the disruption
// budget.
Selector *unversioned.LabelSelector `json:"selector,omitempty" protobuf:"bytes,2,opt,name=selector"`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment