plugin/ directory

Directories

PathSynopsis
staging/src/k8s.io/apiserver/plugin/pkg
staging/src/k8s.io/apiserver/plugin/pkg/auditPackage audit contains implementations for pkg/audit/AuditBackend interface
staging/src/k8s.io/apiserver/plugin/pkg/audit/bufferedPackage buffered provides an implementation for the audit.Backend interface that batches incoming audit events and sends batches to the delegate audit.Backend.
staging/src/k8s.io/apiserver/plugin/pkg/audit/log
staging/src/k8s.io/apiserver/plugin/pkg/audit/webhookPackage webhook implements the audit.Backend interface using HTTP webhooks.
staging/src/k8s.io/apiserver/plugin/pkg/authenticatorPackage authenticator contains implementations for pkg/auth/authenticator interfaces
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/passwordPackage password contains authenticator.Password implementations
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/allow
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/oidcoidc implements the authenticator.Token interface using the OpenID Connect protocol.
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/tokentest
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/webhookPackage 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/webhookPackage webhook implements the authorizer.Authorizer interface using HTTP webhooks.
Version
v1.10.2
Published
Apr 26, 2018
Platform
linux/amd64
Last checked
1 minute ago

Tools for package owners.