Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8SClient ¶
type K8SClient interface { Create(ctx context.Context, operation *v1alpha1.Operation) (*v1alpha1.Operation, error) Get(ctx context.Context, name string, options metav1.GetOptions) (*v1alpha1.Operation, error) Update(ctx context.Context, operation *v1alpha1.Operation) (*v1alpha1.Operation, error) }
K8SClient missing godoc
Click to show internal directories.
Click to hide internal directories.