Options
All
  • Public
  • Public/Protected
  • All
Menu

NonResourceRule holds information that describes a rule for the non-resource

export
interface

IoK8sApiAuthorizationV1NonResourceRule

Hierarchy

  • IoK8sApiAuthorizationV1NonResourceRule

Index

Properties

nonResourceURLs?: string[]

NonResourceURLs is a set of partial urls that a user should have access to. s are allowed, but only as the full, final step in the path. "" means all.

memberof

IoK8sApiAuthorizationV1NonResourceRule

verbs: string[]

Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.

memberof

IoK8sApiAuthorizationV1NonResourceRule

Generated using TypeDoc