Show / Hide Table of Contents

Class PodSecurityPolicyTemplateState

Inheritance
System.Object
InputArgs
ResourceArgs
PodSecurityPolicyTemplateState
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 PodSecurityPolicyTemplateState : ResourceArgs

Constructors

View Source

PodSecurityPolicyTemplateState()

Declaration
public PodSecurityPolicyTemplateState()

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<PodSecurityPolicyTemplateAllowedCsiDriverGetArgs> AllowedCsiDrivers { get; set; }
Property Value
Type Description
InputList<PodSecurityPolicyTemplateAllowedCsiDriverGetArgs>
View Source

AllowedFlexVolumes

(list)

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

AllowedHostPaths

(list)

Declaration
public InputList<PodSecurityPolicyTemplateAllowedHostPathGetArgs> AllowedHostPaths { get; set; }
Property Value
Type Description
InputList<PodSecurityPolicyTemplateAllowedHostPathGetArgs>
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<PodSecurityPolicyTemplateFsGroupGetArgs> FsGroup { get; set; }
Property Value
Type Description
Input<PodSecurityPolicyTemplateFsGroupGetArgs>
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<PodSecurityPolicyTemplateHostPortGetArgs> HostPorts { get; set; }
Property Value
Type Description
InputList<PodSecurityPolicyTemplateHostPortGetArgs>
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<PodSecurityPolicyTemplateRunAsGroupGetArgs> RunAsGroup { get; set; }
Property Value
Type Description
Input<PodSecurityPolicyTemplateRunAsGroupGetArgs>
View Source

RunAsUser

(list maxitems:1)

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

RuntimeClass

(list maxitems:1)

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

SeLinux

(list maxitems:1)

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

SupplementalGroup

(list maxitems:1)

Declaration
public Input<PodSecurityPolicyTemplateSupplementalGroupGetArgs> SupplementalGroup { get; set; }
Property Value
Type Description
Input<PodSecurityPolicyTemplateSupplementalGroupGetArgs>
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.