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