Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendTLSPolicyLister ¶
type BackendTLSPolicyLister interface { // List lists all BackendTLSPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.BackendTLSPolicy, err error) // BackendTLSPolicies returns an object that can list and get BackendTLSPolicies. BackendTLSPolicies(namespace string) BackendTLSPolicyNamespaceLister BackendTLSPolicyListerExpansion }
BackendTLSPolicyLister helps list BackendTLSPolicies. All objects returned here must be treated as read-only.
func NewBackendTLSPolicyLister ¶
func NewBackendTLSPolicyLister(indexer cache.Indexer) BackendTLSPolicyLister
NewBackendTLSPolicyLister returns a new BackendTLSPolicyLister.
type BackendTLSPolicyListerExpansion ¶
type BackendTLSPolicyListerExpansion interface{}
BackendTLSPolicyListerExpansion allows custom methods to be added to BackendTLSPolicyLister.
type BackendTLSPolicyNamespaceLister ¶
type BackendTLSPolicyNamespaceLister interface { // List lists all BackendTLSPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.BackendTLSPolicy, err error) // Get retrieves the BackendTLSPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha3.BackendTLSPolicy, error) BackendTLSPolicyNamespaceListerExpansion }
BackendTLSPolicyNamespaceLister helps list and get BackendTLSPolicies. All objects returned here must be treated as read-only.
type BackendTLSPolicyNamespaceListerExpansion ¶
type BackendTLSPolicyNamespaceListerExpansion interface{}
BackendTLSPolicyNamespaceListerExpansion allows custom methods to be added to BackendTLSPolicyNamespaceLister.
Click to show internal directories.
Click to hide internal directories.