Show / Hide Table of Contents

Class ClusterRkeConfigServicesKubeApiAuditLogConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterRkeConfigServicesKubeApiAuditLogConfigurationArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigServicesKubeApiAuditLogConfigurationArgs : ResourceArgs

Constructors

View Source

ClusterRkeConfigServicesKubeApiAuditLogConfigurationArgs()

Declaration
public ClusterRkeConfigServicesKubeApiAuditLogConfigurationArgs()

Properties

View Source

Format

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

Declaration
public Input<string> Format { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MaxAge

Audit log max age. Default: 30 (int)

Declaration
public Input<int> MaxAge { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaxBackup

Audit log max backup. Default: 10 (int)

Declaration
public Input<int> MaxBackup { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaxSize

Audit log max size. Default: 100 (int)

Declaration
public Input<int> MaxSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Path

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

Declaration
public Input<string> Path { get; set; }
Property Value
Type Description
Input<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 Input<string> Policy { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.