Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RorCommonClientApiInterface ¶
type RorCommonClientApiInterface interface {
Acl() v1acl.AclInterface
ApiKeysV2() v2apikeys.ApiKeysInterface
Clusters() v1clusters.ClustersInterface
Datacenters() v1datacenter.DatacenterInterface
Info() v1info.InfoInterface
Metrics() v1metrics.MetricsInterface
Projects() v1projects.ProjectsInterface
Resources() v1resources.ResourceInterface
ResourcesV2() v2resources.ResourcesInterface
Self() rorclientv2self.SelfInterface
Stream() v1stream.StreamInterface
StreamV2() v2stream.StreamInterface
Token() v1token.TokenInterface
TokenV2() v2token.TokenInterface
Workspaces() v1workspaces.WorkspacesInterface
}
type RorCommonClientApiInterfaceV1 ¶
type RorCommonClientApiInterfaceV1 interface {
Acl() v1acl.AclInterface
Clusters() v1clusters.ClustersInterface
Datacenters() v1datacenter.DatacenterInterface
Info() v1info.InfoInterface
Metrics() v1metrics.MetricsInterface
Projects() v1projects.ProjectsInterface
Resources() v1resources.ResourceInterface
Stream() v1stream.StreamInterface
Token() v1token.TokenInterface
Workspaces() v1workspaces.WorkspacesInterface
}
type RorCommonClientApiInterfaceV2 ¶
type RorCommonClientApiInterfaceV2 interface {
ApiKeys() v2apikeys.ApiKeysInterface
Resources() v2resources.ResourcesInterface
Stream() v2stream.StreamInterface
Token() v2token.TokenInterface
Self() rorclientv2self.SelfInterface
}
type RorCommonClientApiInterfaceVersioned ¶
type RorCommonClientApiInterfaceVersioned interface {
V1() RorCommonClientApiInterfaceV1
V2() RorCommonClientApiInterfaceV2
}
type RorCommonClientOwnerInterface ¶
type RorCommonClientOwnerInterface interface {
GetOwnerref() rorresourceowner.RorResourceOwnerReference
SetOwnerref(ownerref rorresourceowner.RorResourceOwnerReference)
}
Click to show internal directories.
Click to hide internal directories.