clusterdataplane

package
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClusterDataPlaneCmd added in v1.1.0

func NewClusterDataPlaneCmd(f client.NewClientFunc) *cobra.Command

Types

type ClusterDataPlane

type ClusterDataPlane struct {
	// contains filtered or unexported fields
}

ClusterDataPlane implements cluster data plane operations

func New

New creates a new cluster data plane implementation

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

type GetParams

type GetParams struct {
	ClusterDataPlaneName string
}

GetParams defines parameters for getting a single cluster data plane

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL