1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
This commit is contained in:
shivkumar dudhani 2019-11-15 16:10:12 -08:00
parent 633484892d
commit 9a24a27368
3 changed files with 1 additions and 17 deletions

View file

@ -261,8 +261,6 @@ spec:
type: string
name:
type: string
namespace:
type: string
rules:
type: array
items:
@ -283,8 +281,6 @@ spec:
properties:
kind:
type: string
namespace:
type: string
creationBlocked:
type: boolean
---
@ -326,8 +322,6 @@ spec:
type: string
name:
type: string
namespace:
type: string
rules:
type: array
items:
@ -348,8 +342,6 @@ spec:
properties:
kind:
type: string
namespace:
type: string
creationBlocked:
type: boolean
---

View file

@ -261,8 +261,6 @@ spec:
type: string
name:
type: string
namespace:
type: string
rules:
type: array
items:
@ -283,8 +281,6 @@ spec:
properties:
kind:
type: string
namespace:
type: string
creationBlocked:
type: boolean
---
@ -326,8 +322,6 @@ spec:
type: string
name:
type: string
namespace:
type: string
rules:
type: array
items:
@ -348,8 +342,6 @@ spec:
properties:
kind:
type: string
namespace:
type: string
creationBlocked:
type: boolean
---

View file

@ -46,7 +46,7 @@ func createPVNew(dclient *client.Client, pv kyverno.ClusterPolicyViolation, pvLi
ePV, err := getExistingPVIfAny(pvLister, pv)
if err != nil {
glog.Error(err)
return fmt.Errorf("failed to get existing pv on resource '%s': %v", pv.Spec.ResourceSpec.ToKey(), err)
return fmt.Errorf("failed to get existing pv on resource '%s' in namespace : %v", pv.Spec.ResourceSpec.ToKey(), pv.Namespace, err)
}
if ePV == nil {
// Create a New PV