Class PodSecurityPolicyTemplateState
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
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class PodSecurityPolicyTemplateState : ResourceArgs
Constructors
View SourcePodSecurityPolicyTemplateState()
Declaration
public PodSecurityPolicyTemplateState()
Properties
View SourceAllowedCapabilities
(list)
Declaration
public InputList<string> AllowedCapabilities { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AllowedCsiDrivers
(list)
Declaration
public InputList<PodSecurityPolicyTemplateAllowedCsiDriverGetArgs> AllowedCsiDrivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PodSecurityPolicyTemplateAllowedCsiDriverGetArgs> |
AllowedFlexVolumes
(list)
Declaration
public InputList<PodSecurityPolicyTemplateAllowedFlexVolumeGetArgs> AllowedFlexVolumes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PodSecurityPolicyTemplateAllowedFlexVolumeGetArgs> |
AllowedHostPaths
(list)
Declaration
public InputList<PodSecurityPolicyTemplateAllowedHostPathGetArgs> AllowedHostPaths { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PodSecurityPolicyTemplateAllowedHostPathGetArgs> |
AllowedProcMountTypes
(list)
Declaration
public InputList<string> AllowedProcMountTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AllowedUnsafeSysctls
(list)
Declaration
public InputList<string> AllowedUnsafeSysctls { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AllowPrivilegeEscalation
= (Optional)
Declaration
public Input<bool> AllowPrivilegeEscalation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Annotations
Annotations for PodSecurityPolicyTemplate object (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
DefaultAddCapabilities
(list)
Declaration
public InputList<string> DefaultAddCapabilities { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
DefaultAllowPrivilegeEscalation
(list)
Declaration
public Input<bool> DefaultAllowPrivilegeEscalation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Description
The PodSecurityPolicyTemplate description (string)
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ForbiddenSysctls
(list)
Declaration
public InputList<string> ForbiddenSysctls { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
FsGroup
(list maxitems:1)
Declaration
public Input<PodSecurityPolicyTemplateFsGroupGetArgs> FsGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PodSecurityPolicyTemplateFsGroupGetArgs> |
HostIpc
(bool)
Declaration
public Input<bool> HostIpc { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
HostPid
(bool)
Declaration
public Input<bool> HostPid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
HostPorts
(list)
Declaration
public InputList<PodSecurityPolicyTemplateHostPortGetArgs> HostPorts { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PodSecurityPolicyTemplateHostPortGetArgs> |
Labels
Labels for PodSecurityPolicyTemplate object (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Name
The name of the PodSecurityPolicyTemplate (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Privileged
(bool)
Declaration
public Input<bool> Privileged { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ReadOnlyRootFilesystem
(bool)
Declaration
public Input<bool> ReadOnlyRootFilesystem { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RequiredDropCapabilities
(list)
Declaration
public InputList<string> RequiredDropCapabilities { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
RunAsGroup
(list maxitems:1)
Declaration
public Input<PodSecurityPolicyTemplateRunAsGroupGetArgs> RunAsGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PodSecurityPolicyTemplateRunAsGroupGetArgs> |
RunAsUser
(list maxitems:1)
Declaration
public Input<PodSecurityPolicyTemplateRunAsUserGetArgs> RunAsUser { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PodSecurityPolicyTemplateRunAsUserGetArgs> |
RuntimeClass
(list maxitems:1)
Declaration
public Input<PodSecurityPolicyTemplateRuntimeClassGetArgs> RuntimeClass { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PodSecurityPolicyTemplateRuntimeClassGetArgs> |
SeLinux
(list maxitems:1)
Declaration
public Input<PodSecurityPolicyTemplateSeLinuxGetArgs> SeLinux { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PodSecurityPolicyTemplateSeLinuxGetArgs> |
SupplementalGroup
(list maxitems:1)
Declaration
public Input<PodSecurityPolicyTemplateSupplementalGroupGetArgs> SupplementalGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PodSecurityPolicyTemplateSupplementalGroupGetArgs> |
Volumes
(list)
Declaration
public InputList<string> Volumes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |