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.
2 parents 4908523 + 0039438 commit e9d5679Copy full SHA for e9d5679
advisor/advisor.go
@@ -68,3 +68,7 @@ func (advisor *Advisor) PrintPodSecurityPolicy() error {
68
69
return err
70
}
71
+
72
+func (advisor *Advisor) GetPodSecurityPolicy() *v1beta1.PodSecurityPolicy {
73
+ return advisor.podSecurityPolicy
74
+}
0 commit comments