class K8S::Api::Auditregistration::V1alpha1::Policy

Overview

Policy defines the configuration of how audit events are logged

Included Modules

Defined in:

versions/v1.14/api/auditregistration/v1alpha1/policy.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, level : String, stages : Array(String)? = nil) #

[View source]

Instance Method Detail

def level : String #

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

[View source]
def stages : Array(String)? #

[View source]
def stages=(stages : Array(String)?) #

[View source]