Name | Type | Description | Notes |
---|---|---|---|
type | string | Type is the strategy that will dictate what RunAsUser is used in the SecurityContext. | [optional] |
uid | int | UID is the user id that containers must run as. Required for the MustRunAs strategy if not using namespace/service account allocated uids. | [optional] |
uidRangeMax | int | UIDRangeMax defines the max value for a strategy that allocates by range. | [optional] |
uidRangeMin | int | UIDRangeMin defines the min value for a strategy that allocates by range. | [optional] |