Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestProvider ¶ added in v2.1.0
type TestProvider struct { SdkClientSetFunc func(ctx context.Context, creds *atlas.Credentials, log *zap.SugaredLogger) (*atlas.ClientSet, error) IsCloudGovFunc func() bool IsSupportedFunc func() bool }
func (*TestProvider) IsCloudGov ¶ added in v2.1.0
func (f *TestProvider) IsCloudGov() bool
func (*TestProvider) IsResourceSupported ¶ added in v2.1.0
func (f *TestProvider) IsResourceSupported(_ api.AtlasCustomResource) bool
func (*TestProvider) SdkClientSet ¶ added in v2.6.0
func (f *TestProvider) SdkClientSet(ctx context.Context, creds *atlas.Credentials, log *zap.SugaredLogger) (*atlas.ClientSet, error)
Click to show internal directories.
Click to hide internal directories.