Documentation ¶
Index ¶
Constants ¶
View Source
const RbsNameSpace = "kube-system"
default for local kube-system for remote
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RbsInterface ¶
type V1Client ¶
type V1Client struct {
// contains filtered or unexported fields
}
func (*V1Client) Rbs ¶
func (c *V1Client) Rbs(namespace string) RbsInterface
type V1Interface ¶
type V1Interface interface {
Rbs(namespace string) RbsInterface
}
Click to show internal directories.
Click to hide internal directories.