internalversion

package
v3.8.0+incompatible Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterPolicyBindingLister

type ClusterPolicyBindingLister interface {
	// List lists all ClusterPolicyBindings in the indexer.
	List(selector labels.Selector) (ret []*authorization.ClusterPolicyBinding, err error)
	// Get retrieves the ClusterPolicyBinding from the index for a given name.
	Get(name string) (*authorization.ClusterPolicyBinding, error)
	ClusterPolicyBindingListerExpansion
}

ClusterPolicyBindingLister helps list ClusterPolicyBindings.

func NewClusterPolicyBindingLister

func NewClusterPolicyBindingLister(indexer cache.Indexer) ClusterPolicyBindingLister

NewClusterPolicyBindingLister returns a new ClusterPolicyBindingLister.

type ClusterPolicyBindingListerExpansion

type ClusterPolicyBindingListerExpansion interface{}

ClusterPolicyBindingListerExpansion allows custom methods to be added to ClusterPolicyBindingLister.

type ClusterPolicyLister

type ClusterPolicyLister interface {
	// List lists all ClusterPolicies in the indexer.
	List(selector labels.Selector) (ret []*authorization.ClusterPolicy, err error)
	// Get retrieves the ClusterPolicy from the index for a given name.
	Get(name string) (*authorization.ClusterPolicy, error)
	ClusterPolicyListerExpansion
}

ClusterPolicyLister helps list ClusterPolicies.

func NewClusterPolicyLister

func NewClusterPolicyLister(indexer cache.Indexer) ClusterPolicyLister

NewClusterPolicyLister returns a new ClusterPolicyLister.

type ClusterPolicyListerExpansion

type ClusterPolicyListerExpansion interface{}

ClusterPolicyListerExpansion allows custom methods to be added to ClusterPolicyLister.

type ClusterRoleBindingLister

type ClusterRoleBindingLister interface {
	// List lists all ClusterRoleBindings in the indexer.
	List(selector labels.Selector) (ret []*authorization.ClusterRoleBinding, err error)
	// Get retrieves the ClusterRoleBinding from the index for a given name.
	Get(name string) (*authorization.ClusterRoleBinding, error)
	ClusterRoleBindingListerExpansion
}

ClusterRoleBindingLister helps list ClusterRoleBindings.

func NewClusterRoleBindingLister

func NewClusterRoleBindingLister(indexer cache.Indexer) ClusterRoleBindingLister

NewClusterRoleBindingLister returns a new ClusterRoleBindingLister.

type ClusterRoleBindingListerExpansion

type ClusterRoleBindingListerExpansion interface{}

ClusterRoleBindingListerExpansion allows custom methods to be added to ClusterRoleBindingLister.

type ClusterRoleLister

type ClusterRoleLister interface {
	// List lists all ClusterRoles in the indexer.
	List(selector labels.Selector) (ret []*authorization.ClusterRole, err error)
	// Get retrieves the ClusterRole from the index for a given name.
	Get(name string) (*authorization.ClusterRole, error)
	ClusterRoleListerExpansion
}

ClusterRoleLister helps list ClusterRoles.

func NewClusterRoleLister

func NewClusterRoleLister(indexer cache.Indexer) ClusterRoleLister

NewClusterRoleLister returns a new ClusterRoleLister.

type ClusterRoleListerExpansion

type ClusterRoleListerExpansion interface{}

ClusterRoleListerExpansion allows custom methods to be added to ClusterRoleLister.

type PolicyBindingLister

type PolicyBindingLister interface {
	// List lists all PolicyBindings in the indexer.
	List(selector labels.Selector) (ret []*authorization.PolicyBinding, err error)
	// PolicyBindings returns an object that can list and get PolicyBindings.
	PolicyBindings(namespace string) PolicyBindingNamespaceLister
	PolicyBindingListerExpansion
}

PolicyBindingLister helps list PolicyBindings.

func NewPolicyBindingLister

func NewPolicyBindingLister(indexer cache.Indexer) PolicyBindingLister

NewPolicyBindingLister returns a new PolicyBindingLister.

type PolicyBindingListerExpansion

type PolicyBindingListerExpansion interface{}

PolicyBindingListerExpansion allows custom methods to be added to PolicyBindingLister.

type PolicyBindingNamespaceLister

type PolicyBindingNamespaceLister interface {
	// List lists all PolicyBindings in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*authorization.PolicyBinding, err error)
	// Get retrieves the PolicyBinding from the indexer for a given namespace and name.
	Get(name string) (*authorization.PolicyBinding, error)
	PolicyBindingNamespaceListerExpansion
}

PolicyBindingNamespaceLister helps list and get PolicyBindings.

type PolicyBindingNamespaceListerExpansion

type PolicyBindingNamespaceListerExpansion interface{}

PolicyBindingNamespaceListerExpansion allows custom methods to be added to PolicyBindingNamespaceLister.

type PolicyLister

type PolicyLister interface {
	// List lists all Policies in the indexer.
	List(selector labels.Selector) (ret []*authorization.Policy, err error)
	// Policies returns an object that can list and get Policies.
	Policies(namespace string) PolicyNamespaceLister
	PolicyListerExpansion
}

PolicyLister helps list Policies.

func NewPolicyLister

func NewPolicyLister(indexer cache.Indexer) PolicyLister

NewPolicyLister returns a new PolicyLister.

type PolicyListerExpansion

type PolicyListerExpansion interface{}

PolicyListerExpansion allows custom methods to be added to PolicyLister.

type PolicyNamespaceLister

type PolicyNamespaceLister interface {
	// List lists all Policies in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*authorization.Policy, err error)
	// Get retrieves the Policy from the indexer for a given namespace and name.
	Get(name string) (*authorization.Policy, error)
	PolicyNamespaceListerExpansion
}

PolicyNamespaceLister helps list and get Policies.

type PolicyNamespaceListerExpansion

type PolicyNamespaceListerExpansion interface{}

PolicyNamespaceListerExpansion allows custom methods to be added to PolicyNamespaceLister.

type RoleBindingLister

type RoleBindingLister interface {
	// List lists all RoleBindings in the indexer.
	List(selector labels.Selector) (ret []*authorization.RoleBinding, err error)
	// RoleBindings returns an object that can list and get RoleBindings.
	RoleBindings(namespace string) RoleBindingNamespaceLister
	RoleBindingListerExpansion
}

RoleBindingLister helps list RoleBindings.

func NewRoleBindingLister

func NewRoleBindingLister(indexer cache.Indexer) RoleBindingLister

NewRoleBindingLister returns a new RoleBindingLister.

type RoleBindingListerExpansion

type RoleBindingListerExpansion interface{}

RoleBindingListerExpansion allows custom methods to be added to RoleBindingLister.

type RoleBindingNamespaceLister

type RoleBindingNamespaceLister interface {
	// List lists all RoleBindings in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*authorization.RoleBinding, err error)
	// Get retrieves the RoleBinding from the indexer for a given namespace and name.
	Get(name string) (*authorization.RoleBinding, error)
	RoleBindingNamespaceListerExpansion
}

RoleBindingNamespaceLister helps list and get RoleBindings.

type RoleBindingNamespaceListerExpansion

type RoleBindingNamespaceListerExpansion interface{}

RoleBindingNamespaceListerExpansion allows custom methods to be added to RoleBindingNamespaceLister.

type RoleBindingRestrictionLister

type RoleBindingRestrictionLister interface {
	// List lists all RoleBindingRestrictions in the indexer.
	List(selector labels.Selector) (ret []*authorization.RoleBindingRestriction, err error)
	// RoleBindingRestrictions returns an object that can list and get RoleBindingRestrictions.
	RoleBindingRestrictions(namespace string) RoleBindingRestrictionNamespaceLister
	RoleBindingRestrictionListerExpansion
}

RoleBindingRestrictionLister helps list RoleBindingRestrictions.

func NewRoleBindingRestrictionLister

func NewRoleBindingRestrictionLister(indexer cache.Indexer) RoleBindingRestrictionLister

NewRoleBindingRestrictionLister returns a new RoleBindingRestrictionLister.

type RoleBindingRestrictionListerExpansion

type RoleBindingRestrictionListerExpansion interface{}

RoleBindingRestrictionListerExpansion allows custom methods to be added to RoleBindingRestrictionLister.

type RoleBindingRestrictionNamespaceLister

type RoleBindingRestrictionNamespaceLister interface {
	// List lists all RoleBindingRestrictions in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*authorization.RoleBindingRestriction, err error)
	// Get retrieves the RoleBindingRestriction from the indexer for a given namespace and name.
	Get(name string) (*authorization.RoleBindingRestriction, error)
	RoleBindingRestrictionNamespaceListerExpansion
}

RoleBindingRestrictionNamespaceLister helps list and get RoleBindingRestrictions.

type RoleBindingRestrictionNamespaceListerExpansion

type RoleBindingRestrictionNamespaceListerExpansion interface{}

RoleBindingRestrictionNamespaceListerExpansion allows custom methods to be added to RoleBindingRestrictionNamespaceLister.

type RoleLister

type RoleLister interface {
	// List lists all Roles in the indexer.
	List(selector labels.Selector) (ret []*authorization.Role, err error)
	// Roles returns an object that can list and get Roles.
	Roles(namespace string) RoleNamespaceLister
	RoleListerExpansion
}

RoleLister helps list Roles.

func NewRoleLister

func NewRoleLister(indexer cache.Indexer) RoleLister

NewRoleLister returns a new RoleLister.

type RoleListerExpansion

type RoleListerExpansion interface{}

RoleListerExpansion allows custom methods to be added to RoleLister.

type RoleNamespaceLister

type RoleNamespaceLister interface {
	// List lists all Roles in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*authorization.Role, err error)
	// Get retrieves the Role from the indexer for a given namespace and name.
	Get(name string) (*authorization.Role, error)
	RoleNamespaceListerExpansion
}

RoleNamespaceLister helps list and get Roles.

type RoleNamespaceListerExpansion

type RoleNamespaceListerExpansion interface{}

RoleNamespaceListerExpansion allows custom methods to be added to RoleNamespaceLister.

Jump to

Keyboard shortcuts

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