Documentation ¶
Index ¶
- type Client
- func (c *Client) CreateOrUpdate(function *functioncr.Function) (*v1beta1.Deployment, error)
- func (c *Client) Delete(namespace string, name string) error
- func (c *Client) Get(namespace string, name string) (*v1beta1.Deployment, error)
- func (c *Client) List(namespace string) ([]v1beta1.Deployment, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(parentLogger nuclio.Logger, clientSet *kubernetes.Clientset) (*Client, error)
func (*Client) CreateOrUpdate ¶
func (c *Client) CreateOrUpdate(function *functioncr.Function) (*v1beta1.Deployment, error)
Click to show internal directories.
Click to hide internal directories.