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