Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
This commit is contained in:
chaunceyjiang 2022-06-02 17:45:56 +08:00
parent 04849253e4
commit fdbe1d6649
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ func (d *ResourceDetector) LookForMatchedClusterPolicy(object *unstructured.Unst
}
if matchedClusterPolicy == nil {
klog.V(2).Infof("no propagationpolicy match for resource(%s)", objectKey)
klog.V(2).Infof("no clusterpropagationpolicy match for resource(%s)", objectKey)
return nil, nil
}
klog.V(2).Infof("Matched cluster policy(%s) for resource(%s)", matchedClusterPolicy.Name, objectKey)