Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomNodeConfigLister ¶
type CustomNodeConfigLister interface { // List lists all CustomNodeConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CustomNodeConfig, err error) // Get retrieves the CustomNodeConfig from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CustomNodeConfig, error) CustomNodeConfigListerExpansion }
CustomNodeConfigLister helps list CustomNodeConfigs. All objects returned here must be treated as read-only.
func NewCustomNodeConfigLister ¶
func NewCustomNodeConfigLister(indexer cache.Indexer) CustomNodeConfigLister
NewCustomNodeConfigLister returns a new CustomNodeConfigLister.
type CustomNodeConfigListerExpansion ¶
type CustomNodeConfigListerExpansion interface{}
CustomNodeConfigListerExpansion allows custom methods to be added to CustomNodeConfigLister.
type KatalystCustomConfigLister ¶
type KatalystCustomConfigLister interface { // List lists all KatalystCustomConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KatalystCustomConfig, err error) // KatalystCustomConfigs returns an object that can list and get KatalystCustomConfigs. KatalystCustomConfigs(namespace string) KatalystCustomConfigNamespaceLister KatalystCustomConfigListerExpansion }
KatalystCustomConfigLister helps list KatalystCustomConfigs. All objects returned here must be treated as read-only.
func NewKatalystCustomConfigLister ¶
func NewKatalystCustomConfigLister(indexer cache.Indexer) KatalystCustomConfigLister
NewKatalystCustomConfigLister returns a new KatalystCustomConfigLister.
type KatalystCustomConfigListerExpansion ¶
type KatalystCustomConfigListerExpansion interface{}
KatalystCustomConfigListerExpansion allows custom methods to be added to KatalystCustomConfigLister.
type KatalystCustomConfigNamespaceLister ¶
type KatalystCustomConfigNamespaceLister interface { // List lists all KatalystCustomConfigs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KatalystCustomConfig, err error) // Get retrieves the KatalystCustomConfig from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KatalystCustomConfig, error) KatalystCustomConfigNamespaceListerExpansion }
KatalystCustomConfigNamespaceLister helps list and get KatalystCustomConfigs. All objects returned here must be treated as read-only.
type KatalystCustomConfigNamespaceListerExpansion ¶
type KatalystCustomConfigNamespaceListerExpansion interface{}
KatalystCustomConfigNamespaceListerExpansion allows custom methods to be added to KatalystCustomConfigNamespaceLister.