Documentation
¶
Index ¶
- Variables
- type Clusters
- func (c *Clusters) Create(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
- func (c *Clusters) Delete(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
- func (c *Clusters) Read(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
- func (c *Clusters) Update(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Clusters ¶
type Clusters struct { }
func (*Clusters) Create ¶
func (c *Clusters) Create(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
func (*Clusters) Delete ¶
func (c *Clusters) Delete(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
func (*Clusters) Read ¶
func (c *Clusters) Read(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
func (*Clusters) Update ¶
func (c *Clusters) Update(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
Click to show internal directories.
Click to hide internal directories.