Documentation ¶
Index ¶
- type Info
- func (c *Info) GetAnyRemoteEndpoint() (*submarinerv1.Endpoint, error)
- func (c *Info) GetGateways() ([]submarinerv1.Gateway, error)
- func (c *Info) GetImageRepositoryInfo() *image.RepositoryInfo
- func (c *Info) GetLocalEndpoint() (*submarinerv1.Endpoint, error)
- func (c *Info) HasSingleNode() (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { Name string RestConfig *rest.Config ClientProducer client.Producer Submariner *v1alpha1.Submariner }
func (*Info) GetAnyRemoteEndpoint ¶
func (c *Info) GetAnyRemoteEndpoint() (*submarinerv1.Endpoint, error)
func (*Info) GetGateways ¶
func (c *Info) GetGateways() ([]submarinerv1.Gateway, error)
func (*Info) GetImageRepositoryInfo ¶
func (c *Info) GetImageRepositoryInfo() *image.RepositoryInfo
func (*Info) GetLocalEndpoint ¶
func (c *Info) GetLocalEndpoint() (*submarinerv1.Endpoint, error)
func (*Info) HasSingleNode ¶
Click to show internal directories.
Click to hide internal directories.