package routes
import "k8s.io/kubernetes/pkg/routes"
Package routes holds a collection of optional master http handlers.
Index ¶
Types ¶
type Logs ¶
type Logs struct{}
Logs adds handlers for the /logs path serving log files from /var/log.
func (Logs) Install ¶
func (l Logs) Install(c *restful.Container)
Install func registers the logs handler.
type OpenIDMetadataServer ¶
type OpenIDMetadataServer struct {
// contains filtered or unexported fields
}
OpenIDMetadataServer is an HTTP server for metadata of the KSA token issuer.
func NewOpenIDMetadataServer ¶
func NewOpenIDMetadataServer(provider serviceaccount.OpenIDMetadataProvider) *OpenIDMetadataServer
NewOpenIDMetadataServer creates a new OpenIDMetadataServer. The issuer is the OIDC issuer; keys are the keys that may be used to sign KSA tokens.
func (*OpenIDMetadataServer) Install ¶
func (s *OpenIDMetadataServer) Install(c *restful.Container)
Install adds this server to the request router c.
Source Files ¶
const_other.go doc.go logs.go openidmetadata.go
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 3 hours ago –
Tools for package owners.