staging/src/k8s.io/apiserver/plugin/pkg | |
staging/src/k8s.io/apiserver/plugin/pkg/audit | Package audit contains implementations for pkg/audit/AuditBackend interface |
staging/src/k8s.io/apiserver/plugin/pkg/audit/log | |
staging/src/k8s.io/apiserver/plugin/pkg/audit/webhook | Package webhook implements the audit.Backend interface using HTTP webhooks. |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator | Package authenticator contains implementations for pkg/auth/authenticator interfaces |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password | Package password contains authenticator.Password implementations |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/allow | |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/keystone | Package keystone provides authentication via keystone. |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/passwordfile | |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/request | |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/request/basicauth | |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token | |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc | oidc implements the authenticator.Token interface using the OpenID Connect protocol. |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/testing | |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/tokentest | |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/webhook | Package webhook implements the authenticator.Token interface using HTTP webhooks. |
staging/src/k8s.io/apiserver/plugin/pkg/authorizer | |
staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook | Package webhook implements the authorizer.Authorizer interface using HTTP webhooks. |