interfaces

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: May 11, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Get() (Prism, error)
	SetInformers(sharedInformers informers.SharedInformerFactory)
}

type Prism

type Prism interface {
	GetVM(ctx context.Context, vmUUID string) (*prismClientV3.VMIntentResponse, error)
	GetCluster(ctx context.Context, clusterUUID string) (*prismClientV3.ClusterIntentResponse, error)
	ListAllCluster(ctx context.Context, filter string) (*prismClientV3.ClusterListIntentResponse, error)
}

Jump to

Keyboard shortcuts

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