Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDataPlaneCmd ¶ added in v1.1.0
func NewDataPlaneCmd(f client.NewClientFunc) *cobra.Command
Types ¶
type DataPlane ¶
type DataPlane struct {
// contains filtered or unexported fields
}
DataPlane implements data plane operations
func (*DataPlane) Delete ¶
func (d *DataPlane) Delete(params DeleteParams) error
Delete deletes a single data plane
func (*DataPlane) List ¶
func (d *DataPlane) List(params ListParams) error
List lists all data planes in a namespace
type DeleteParams ¶
DeleteParams defines parameters for deleting a single data plane
func (DeleteParams) GetDataPlaneName ¶
func (p DeleteParams) GetDataPlaneName() string
func (DeleteParams) GetNamespace ¶
func (p DeleteParams) GetNamespace() string
type GetParams ¶
GetParams defines parameters for getting a single data plane
func (GetParams) GetNamespace ¶
type ListParams ¶
type ListParams struct {
Namespace string
}
ListParams defines parameters for listing data planes
func (ListParams) GetNamespace ¶
func (p ListParams) GetNamespace() string
Click to show internal directories.
Click to hide internal directories.