Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestClient ¶
type RestClient struct {
// contains filtered or unexported fields
}
RestClient is a set of restful API clients that doesn't compatible with Kube API machinery.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*RestClient, error)
NewForConfig returns a new Client using the provided config and Options.
func (*RestClient) IamV1alpha2 ¶
func (c *RestClient) IamV1alpha2() iamv1alpha2.IamV1alpha2Interface
IamV1alpha2 retrieves the IamV1alpha2Client
Click to show internal directories.
Click to hide internal directories.