We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd586bd commit 50cc127Copy full SHA for 50cc127
internal/mode/static/state/graph/policies.go
@@ -42,16 +42,6 @@ type PolicyAncestor struct {
42
Conditions []conditions.Condition
43
}
44
45
-// PolicyAncestorRef contains the identifying information of the ancestor.
46
-type PolicyAncestorRef struct {
47
- // Nsname is the NamespacedName of the Ancestor.
48
- Nsname types.NamespacedName
49
- // Kind is the Kind of the Ancestor.
50
- Kind v1.Kind
51
- // Group is the Group of the Ancestor.
52
- Group v1.Group
53
-}
54
-
55
// PolicyTargetRef represents the object that the Policy is targeting.
56
type PolicyTargetRef struct {
57
// Kind is the Kind of the object.
0 commit comments