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 SourceFormat
Audit log format. Default: 'json' (string)
Declaration
public readonly string Format
Field Value
| Type | Description |
|---|---|
| System.String |
MaxAge
Audit log max age. Default: 30 (int)
Declaration
public readonly int? MaxAge
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
MaxBackup
Audit log max backup. Default: 10 (int)
Declaration
public readonly int? MaxBackup
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
MaxSize
Audit log max size. Default: 100 (int)
Declaration
public readonly int? MaxSize
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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 |
Policy
Audit policy yaml encoded definition. apiVersion and kind: Policy\nrules:" fields are required in the yaml. Ex. "apiVersion: audit.k8s.io/v1\nkind: Policy\nrules:\n- level: RequestResponse\n resources:\n - resources:\n - pods\n" More info (string)
Declaration
public readonly string Policy
Field Value
| Type | Description |
|---|---|
| System.String |