Files
c/kubernetes/docs/v1beta1_run_as_user_strategy_options.md
2021-09-15 14:14:46 +08:00

673 B

v1beta1_run_as_user_strategy_options_t

Properties

Name Type Description Notes
ranges list_t * ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. [optional]
rule char * rule is the strategy that will dictate the allowable RunAsUser values that may be set.

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