Operations

get available resources

GET /apis/authorization.k8s.io/v1beta1

Responses

HTTP Code Description Schema

default

success

v1.APIResourceList

Consumes

  • application/json

  • application/yaml

  • application/vnd.kubernetes.protobuf

Produces

  • application/json

  • application/yaml

  • application/vnd.kubernetes.protobuf

Tags

  • apisauthorization.k8s.iov1beta1

create a LocalSubjectAccessReview

POST /apis/authorization.k8s.io/v1beta1/namespaces/{namespace}/localsubjectaccessreviews

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If true, then the output is pretty printed.

false

string

BodyParameter

body

true

v1beta1.LocalSubjectAccessReview

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1beta1.LocalSubjectAccessReview

Consumes

  • /

Produces

  • application/json

  • application/yaml

  • application/vnd.kubernetes.protobuf

Tags

  • apisauthorization.k8s.iov1beta1

create a SelfSubjectAccessReview

POST /apis/authorization.k8s.io/v1beta1/selfsubjectaccessreviews

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If true, then the output is pretty printed.

false

string

BodyParameter

body

true

v1beta1.SelfSubjectAccessReview

Responses

HTTP Code Description Schema

200

success

v1beta1.SelfSubjectAccessReview

Consumes

  • /

Produces

  • application/json

  • application/yaml

  • application/vnd.kubernetes.protobuf

Tags

  • apisauthorization.k8s.iov1beta1

create a SubjectAccessReview

POST /apis/authorization.k8s.io/v1beta1/subjectaccessreviews

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If true, then the output is pretty printed.

false

string

BodyParameter

body

true

v1beta1.SubjectAccessReview

Responses

HTTP Code Description Schema

200

success

v1beta1.SubjectAccessReview

Consumes

  • /

Produces

  • application/json

  • application/yaml

  • application/vnd.kubernetes.protobuf

Tags

  • apisauthorization.k8s.iov1beta1