Documentation ¶ Index ¶ type Provider Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Provider ¶ type Provider interface { // Start starts the resource provider. Start(ctx context.Context) error // Type returns the type of resource provider. Type() egv1a1.ProviderType } Source Files ¶ View all Source files resource_provider.go Directories ¶ Show internal Expand all Path Synopsis file kubernetes test runner Click to show internal directories. Click to hide internal directories.