package nonstructuralschema
import "k8s.io/apiextensions-apiserver/pkg/controller/nonstructuralschema"
Index ¶
Types ¶
type ConditionController ¶
type ConditionController struct {
// contains filtered or unexported fields
}
ConditionController is maintaining the NonStructuralSchema condition.
func NewConditionController ¶
func NewConditionController( crdInformer informers.CustomResourceDefinitionInformer, crdClient client.CustomResourceDefinitionsGetter, ) *ConditionController
NewConditionController constructs a non-structural schema condition controller.
func (*ConditionController) Run ¶
func (c *ConditionController) Run(threadiness int, stopCh <-chan struct{})
Run starts the controller.
Source Files ¶
nonstructuralschema_controller.go
- Version
- v0.16.10
- Published
- May 20, 2020
- Platform
- js/wasm
- Imports
- 16 packages
- Last checked
- 1 hour ago –
Tools for package owners.