class Pyrite::Api::Auditregistration::V1alpha1::AuditSinkSpec
Overview
AuditSinkSpec holds the spec for the audit sink
Defined in:
versions/v1.14/api/auditregistration/v1alpha1/audit_sink_spec.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
AuditSinkSpec holds the spec for the audit sink
-
.new(pull : JSON::PullParser)
AuditSinkSpec holds the spec for the audit sink
- .new(*, policy : Api::Auditregistration::V1alpha1::Policy, webhook : Api::Auditregistration::V1alpha1::Webhook)
Instance Method Summary
- #policy : Api::Auditregistration::V1alpha1::Policy
- #policy=(policy : Api::Auditregistration::V1alpha1::Policy)
- #webhook : Api::Auditregistration::V1alpha1::Webhook
- #webhook=(webhook : Api::Auditregistration::V1alpha1::Webhook)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
AuditSinkSpec holds the spec for the audit sink
def self.new(*, policy : Api::Auditregistration::V1alpha1::Policy, webhook : Api::Auditregistration::V1alpha1::Webhook)
#