Documentation ¶
Index ¶
- type PHPAPI
- func (p *PHPAPI) GetCluster(clusterId string) (types.SubmarinerCluster, error)
- func (p *PHPAPI) GetClusters(colorCodes []string) ([]types.SubmarinerCluster, error)
- func (p *PHPAPI) GetEndpoint(clusterId string, cableName string) (types.SubmarinerEndpoint, error)
- func (p *PHPAPI) GetEndpoints(clusterId string) ([]types.SubmarinerEndpoint, error)
- func (p *PHPAPI) RemoveCluster(clusterId string) error
- func (p *PHPAPI) RemoveEndpoint(clusterId, cableName string) error
- func (p *PHPAPI) SetCluster(cluster types.SubmarinerCluster) error
- func (p *PHPAPI) SetEndpoint(local types.SubmarinerEndpoint) error
- func (p *PHPAPI) WatchClusters(ctx context.Context, selfClusterId string, colorCodes []string, ...) error
- func (p *PHPAPI) WatchEndpoints(ctx context.Context, selfClusterId string, colorCodes []string, ...) error
- type PHPAPISpecification
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PHPAPI ¶
func (*PHPAPI) GetCluster ¶
func (p *PHPAPI) GetCluster(clusterId string) (types.SubmarinerCluster, error)
func (*PHPAPI) GetClusters ¶
func (p *PHPAPI) GetClusters(colorCodes []string) ([]types.SubmarinerCluster, error)
func (*PHPAPI) GetEndpoint ¶
func (*PHPAPI) GetEndpoints ¶
func (p *PHPAPI) GetEndpoints(clusterId string) ([]types.SubmarinerEndpoint, error)
func (*PHPAPI) RemoveCluster ¶
func (*PHPAPI) RemoveEndpoint ¶
func (*PHPAPI) SetCluster ¶
func (p *PHPAPI) SetCluster(cluster types.SubmarinerCluster) error
func (*PHPAPI) SetEndpoint ¶
func (p *PHPAPI) SetEndpoint(local types.SubmarinerEndpoint) error
func (*PHPAPI) WatchClusters ¶
type PHPAPISpecification ¶
Click to show internal directories.
Click to hide internal directories.