Sha256: c90469c45efaa3ceb1732799da32a8f7f95c9e6e27176af553550325bcdbc6a6

Contents?: true

Size: 688 Bytes

Versions: 1

Compression:

Stored size: 688 Bytes

Contents

# Zilla::IoK8sApiCoreV1SELinuxOptions

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **level** | **String** | Level is SELinux level label that applies to the container. | [optional] |
| **role** | **String** | Role is a SELinux role label that applies to the container. | [optional] |
| **type** | **String** | Type is a SELinux type label that applies to the container. | [optional] |
| **user** | **String** | User is a SELinux user label that applies to the container. | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1SELinuxOptions.new(
  level: null,
  role: null,
  type: null,
  user: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1SELinuxOptions.md