Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 834 Bytes

V1RunAsUserStrategyOptions.md

File metadata and controls

13 lines (9 loc) · 834 Bytes

V1RunAsUserStrategyOptions

Properties

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]

[Back to Model list] [Back to API list] [Back to README]