Show / Hide Table of Contents

Class PodSecurityPolicyTemplateArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PodSecurityPolicyTemplateArgs
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
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class PodSecurityPolicyTemplateArgs : ResourceArgs

Constructors

View Source

PodSecurityPolicyTemplateArgs()

Declaration
public PodSecurityPolicyTemplateArgs()

Properties

View Source

AllowedCapabilities

(list)

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

AllowedCsiDrivers

(list)

Declaration
public InputList<PodSecurityPolicyTemplateAllowedCsiDriverArgs> AllowedCsiDrivers { get; set; }
Property Value
Type Description
InputList<PodSecurityPolicyTemplateAllowedCsiDriverArgs>
View Source

AllowedFlexVolumes

(list)

Declaration
public InputList<PodSecurityPolicyTemplateAllowedFlexVolumeArgs> AllowedFlexVolumes { get; set; }
Property Value
Type Description
InputList<PodSecurityPolicyTemplateAllowedFlexVolumeArgs>
View Source

AllowedHostPaths

(list)

Declaration
public InputList<PodSecurityPolicyTemplateAllowedHostPathArgs> AllowedHostPaths { get; set; }
Property Value
Type Description
InputList<PodSecurityPolicyTemplateAllowedHostPathArgs>
View Source

AllowedProcMountTypes

(list)

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

AllowedUnsafeSysctls

(list)

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

AllowPrivilegeEscalation

= (Optional)

Declaration
public Input<bool> AllowPrivilegeEscalation { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Annotations

Annotations for PodSecurityPolicyTemplate object (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

DefaultAddCapabilities

(list)

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

DefaultAllowPrivilegeEscalation

(list)

Declaration
public Input<bool> DefaultAllowPrivilegeEscalation { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Description

The PodSecurityPolicyTemplate description (string)

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

ForbiddenSysctls

(list)

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

FsGroup

(list maxitems:1)

Declaration
public Input<PodSecurityPolicyTemplateFsGroupArgs> FsGroup { get; set; }
Property Value
Type Description
Input<PodSecurityPolicyTemplateFsGroupArgs>
View Source

HostIpc

(bool)

Declaration
public Input<bool> HostIpc { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

HostNetwork

hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.

Declaration
public Input<bool> HostNetwork { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

HostPid

(bool)

Declaration
public Input<bool> HostPid { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

HostPorts

(list)

Declaration
public InputList<PodSecurityPolicyTemplateHostPortArgs> HostPorts { get; set; }
Property Value
Type Description
InputList<PodSecurityPolicyTemplateHostPortArgs>
View Source

Labels

Labels for PodSecurityPolicyTemplate object (map)

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

The name of the PodSecurityPolicyTemplate (string)

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

Privileged

(bool)

Declaration
public Input<bool> Privileged { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ReadOnlyRootFilesystem

(bool)

Declaration
public Input<bool> ReadOnlyRootFilesystem { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

RequiredDropCapabilities

(list)

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

RunAsGroup

(list maxitems:1)

Declaration
public Input<PodSecurityPolicyTemplateRunAsGroupArgs> RunAsGroup { get; set; }
Property Value
Type Description
Input<PodSecurityPolicyTemplateRunAsGroupArgs>
View Source

RunAsUser

(list maxitems:1)

Declaration
public Input<PodSecurityPolicyTemplateRunAsUserArgs> RunAsUser { get; set; }
Property Value
Type Description
Input<PodSecurityPolicyTemplateRunAsUserArgs>
View Source

RuntimeClass

(list maxitems:1)

Declaration
public Input<PodSecurityPolicyTemplateRuntimeClassArgs> RuntimeClass { get; set; }
Property Value
Type Description
Input<PodSecurityPolicyTemplateRuntimeClassArgs>
View Source

SeLinux

(list maxitems:1)

Declaration
public Input<PodSecurityPolicyTemplateSeLinuxArgs> SeLinux { get; set; }
Property Value
Type Description
Input<PodSecurityPolicyTemplateSeLinuxArgs>
View Source

SupplementalGroup

(list maxitems:1)

Declaration
public Input<PodSecurityPolicyTemplateSupplementalGroupArgs> SupplementalGroup { get; set; }
Property Value
Type Description
Input<PodSecurityPolicyTemplateSupplementalGroupArgs>
View Source

Volumes

(list)

Declaration
public InputList<string> Volumes { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.