kubernetesk8s.io/kubernetes/test/images/agnhost/crd-conversion-webhook Index | Files | Directories

package crdconvwebhook

import "k8s.io/kubernetes/test/images/agnhost/crd-conversion-webhook"

Index

Variables

var CmdCrdConversionWebhook = &cobra.Command{
	Use:   "crd-conversion-webhook",
	Short: "Starts HTTP server on port 443 for testing CustomResourceConversionWebhook",
	Long:  "" /* 334 byte string literal not displayed */,

	Args: cobra.MaximumNArgs(0),
	Run:  main,
}

CmdCrdConversionWebhook is used by agnhost Cobra.

Types

type Config

type Config struct {
	CertFile string
	KeyFile  string
}

Config contains the server (the webhook) cert and key.

Source Files

config.go main.go

Directories

PathSynopsis
test/images/agnhost/crd-conversion-webhook/converter
Version
v1.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
8 packages
Last checked
6 hours ago

Tools for package owners.