Documentation ¶
Index ¶
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 (Client) Create ¶
func (c Client) Create(set appsv1.StatefulSet) error
Create provides a thin wrapper and client.Client to create appsv1.StatefulSet types
func (Client) CreateOrUpdate ¶
func (c Client) CreateOrUpdate(set appsv1.StatefulSet) error
CreateOrUpdate will either Create the stateful set if it doesn't exist, or Update it if it does
func (Client) Delete ¶
func (c Client) Delete(set appsv1.StatefulSet) error
Delete provides a thin wrapper and client.Client to delete appsv1.StatefulSet types
Click to show internal directories.
Click to hide internal directories.