Documentation
¶
Index ¶
- type DhcpOptionsSetLister
- type DhcpOptionsSetListerExpansion
- type DhcpOptionsSetNamespaceLister
- type DhcpOptionsSetNamespaceListerExpansion
- type FlowLogLister
- type FlowLogListerExpansion
- type FlowLogNamespaceLister
- type FlowLogNamespaceListerExpansion
- type NatIPCIDRLister
- type NatIPCIDRListerExpansion
- type NatIPCIDRNamespaceLister
- type NatIPCIDRNamespaceListerExpansion
- type NatIPLister
- type NatIPListerExpansion
- type NatIPNamespaceLister
- type NatIPNamespaceListerExpansion
- type TrafficMirrorFilterEgressRuleLister
- type TrafficMirrorFilterEgressRuleListerExpansion
- type TrafficMirrorFilterEgressRuleNamespaceLister
- type TrafficMirrorFilterEgressRuleNamespaceListerExpansion
- type TrafficMirrorFilterLister
- type TrafficMirrorFilterListerExpansion
- type TrafficMirrorFilterNamespaceLister
- type TrafficMirrorFilterNamespaceListerExpansion
- type VpcLister
- type VpcListerExpansion
- type VpcNamespaceLister
- type VpcNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DhcpOptionsSetLister ¶ added in v0.4.0
type DhcpOptionsSetLister interface { // List lists all DhcpOptionsSets in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DhcpOptionsSet, err error) // DhcpOptionsSets returns an object that can list and get DhcpOptionsSets. DhcpOptionsSets(namespace string) DhcpOptionsSetNamespaceLister DhcpOptionsSetListerExpansion }
DhcpOptionsSetLister helps list DhcpOptionsSets. All objects returned here must be treated as read-only.
func NewDhcpOptionsSetLister ¶ added in v0.4.0
func NewDhcpOptionsSetLister(indexer cache.Indexer) DhcpOptionsSetLister
NewDhcpOptionsSetLister returns a new DhcpOptionsSetLister.
type DhcpOptionsSetListerExpansion ¶ added in v0.4.0
type DhcpOptionsSetListerExpansion interface{}
DhcpOptionsSetListerExpansion allows custom methods to be added to DhcpOptionsSetLister.
type DhcpOptionsSetNamespaceLister ¶ added in v0.4.0
type DhcpOptionsSetNamespaceLister interface { // List lists all DhcpOptionsSets in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DhcpOptionsSet, err error) // Get retrieves the DhcpOptionsSet from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DhcpOptionsSet, error) DhcpOptionsSetNamespaceListerExpansion }
DhcpOptionsSetNamespaceLister helps list and get DhcpOptionsSets. All objects returned here must be treated as read-only.
type DhcpOptionsSetNamespaceListerExpansion ¶ added in v0.4.0
type DhcpOptionsSetNamespaceListerExpansion interface{}
DhcpOptionsSetNamespaceListerExpansion allows custom methods to be added to DhcpOptionsSetNamespaceLister.
type FlowLogLister ¶
type FlowLogLister interface { // List lists all FlowLogs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FlowLog, err error) // FlowLogs returns an object that can list and get FlowLogs. FlowLogs(namespace string) FlowLogNamespaceLister FlowLogListerExpansion }
FlowLogLister helps list FlowLogs. All objects returned here must be treated as read-only.
func NewFlowLogLister ¶
func NewFlowLogLister(indexer cache.Indexer) FlowLogLister
NewFlowLogLister returns a new FlowLogLister.
type FlowLogListerExpansion ¶
type FlowLogListerExpansion interface{}
FlowLogListerExpansion allows custom methods to be added to FlowLogLister.
type FlowLogNamespaceLister ¶
type FlowLogNamespaceLister interface { // List lists all FlowLogs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FlowLog, err error) // Get retrieves the FlowLog from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FlowLog, error) FlowLogNamespaceListerExpansion }
FlowLogNamespaceLister helps list and get FlowLogs. All objects returned here must be treated as read-only.
type FlowLogNamespaceListerExpansion ¶
type FlowLogNamespaceListerExpansion interface{}
FlowLogNamespaceListerExpansion allows custom methods to be added to FlowLogNamespaceLister.
type NatIPCIDRLister ¶ added in v0.4.0
type NatIPCIDRLister interface { // List lists all NatIPCIDRs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NatIPCIDR, err error) // NatIPCIDRs returns an object that can list and get NatIPCIDRs. NatIPCIDRs(namespace string) NatIPCIDRNamespaceLister NatIPCIDRListerExpansion }
NatIPCIDRLister helps list NatIPCIDRs. All objects returned here must be treated as read-only.
func NewNatIPCIDRLister ¶ added in v0.4.0
func NewNatIPCIDRLister(indexer cache.Indexer) NatIPCIDRLister
NewNatIPCIDRLister returns a new NatIPCIDRLister.
type NatIPCIDRListerExpansion ¶ added in v0.4.0
type NatIPCIDRListerExpansion interface{}
NatIPCIDRListerExpansion allows custom methods to be added to NatIPCIDRLister.
type NatIPCIDRNamespaceLister ¶ added in v0.4.0
type NatIPCIDRNamespaceLister interface { // List lists all NatIPCIDRs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NatIPCIDR, err error) // Get retrieves the NatIPCIDR from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NatIPCIDR, error) NatIPCIDRNamespaceListerExpansion }
NatIPCIDRNamespaceLister helps list and get NatIPCIDRs. All objects returned here must be treated as read-only.
type NatIPCIDRNamespaceListerExpansion ¶ added in v0.4.0
type NatIPCIDRNamespaceListerExpansion interface{}
NatIPCIDRNamespaceListerExpansion allows custom methods to be added to NatIPCIDRNamespaceLister.
type NatIPLister ¶ added in v0.4.0
type NatIPLister interface { // List lists all NatIPs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NatIP, err error) // NatIPs returns an object that can list and get NatIPs. NatIPs(namespace string) NatIPNamespaceLister NatIPListerExpansion }
NatIPLister helps list NatIPs. All objects returned here must be treated as read-only.
func NewNatIPLister ¶ added in v0.4.0
func NewNatIPLister(indexer cache.Indexer) NatIPLister
NewNatIPLister returns a new NatIPLister.
type NatIPListerExpansion ¶ added in v0.4.0
type NatIPListerExpansion interface{}
NatIPListerExpansion allows custom methods to be added to NatIPLister.
type NatIPNamespaceLister ¶ added in v0.4.0
type NatIPNamespaceLister interface { // List lists all NatIPs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NatIP, err error) // Get retrieves the NatIP from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NatIP, error) NatIPNamespaceListerExpansion }
NatIPNamespaceLister helps list and get NatIPs. All objects returned here must be treated as read-only.
type NatIPNamespaceListerExpansion ¶ added in v0.4.0
type NatIPNamespaceListerExpansion interface{}
NatIPNamespaceListerExpansion allows custom methods to be added to NatIPNamespaceLister.
type TrafficMirrorFilterEgressRuleLister ¶ added in v0.4.0
type TrafficMirrorFilterEgressRuleLister interface { // List lists all TrafficMirrorFilterEgressRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TrafficMirrorFilterEgressRule, err error) // TrafficMirrorFilterEgressRules returns an object that can list and get TrafficMirrorFilterEgressRules. TrafficMirrorFilterEgressRules(namespace string) TrafficMirrorFilterEgressRuleNamespaceLister TrafficMirrorFilterEgressRuleListerExpansion }
TrafficMirrorFilterEgressRuleLister helps list TrafficMirrorFilterEgressRules. All objects returned here must be treated as read-only.
func NewTrafficMirrorFilterEgressRuleLister ¶ added in v0.4.0
func NewTrafficMirrorFilterEgressRuleLister(indexer cache.Indexer) TrafficMirrorFilterEgressRuleLister
NewTrafficMirrorFilterEgressRuleLister returns a new TrafficMirrorFilterEgressRuleLister.
type TrafficMirrorFilterEgressRuleListerExpansion ¶ added in v0.4.0
type TrafficMirrorFilterEgressRuleListerExpansion interface{}
TrafficMirrorFilterEgressRuleListerExpansion allows custom methods to be added to TrafficMirrorFilterEgressRuleLister.
type TrafficMirrorFilterEgressRuleNamespaceLister ¶ added in v0.4.0
type TrafficMirrorFilterEgressRuleNamespaceLister interface { // List lists all TrafficMirrorFilterEgressRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TrafficMirrorFilterEgressRule, err error) // Get retrieves the TrafficMirrorFilterEgressRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TrafficMirrorFilterEgressRule, error) TrafficMirrorFilterEgressRuleNamespaceListerExpansion }
TrafficMirrorFilterEgressRuleNamespaceLister helps list and get TrafficMirrorFilterEgressRules. All objects returned here must be treated as read-only.
type TrafficMirrorFilterEgressRuleNamespaceListerExpansion ¶ added in v0.4.0
type TrafficMirrorFilterEgressRuleNamespaceListerExpansion interface{}
TrafficMirrorFilterEgressRuleNamespaceListerExpansion allows custom methods to be added to TrafficMirrorFilterEgressRuleNamespaceLister.
type TrafficMirrorFilterLister ¶ added in v0.4.0
type TrafficMirrorFilterLister interface { // List lists all TrafficMirrorFilters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TrafficMirrorFilter, err error) // TrafficMirrorFilters returns an object that can list and get TrafficMirrorFilters. TrafficMirrorFilters(namespace string) TrafficMirrorFilterNamespaceLister TrafficMirrorFilterListerExpansion }
TrafficMirrorFilterLister helps list TrafficMirrorFilters. All objects returned here must be treated as read-only.
func NewTrafficMirrorFilterLister ¶ added in v0.4.0
func NewTrafficMirrorFilterLister(indexer cache.Indexer) TrafficMirrorFilterLister
NewTrafficMirrorFilterLister returns a new TrafficMirrorFilterLister.
type TrafficMirrorFilterListerExpansion ¶ added in v0.4.0
type TrafficMirrorFilterListerExpansion interface{}
TrafficMirrorFilterListerExpansion allows custom methods to be added to TrafficMirrorFilterLister.
type TrafficMirrorFilterNamespaceLister ¶ added in v0.4.0
type TrafficMirrorFilterNamespaceLister interface { // List lists all TrafficMirrorFilters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TrafficMirrorFilter, err error) // Get retrieves the TrafficMirrorFilter from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TrafficMirrorFilter, error) TrafficMirrorFilterNamespaceListerExpansion }
TrafficMirrorFilterNamespaceLister helps list and get TrafficMirrorFilters. All objects returned here must be treated as read-only.
type TrafficMirrorFilterNamespaceListerExpansion ¶ added in v0.4.0
type TrafficMirrorFilterNamespaceListerExpansion interface{}
TrafficMirrorFilterNamespaceListerExpansion allows custom methods to be added to TrafficMirrorFilterNamespaceLister.
type VpcLister ¶
type VpcLister interface { // List lists all Vpcs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Vpc, err error) // Vpcs returns an object that can list and get Vpcs. Vpcs(namespace string) VpcNamespaceLister VpcListerExpansion }
VpcLister helps list Vpcs. All objects returned here must be treated as read-only.
func NewVpcLister ¶
NewVpcLister returns a new VpcLister.
type VpcListerExpansion ¶
type VpcListerExpansion interface{}
VpcListerExpansion allows custom methods to be added to VpcLister.
type VpcNamespaceLister ¶
type VpcNamespaceLister interface { // List lists all Vpcs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Vpc, err error) // Get retrieves the Vpc from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Vpc, error) VpcNamespaceListerExpansion }
VpcNamespaceLister helps list and get Vpcs. All objects returned here must be treated as read-only.
type VpcNamespaceListerExpansion ¶
type VpcNamespaceListerExpansion interface{}
VpcNamespaceListerExpansion allows custom methods to be added to VpcNamespaceLister.