struct Kyverno::PolicyAudit::FailedResource

Defined in:

tasks/utils/kyverno.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(kind : String, name : String, namespace : String) #

[View source]

Instance Method Detail

def kind : String #

[View source]
def kind=(kind : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def namespace : String #

[View source]
def namespace=(namespace : String) #

[View source]