Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterClient ¶
type ClusterClient[CT any] struct { // contains filtered or unexported fields }
func NewClusterClient ¶
func NewClusterClient[CT any](makeClient func(config []byte) (CT, error)) *ClusterClient[CT]
func (*ClusterClient[CT]) Cluster ¶
func (c *ClusterClient[CT]) Cluster(cluster string) (CT, error)
func (*ClusterClient[CT]) DeleteCluster ¶
func (c *ClusterClient[CT]) DeleteCluster(cluster string)
func (*ClusterClient[CT]) UpdateCluster ¶
func (c *ClusterClient[CT]) UpdateCluster(cluster string, config []byte) error
type ClusterClientInterface ¶
type DynamicClusterInterface ¶
Click to show internal directories.
Click to hide internal directories.