Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for interacting with Operator objects.
func NewForConfig ¶
NewForConfig returns a client for interacting with Extensions objects.
func (*Client) Execs ¶
func (c *Client) Execs(namespace string) ExecInterface
Execs within a namespace.
type ClientInterface ¶
type ClientInterface interface {
Execs(namespace string) ExecInterface
}
ClientInterface for interacting with AWS subclients.
type ExecInterface ¶
type ExecInterface interface {
List(opts metav1.ListOptions) (*extensionsv1beta1.ExecList, error)
Get(name string, options metav1.GetOptions) (*extensionsv1beta1.Exec, error)
Create(*extensionsv1beta1.Exec) (*extensionsv1beta1.Exec, error)
Watch(opts metav1.ListOptions) (watch.Interface, error)
}
ExecInterface declares interactions with the Exec objects.
Click to show internal directories.
Click to hide internal directories.