Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterDataPlane ¶
type ClusterDataPlane struct{}
ClusterDataPlane implements cluster data plane operations
func (*ClusterDataPlane) Delete ¶
func (c *ClusterDataPlane) Delete(params DeleteParams) error
Delete deletes a single cluster data plane
func (*ClusterDataPlane) Get ¶
func (c *ClusterDataPlane) Get(params GetParams) error
Get retrieves a single cluster data plane and outputs it as YAML
func (*ClusterDataPlane) List ¶
func (c *ClusterDataPlane) List() error
List lists all cluster-scoped data planes
type DeleteParams ¶
type DeleteParams struct {
ClusterDataPlaneName string
}
DeleteParams defines parameters for deleting a single cluster data plane
Click to show internal directories.
Click to hide internal directories.