Documentation ¶
Index ¶
- type AggregationController
- func (c *AggregationController) AddAPIService(handler http.Handler, apiService *v1.APIService)
- func (c *AggregationController) RemoveAPIService(apiServiceName string)
- func (c *AggregationController) Run(stopCh <-chan struct{})
- func (c *AggregationController) UpdateAPIService(handler http.Handler, apiService *v1.APIService)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregationController ¶
type AggregationController struct {
// contains filtered or unexported fields
}
AggregationController periodically checks the list of group-versions handled by each APIService and updates the discovery page periodically
func NewAggregationController ¶
func NewAggregationController(openAPIAggregationManager aggregator.SpecProxier) *AggregationController
NewAggregationController creates new OpenAPI aggregation controller.
func (*AggregationController) AddAPIService ¶
func (c *AggregationController) AddAPIService(handler http.Handler, apiService *v1.APIService)
AddAPIService adds a new API Service to OpenAPI Aggregation.
func (*AggregationController) RemoveAPIService ¶
func (c *AggregationController) RemoveAPIService(apiServiceName string)
RemoveAPIService removes API Service from OpenAPI Aggregation Controller.
func (*AggregationController) Run ¶
func (c *AggregationController) Run(stopCh <-chan struct{})
Run starts OpenAPI AggregationController
func (*AggregationController) UpdateAPIService ¶
func (c *AggregationController) UpdateAPIService(handler http.Handler, apiService *v1.APIService)
UpdateAPIService updates API Service's info and handler.
Click to show internal directories.
Click to hide internal directories.