Documentation ¶
Index ¶
- type ConfigIamBindingLister
- type ConfigIamBindingListerExpansion
- type ConfigIamBindingNamespaceLister
- type ConfigIamBindingNamespaceListerExpansion
- type ConfigIamMemberLister
- type ConfigIamMemberListerExpansion
- type ConfigIamMemberNamespaceLister
- type ConfigIamMemberNamespaceListerExpansion
- type ConfigIamPolicyLister
- type ConfigIamPolicyListerExpansion
- type ConfigIamPolicyNamespaceLister
- type ConfigIamPolicyNamespaceListerExpansion
- type ConfigLister
- type ConfigListerExpansion
- type ConfigNamespaceLister
- type ConfigNamespaceListerExpansion
- type VariableLister
- type VariableListerExpansion
- type VariableNamespaceLister
- type VariableNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigIamBindingLister ¶
type ConfigIamBindingLister interface { // List lists all ConfigIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigIamBinding, err error) // ConfigIamBindings returns an object that can list and get ConfigIamBindings. ConfigIamBindings(namespace string) ConfigIamBindingNamespaceLister ConfigIamBindingListerExpansion }
ConfigIamBindingLister helps list ConfigIamBindings. All objects returned here must be treated as read-only.
func NewConfigIamBindingLister ¶
func NewConfigIamBindingLister(indexer cache.Indexer) ConfigIamBindingLister
NewConfigIamBindingLister returns a new ConfigIamBindingLister.
type ConfigIamBindingListerExpansion ¶
type ConfigIamBindingListerExpansion interface{}
ConfigIamBindingListerExpansion allows custom methods to be added to ConfigIamBindingLister.
type ConfigIamBindingNamespaceLister ¶
type ConfigIamBindingNamespaceLister interface { // List lists all ConfigIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigIamBinding, err error) // Get retrieves the ConfigIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConfigIamBinding, error) ConfigIamBindingNamespaceListerExpansion }
ConfigIamBindingNamespaceLister helps list and get ConfigIamBindings. All objects returned here must be treated as read-only.
type ConfigIamBindingNamespaceListerExpansion ¶
type ConfigIamBindingNamespaceListerExpansion interface{}
ConfigIamBindingNamespaceListerExpansion allows custom methods to be added to ConfigIamBindingNamespaceLister.
type ConfigIamMemberLister ¶
type ConfigIamMemberLister interface { // List lists all ConfigIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigIamMember, err error) // ConfigIamMembers returns an object that can list and get ConfigIamMembers. ConfigIamMembers(namespace string) ConfigIamMemberNamespaceLister ConfigIamMemberListerExpansion }
ConfigIamMemberLister helps list ConfigIamMembers. All objects returned here must be treated as read-only.
func NewConfigIamMemberLister ¶
func NewConfigIamMemberLister(indexer cache.Indexer) ConfigIamMemberLister
NewConfigIamMemberLister returns a new ConfigIamMemberLister.
type ConfigIamMemberListerExpansion ¶
type ConfigIamMemberListerExpansion interface{}
ConfigIamMemberListerExpansion allows custom methods to be added to ConfigIamMemberLister.
type ConfigIamMemberNamespaceLister ¶
type ConfigIamMemberNamespaceLister interface { // List lists all ConfigIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigIamMember, err error) // Get retrieves the ConfigIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConfigIamMember, error) ConfigIamMemberNamespaceListerExpansion }
ConfigIamMemberNamespaceLister helps list and get ConfigIamMembers. All objects returned here must be treated as read-only.
type ConfigIamMemberNamespaceListerExpansion ¶
type ConfigIamMemberNamespaceListerExpansion interface{}
ConfigIamMemberNamespaceListerExpansion allows custom methods to be added to ConfigIamMemberNamespaceLister.
type ConfigIamPolicyLister ¶
type ConfigIamPolicyLister interface { // List lists all ConfigIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigIamPolicy, err error) // ConfigIamPolicies returns an object that can list and get ConfigIamPolicies. ConfigIamPolicies(namespace string) ConfigIamPolicyNamespaceLister ConfigIamPolicyListerExpansion }
ConfigIamPolicyLister helps list ConfigIamPolicies. All objects returned here must be treated as read-only.
func NewConfigIamPolicyLister ¶
func NewConfigIamPolicyLister(indexer cache.Indexer) ConfigIamPolicyLister
NewConfigIamPolicyLister returns a new ConfigIamPolicyLister.
type ConfigIamPolicyListerExpansion ¶
type ConfigIamPolicyListerExpansion interface{}
ConfigIamPolicyListerExpansion allows custom methods to be added to ConfigIamPolicyLister.
type ConfigIamPolicyNamespaceLister ¶
type ConfigIamPolicyNamespaceLister interface { // List lists all ConfigIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigIamPolicy, err error) // Get retrieves the ConfigIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConfigIamPolicy, error) ConfigIamPolicyNamespaceListerExpansion }
ConfigIamPolicyNamespaceLister helps list and get ConfigIamPolicies. All objects returned here must be treated as read-only.
type ConfigIamPolicyNamespaceListerExpansion ¶
type ConfigIamPolicyNamespaceListerExpansion interface{}
ConfigIamPolicyNamespaceListerExpansion allows custom methods to be added to ConfigIamPolicyNamespaceLister.
type ConfigLister ¶
type ConfigLister interface { // List lists all Configs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Config, err error) // Configs returns an object that can list and get Configs. Configs(namespace string) ConfigNamespaceLister ConfigListerExpansion }
ConfigLister helps list Configs. All objects returned here must be treated as read-only.
func NewConfigLister ¶
func NewConfigLister(indexer cache.Indexer) ConfigLister
NewConfigLister returns a new ConfigLister.
type ConfigListerExpansion ¶
type ConfigListerExpansion interface{}
ConfigListerExpansion allows custom methods to be added to ConfigLister.
type ConfigNamespaceLister ¶
type ConfigNamespaceLister interface { // List lists all Configs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Config, err error) // Get retrieves the Config from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Config, error) ConfigNamespaceListerExpansion }
ConfigNamespaceLister helps list and get Configs. All objects returned here must be treated as read-only.
type ConfigNamespaceListerExpansion ¶
type ConfigNamespaceListerExpansion interface{}
ConfigNamespaceListerExpansion allows custom methods to be added to ConfigNamespaceLister.
type VariableLister ¶
type VariableLister interface { // List lists all Variables in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Variable, err error) // Variables returns an object that can list and get Variables. Variables(namespace string) VariableNamespaceLister VariableListerExpansion }
VariableLister helps list Variables. All objects returned here must be treated as read-only.
func NewVariableLister ¶
func NewVariableLister(indexer cache.Indexer) VariableLister
NewVariableLister returns a new VariableLister.
type VariableListerExpansion ¶
type VariableListerExpansion interface{}
VariableListerExpansion allows custom methods to be added to VariableLister.
type VariableNamespaceLister ¶
type VariableNamespaceLister interface { // List lists all Variables in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Variable, err error) // Get retrieves the Variable from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Variable, error) VariableNamespaceListerExpansion }
VariableNamespaceLister helps list and get Variables. All objects returned here must be treated as read-only.
type VariableNamespaceListerExpansion ¶
type VariableNamespaceListerExpansion interface{}
VariableNamespaceListerExpansion allows custom methods to be added to VariableNamespaceLister.