Versions in this module Expand all Collapse all v0 v0.0.2 Mar 5, 2023 v0.0.1 Mar 5, 2023 Changes in this version + func New(version, userAgent string) func() *schema.Provider + func ResponseHasExpectedStatusCode(response *http.Response, expectedStatusCode int) bool + func ResponseHasStatusForbiddenDueToInvalidAPIKey(response *http.Response) bool + type Acl struct + Host string + Operation string + PatternType string + Permission string + Principal string + ResourceName string + ResourceType kafkarestv3.AclResourceType + type Client struct + type GenericOpenAPIError interface + Model func() interface{} + type KafkaRestClient struct + type KafkaRestClientFactory struct + type RetryableClientFactory struct + func NewRetryableClientFactory(opts ...RetryableClientFactoryOption) *RetryableClientFactory + func (f RetryableClientFactory) CreateRetryableClient() *http.Client + type RetryableClientFactoryOption = func(c *RetryableClientFactory) + func WithMaxRetries(maxRetries int) RetryableClientFactoryOption + type SchemaRegistryRestClient struct + type SchemaRegistryRestClientFactory struct