Show / Hide Table of Contents

Class ClusterRkeConfigServicesKubeApiAuditLogConfiguration

Inheritance
System.Object
ClusterRkeConfigServicesKubeApiAuditLogConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Rancher2.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigServicesKubeApiAuditLogConfiguration

Fields

View Source

Format

Audit log format. Default: 'json' (string)

Declaration
public readonly string Format
Field Value
Type Description
System.String
View Source

MaxAge

Audit log max age. Default: 30 (int)

Declaration
public readonly int? MaxAge
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MaxBackup

Audit log max backup. Default: 10 (int)

Declaration
public readonly int? MaxBackup
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MaxSize

Audit log max size. Default: 100 (int)

Declaration
public readonly int? MaxSize
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Path

(Optional) Audit log path. Default: /var/log/kube-audit/audit-log.json (string)

Declaration
public readonly string Path
Field Value
Type Description
System.String
View Source

Policy

Audit policy yaml encoded definition. apiVersion and kind: Policy\nrules:&quot; fields are required in the yaml. Ex. &quot;apiVersion: audit.k8s.io/v1\nkind: Policy\nrules:\n- level: RequestResponse\n resources:\n - resources:\n - pods\n&quot; More info (string)

Declaration
public readonly string Policy
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.