package openapiv3
import "k8s.io/apiextensions-apiserver/pkg/controller/openapiv3"
Index ¶
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller watches CustomResourceDefinitions and publishes OpenAPI v3
func NewController ¶
func NewController(crdInformer informers.CustomResourceDefinitionInformer) *Controller
NewController creates a new Controller with input CustomResourceDefinition informer
func (*Controller) Run ¶
func (c *Controller) Run(openAPIV3Service *handler3.OpenAPIService, stopCh <-chan struct{})
Run sets openAPIAggregationManager and starts workers
Source Files ¶
controller.go metrics.go util.go
- Version
- v0.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 23 packages
- Last checked
- 2 hours ago –
Tools for package owners.