acls

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetACL

func GetACL(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(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