acls

package
v1.28.4 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2024 License: Apache-2.0 Imports: 5 Imported by: 199

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetACL

func GetACL(ctx context.Context, p vfs.Path, cluster *kops.Cluster) (vfs.ACL, error)

GetACL returns the ACL for the vfs.Path, by consulting all registered strategies

func RegisterPlugin

func RegisterPlugin(key string, strategy ACLStrategy)

RegisterPlugin adds the strategy to the registered strategies

Types

type ACLStrategy

type ACLStrategy interface {
	// GetACL returns the ACL if this strategy handles the vfs.Path, when writing for the specified cluster
	GetACL(ctx context.Context, p vfs.Path, cluster *kops.Cluster) (vfs.ACL, error)
}

ACLStrategy is the interface implemented by ACL strategy providers

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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