Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterObservabilityPlaneCmd ¶ added in v1.1.0
func NewClusterObservabilityPlaneCmd(f client.NewClientFunc) *cobra.Command
Types ¶
type ClusterObservabilityPlane ¶
type ClusterObservabilityPlane struct {
// contains filtered or unexported fields
}
ClusterObservabilityPlane implements cluster observability plane operations
func New ¶
func New(c client.Interface) *ClusterObservabilityPlane
New creates a new cluster observability plane implementation
func (*ClusterObservabilityPlane) Delete ¶
func (c *ClusterObservabilityPlane) Delete(params DeleteParams) error
Delete deletes a single cluster observability plane
func (*ClusterObservabilityPlane) Get ¶
func (c *ClusterObservabilityPlane) Get(params GetParams) error
Get retrieves a single cluster observability plane and outputs it as YAML
func (*ClusterObservabilityPlane) List ¶
func (c *ClusterObservabilityPlane) List() error
List lists all cluster-scoped observability planes
type DeleteParams ¶
type DeleteParams struct {
ClusterObservabilityPlaneName string
}
DeleteParams defines parameters for deleting a single cluster observability plane
Click to show internal directories.
Click to hide internal directories.