Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Time limit for requests to the Control Plane API Server. Timeout = 60 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func NewAdminResourceStore ¶
func NewAdminResourceStore(address string, config *config_proto.Context_AdminApiCredentials) (core_store.ResourceStore, error)
func NewResourceStore ¶
func NewResourceStore(coordinates *config_proto.ControlPlaneCoordinates_ApiServer) (core_store.ResourceStore, error)
Types ¶
type DataplaneOverviewClient ¶
type DataplaneOverviewClient interface {
List(ctx context.Context, meshName string, tags map[string]string, gateway bool) (*mesh.DataplaneOverviewResourceList, error)
}
func NewDataplaneOverviewClient ¶
func NewDataplaneOverviewClient(coordinates *config_proto.ControlPlaneCoordinates_ApiServer) (DataplaneOverviewClient, error)
Click to show internal directories.
Click to hide internal directories.