Documentation ¶
Index ¶
- type RorClient
- func (c *RorClient) Clusters() v1clusters.ClustersInterface
- func (c *RorClient) Datacenters() v1datacenter.DatacenterInterface
- func (c *RorClient) Info() v1info.InfoInterface
- func (c *RorClient) Metrics() v1metrics.MetricsInterface
- func (c *RorClient) Ping() error
- func (c *RorClient) Projects() v1projects.ProjectsInterface
- func (c *RorClient) ResourceV2() v2resources.ResourcesInterface
- func (c *RorClient) Resources() v1resources.ResourceInterface
- func (c *RorClient) Self() rorclientv2self.SelfInterface
- func (c *RorClient) SetTransport(transport transports.RorTransport)
- func (c *RorClient) Workspaces() v1workspaces.WorkspacesInterface
- type RorConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RorClient ¶
type RorClient struct { Transport transports.RorTransport // contains filtered or unexported fields }
func NewRorClient ¶
func NewRorClient(transport transports.RorTransport) *RorClient
func (*RorClient) Clusters ¶
func (c *RorClient) Clusters() v1clusters.ClustersInterface
func (*RorClient) Datacenters ¶
func (c *RorClient) Datacenters() v1datacenter.DatacenterInterface
func (*RorClient) Info ¶
func (c *RorClient) Info() v1info.InfoInterface
func (*RorClient) Metrics ¶
func (c *RorClient) Metrics() v1metrics.MetricsInterface
func (*RorClient) Projects ¶
func (c *RorClient) Projects() v1projects.ProjectsInterface
func (*RorClient) ResourceV2 ¶ added in v0.1.5
func (c *RorClient) ResourceV2() v2resources.ResourcesInterface
func (*RorClient) Resources ¶
func (c *RorClient) Resources() v1resources.ResourceInterface
func (*RorClient) Self ¶
func (c *RorClient) Self() rorclientv2self.SelfInterface
func (*RorClient) SetTransport ¶
func (c *RorClient) SetTransport(transport transports.RorTransport)
func (*RorClient) Workspaces ¶
func (c *RorClient) Workspaces() v1workspaces.WorkspacesInterface
Click to show internal directories.
Click to hide internal directories.