Documentation ¶
Index ¶
- type Duplik8sClient
- func (c Duplik8sClient) Delete(ctx context.Context, obj core.DuplicatedObject) error
- func (c Duplik8sClient) ListDuplicable(ctx context.Context, resource schema.GroupVersionResource, namespace string) ([]core.DuplicableObject, error)
- func (c Duplik8sClient) ListDuplicated(ctx context.Context, namespace string) ([]core.DuplicatedObject, error)
- type PodConfigurator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Duplik8sClient ¶ added in v0.3.0
type Duplik8sClient struct {
// contains filtered or unexported fields
}
func NewDuplik8sClient ¶ added in v0.3.0
func NewDuplik8sClient(opts utils.KubeOptions) (*Duplik8sClient, error)
func (Duplik8sClient) Delete ¶ added in v0.3.0
func (c Duplik8sClient) Delete( ctx context.Context, obj core.DuplicatedObject, ) error
func (Duplik8sClient) ListDuplicable ¶ added in v0.3.0
func (c Duplik8sClient) ListDuplicable( ctx context.Context, resource schema.GroupVersionResource, namespace string, ) ([]core.DuplicableObject, error)
func (Duplik8sClient) ListDuplicated ¶ added in v0.3.0
func (c Duplik8sClient) ListDuplicated( ctx context.Context, namespace string, ) ([]core.DuplicatedObject, error)
type PodConfigurator ¶
type PodConfigurator struct {
// contains filtered or unexported fields
}
func NewConfigurator ¶
func NewConfigurator(clientset *kubernetes.Clientset, options core.PodOverrideOptions) PodConfigurator
func (PodConfigurator) OverrideSpec ¶
Click to show internal directories.
Click to hide internal directories.