v1beta1

package
v0.0.0-...-97dd610 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2023 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 AuthenticationPolicyLister

type AuthenticationPolicyLister interface {
	// List lists all AuthenticationPolicies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.AuthenticationPolicy, err error)
	// AuthenticationPolicies returns an object that can list and get AuthenticationPolicies.
	AuthenticationPolicies(namespace string) AuthenticationPolicyNamespaceLister
	AuthenticationPolicyListerExpansion
}

AuthenticationPolicyLister helps list AuthenticationPolicies. All objects returned here must be treated as read-only.

func NewAuthenticationPolicyLister

func NewAuthenticationPolicyLister(indexer cache.Indexer) AuthenticationPolicyLister

NewAuthenticationPolicyLister returns a new AuthenticationPolicyLister.

type AuthenticationPolicyListerExpansion

type AuthenticationPolicyListerExpansion interface{}

AuthenticationPolicyListerExpansion allows custom methods to be added to AuthenticationPolicyLister.

type AuthenticationPolicyNamespaceLister

type AuthenticationPolicyNamespaceLister interface {
	// List lists all AuthenticationPolicies in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.AuthenticationPolicy, err error)
	// Get retrieves the AuthenticationPolicy from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.AuthenticationPolicy, error)
	AuthenticationPolicyNamespaceListerExpansion
}

AuthenticationPolicyNamespaceLister helps list and get AuthenticationPolicies. All objects returned here must be treated as read-only.

type AuthenticationPolicyNamespaceListerExpansion

type AuthenticationPolicyNamespaceListerExpansion interface{}

AuthenticationPolicyNamespaceListerExpansion allows custom methods to be added to AuthenticationPolicyNamespaceLister.

type AuthorizationPolicyLister

type AuthorizationPolicyLister interface {
	// List lists all AuthorizationPolicies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.AuthorizationPolicy, err error)
	// AuthorizationPolicies returns an object that can list and get AuthorizationPolicies.
	AuthorizationPolicies(namespace string) AuthorizationPolicyNamespaceLister
	AuthorizationPolicyListerExpansion
}

AuthorizationPolicyLister helps list AuthorizationPolicies. All objects returned here must be treated as read-only.

func NewAuthorizationPolicyLister

func NewAuthorizationPolicyLister(indexer cache.Indexer) AuthorizationPolicyLister

NewAuthorizationPolicyLister returns a new AuthorizationPolicyLister.

type AuthorizationPolicyListerExpansion

type AuthorizationPolicyListerExpansion interface{}

AuthorizationPolicyListerExpansion allows custom methods to be added to AuthorizationPolicyLister.

type AuthorizationPolicyNamespaceLister

type AuthorizationPolicyNamespaceLister interface {
	// List lists all AuthorizationPolicies in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.AuthorizationPolicy, err error)
	// Get retrieves the AuthorizationPolicy from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.AuthorizationPolicy, error)
	AuthorizationPolicyNamespaceListerExpansion
}

AuthorizationPolicyNamespaceLister helps list and get AuthorizationPolicies. All objects returned here must be treated as read-only.

type AuthorizationPolicyNamespaceListerExpansion

type AuthorizationPolicyNamespaceListerExpansion interface{}

AuthorizationPolicyNamespaceListerExpansion allows custom methods to be added to AuthorizationPolicyNamespaceLister.

Jump to

Keyboard shortcuts

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