Documentation
¶
Index ¶
- type MSKService
- func (ms *MSKService) DescribeCluster(ctx context.Context, clusterArn *string) (*kafkatypes.Cluster, error)
- func (ms *MSKService) DescribeClusterV2(ctx context.Context, clusterArn *string) (*kafka.DescribeClusterV2Output, error)
- func (ms *MSKService) GetBootstrapBrokers(ctx context.Context, clusterArn *string) (*kafka.GetBootstrapBrokersOutput, error)
- func (ms *MSKService) GetClusterPolicy(ctx context.Context, clusterArn *string) (*kafka.GetClusterPolicyOutput, error)
- func (ms *MSKService) GetCompatibleKafkaVersions(ctx context.Context, clusterArn *string) (*kafka.GetCompatibleKafkaVersionsOutput, error)
- func (ms *MSKService) IsFetchFromFollowerEnabled(ctx context.Context, cluster kafkatypes.Cluster) (*bool, error)
- func (ms *MSKService) ListClientVpcConnections(ctx context.Context, clusterArn *string) ([]kafkatypes.ClientVpcConnection, error)
- func (ms *MSKService) ListClusterOperationsV2(ctx context.Context, clusterArn *string) ([]kafkatypes.ClusterOperationV2Summary, error)
- func (ms *MSKService) ListNodes(ctx context.Context, clusterArn *string) ([]kafkatypes.NodeInfo, error)
- func (ms *MSKService) ListScramSecrets(ctx context.Context, clusterArn *string) ([]string, error)
- func (ms *MSKService) ParseBrokerAddresses(brokers kafka.GetBootstrapBrokersOutput, authType types.AuthType) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MSKService ¶
type MSKService struct {
// contains filtered or unexported fields
}
func NewMSKService ¶
func NewMSKService(client *kafka.Client) *MSKService
func (*MSKService) DescribeCluster ¶ added in v0.2.1
func (ms *MSKService) DescribeCluster(ctx context.Context, clusterArn *string) (*kafkatypes.Cluster, error)
func (*MSKService) DescribeClusterV2 ¶ added in v0.2.1
func (ms *MSKService) DescribeClusterV2(ctx context.Context, clusterArn *string) (*kafka.DescribeClusterV2Output, error)
func (*MSKService) GetBootstrapBrokers ¶ added in v0.2.1
func (ms *MSKService) GetBootstrapBrokers(ctx context.Context, clusterArn *string) (*kafka.GetBootstrapBrokersOutput, error)
func (*MSKService) GetClusterPolicy ¶ added in v0.2.1
func (ms *MSKService) GetClusterPolicy(ctx context.Context, clusterArn *string) (*kafka.GetClusterPolicyOutput, error)
func (*MSKService) GetCompatibleKafkaVersions ¶ added in v0.2.1
func (ms *MSKService) GetCompatibleKafkaVersions(ctx context.Context, clusterArn *string) (*kafka.GetCompatibleKafkaVersionsOutput, error)
func (*MSKService) IsFetchFromFollowerEnabled ¶
func (ms *MSKService) IsFetchFromFollowerEnabled(ctx context.Context, cluster kafkatypes.Cluster) (*bool, error)
func (*MSKService) ListClientVpcConnections ¶ added in v0.2.1
func (ms *MSKService) ListClientVpcConnections(ctx context.Context, clusterArn *string) ([]kafkatypes.ClientVpcConnection, error)
func (*MSKService) ListClusterOperationsV2 ¶ added in v0.2.1
func (ms *MSKService) ListClusterOperationsV2(ctx context.Context, clusterArn *string) ([]kafkatypes.ClusterOperationV2Summary, error)
func (*MSKService) ListNodes ¶ added in v0.2.1
func (ms *MSKService) ListNodes(ctx context.Context, clusterArn *string) ([]kafkatypes.NodeInfo, error)
func (*MSKService) ListScramSecrets ¶ added in v0.2.1
func (*MSKService) ParseBrokerAddresses ¶ added in v0.2.1
func (ms *MSKService) ParseBrokerAddresses(brokers kafka.GetBootstrapBrokersOutput, authType types.AuthType) ([]string, error)
Click to show internal directories.
Click to hide internal directories.