Skip to content

Commit ad8a098

Browse files
committed
fix formatting
Signed-off-by: Britania Rodriguez Reyes <[email protected]>
1 parent c60b65a commit ad8a098

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apis/placement/v1beta1/clusterresourceplacement_types.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ type PlacementSpec struct {
150150
RevisionHistoryLimit *int32 `json:"revisionHistoryLimit,omitempty"`
151151

152152
// EnableStatusProxy indicates whether a PlacementStatusProxy object should be created to mirror the placement status.
153-
// When enabled, PlacementStatusProxy objects will be created in the same namespaces selected by the ResourceSelectors.
153+
// When enabled, PlacementStatusProxy objects will be created in the same namespaces selected by the ResourceSelectors.
154154
// This allows namespace-scoped access to the cluster-scoped ClusterResourcePlacement status.
155155
// Defaults to false.
156156
// +kubebuilder:default=false
@@ -1519,18 +1519,18 @@ const (
15191519
// +kubebuilder:printcolumn:JSONPath=`.metadata.creationTimestamp`,name="Age",type=date
15201520
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
15211521

1522-
// PlacementStatusProxy is a namespaced resource that mirrors the PlacementStatus of a corresponding
1522+
// PlacementStatusProxy is a namespaced resource that mirrors the PlacementStatus of a corresponding
15231523
// ClusterResourcePlacement object. This allows namespace-scoped access to cluster-scoped placement status.
15241524
//
15251525
// This object will be created within the target namespace that contains resources being managed by the CRP.
1526-
// When multiple ClusterResourcePlacements target the same namespace, each PlacementStatusProxy within that
1527-
// namespace is uniquely identified by its object name, which corresponds to the specific ClusterResourcePlacement
1526+
// When multiple ClusterResourcePlacements target the same namespace, each PlacementStatusProxy within that
1527+
// namespace is uniquely identified by its object name, which corresponds to the specific ClusterResourcePlacement
15281528
// that created it.
15291529
//
15301530
// The name of this object should follow the template: <clusterResourcePlacementName>-status
15311531
// where <clusterResourcePlacementName> is the name of the corresponding ClusterResourcePlacement.
15321532
//
1533-
// For example, if you have a ClusterResourcePlacement named "my-app-crp", the corresponding
1533+
// For example, if you have a ClusterResourcePlacement named "my-app-crp", the corresponding
15341534
// PlacementStatusProxy should be named "my-app-crp-status".
15351535
type PlacementStatusProxy struct {
15361536
metav1.TypeMeta `json:",inline"`

0 commit comments

Comments
 (0)