# SeLinuxOptionsV1 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [SeLinuxOptionsV1](/reference/api/csharp/aspire.hosting.kubernetes/selinuxoptionsv1.md)
- Kind: `Constructors`
- Members: `1`

Represents the SELinux options that are applied to a container or pod in Kubernetes.

## SeLinuxOptionsV1

- Name: `Constructor`

```csharp
public sealed class SeLinuxOptionsV1
{
    public SeLinuxOptionsV1()
    {
        // ...
    }
}
```
