Documentation ¶
Index ¶
- type Factory
- func (f *Factory) AssignStores(ctx context.Context, storageContext types.StorageContext, ...) error
- func (f *Factory) BatchCreateCRDs(ctx context.Context, storageContext types.StorageContext, ...)
- func (f *Factory) BatchWait()
- func (f *Factory) CreateCRDs(ctx context.Context, storageContext types.StorageContext, ...) (map[*types.Schema]*apiext.CustomResourceDefinition, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct { ClientGetter proxy.ClientGetter // contains filtered or unexported fields }
func NewFactoryFromClientGetter ¶
func NewFactoryFromClientGetter(clientGetter proxy.ClientGetter) *Factory
func (*Factory) AssignStores ¶
func (*Factory) BatchCreateCRDs ¶
func (f *Factory) BatchCreateCRDs(ctx context.Context, storageContext types.StorageContext, schemas *types.Schemas, version *types.APIVersion, schemaIDs ...string)
func (*Factory) CreateCRDs ¶
Click to show internal directories.
Click to hide internal directories.