helpers

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2023 License: Apache-2.0 Imports: 8 Imported by: 5

Documentation

Overview

Copyright 2022 Equinix, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OpenAuditLogFileUntilSuccess

func OpenAuditLogFileUntilSuccess(path string, loggers ...logr.Logger) (*os.File, error)

OpenAuditLogFileUntilSuccess attempts to open a file for writing audit events until it succeeds. It assumes that audit events are less than 4096 bytes to ensure atomicity. it takes a writer for the audit log.

func OpenAuditLogFileUntilSuccessWithContext added in v0.2.2

func OpenAuditLogFileUntilSuccessWithContext(ctx context.Context, path string, ls ...logr.Logger) (*os.File, error)

OpenAuditLogFileUntilSuccessWithContext attempts to open a file for writing audit events until it succeeds or the context is cancelled. It assumes that audit events are less than 4096 bytes to ensure atomicity. it takes a writer for the audit log.

func OpenOrCreateAuditLogFile added in v0.8.0

func OpenOrCreateAuditLogFile(path string) (*os.File, error)

OpenOrCreateAuditLogFile attempts to open a file for writing audit events. If the file does not exist, it will be created.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL