Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterPolicyReportsInterface ¶
type ClusterPolicyReportsInterface interface { Get(ctx context.Context, name string) (v1alpha2.ClusterPolicyReport, error) List(ctx context.Context, name string) ([]v1alpha2.ClusterPolicyReport, error) Create(ctx context.Context, cpolr v1alpha2.ClusterPolicyReport) error Update(ctx context.Context, cpolr v1alpha2.ClusterPolicyReport) error Delete(ctx context.Context, name string) error }
Click to show internal directories.
Click to hide internal directories.