Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadWriter ¶ added in v0.3.0
type ReadWriter struct {
// contains filtered or unexported fields
}
func NewReadWriter ¶ added in v0.3.0
func NewReadWriter(scheme *runtime.Scheme, clientset starboardapi.Interface) *ReadWriter
func (*ReadWriter) Read ¶ added in v0.3.0
func (w *ReadWriter) Read(ctx context.Context, node kube.Object) (starboard.CISKubeBenchOutput, error)
func (*ReadWriter) Write ¶ added in v0.3.0
func (w *ReadWriter) Write(ctx context.Context, report starboard.CISKubeBenchOutput, node *corev1.Node) error
Click to show internal directories.
Click to hide internal directories.