Documentation
¶
Index ¶
- type ClusterNetworkCache
- func (c ClusterNetworkCache) AddIndexer(_ string, _ generic.Indexer[*v1beta1.ClusterNetwork])
- func (c ClusterNetworkCache) Get(name string) (*v1beta1.ClusterNetwork, error)
- func (c ClusterNetworkCache) GetByIndex(_, _ string) ([]*v1beta1.ClusterNetwork, error)
- func (c ClusterNetworkCache) List(selector labels.Selector) ([]*v1beta1.ClusterNetwork, error)
- type ClusterNetworkClient
- func (c ClusterNetworkClient) Create(s *v1beta1.ClusterNetwork) (*v1beta1.ClusterNetwork, error)
- func (c ClusterNetworkClient) Delete(name string, options *metav1.DeleteOptions) error
- func (c ClusterNetworkClient) Get(name string, options metav1.GetOptions) (*v1beta1.ClusterNetwork, error)
- func (c ClusterNetworkClient) List(opts metav1.ListOptions) (*v1beta1.ClusterNetworkList, error)
- func (c ClusterNetworkClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.ClusterNetwork, err error)
- func (c ClusterNetworkClient) Update(s *v1beta1.ClusterNetwork) (*v1beta1.ClusterNetwork, error)
- func (c ClusterNetworkClient) UpdateStatus(_ *v1beta1.ClusterNetwork) (*v1beta1.ClusterNetwork, error)
- func (c ClusterNetworkClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
- type HostNetworkConfigCache
- func (c HostNetworkConfigCache) AddIndexer(_ string, _ generic.Indexer[*v1beta1.HostNetworkConfig])
- func (c HostNetworkConfigCache) Get(name string) (*v1beta1.HostNetworkConfig, error)
- func (c HostNetworkConfigCache) GetByIndex(_, _ string) ([]*v1beta1.HostNetworkConfig, error)
- func (c HostNetworkConfigCache) List(selector labels.Selector) ([]*v1beta1.HostNetworkConfig, error)
- type HostNetworkConfigClient
- func (c HostNetworkConfigClient) Create(s *v1beta1.HostNetworkConfig) (*v1beta1.HostNetworkConfig, error)
- func (c HostNetworkConfigClient) Delete(name string, options *metav1.DeleteOptions) error
- func (c HostNetworkConfigClient) Get(name string, options metav1.GetOptions) (*v1beta1.HostNetworkConfig, error)
- func (c HostNetworkConfigClient) List(opts metav1.ListOptions) (*v1beta1.HostNetworkConfigList, error)
- func (c HostNetworkConfigClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.HostNetworkConfig, err error)
- func (c HostNetworkConfigClient) Update(s *v1beta1.HostNetworkConfig) (*v1beta1.HostNetworkConfig, error)
- func (c HostNetworkConfigClient) UpdateStatus(_ *v1beta1.HostNetworkConfig) (*v1beta1.HostNetworkConfig, error)
- func (c HostNetworkConfigClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
- type NetworkAttachmentDefinitionCache
- func (c NetworkAttachmentDefinitionCache) AddIndexer(_ string, _ generic.Indexer[*cniv1.NetworkAttachmentDefinition])
- func (c NetworkAttachmentDefinitionCache) Get(namespace, name string) (*cniv1.NetworkAttachmentDefinition, error)
- func (c NetworkAttachmentDefinitionCache) GetByIndex(_, _ string) ([]*cniv1.NetworkAttachmentDefinition, error)
- func (c NetworkAttachmentDefinitionCache) List(namespace string, selector labels.Selector) ([]*cniv1.NetworkAttachmentDefinition, error)
- type NodeCache
- type NodeClient
- func (c NodeClient) Create(s *v1.Node) (*v1.Node, error)
- func (c NodeClient) Delete(name string, options *metav1.DeleteOptions) error
- func (c NodeClient) Get(name string, options metav1.GetOptions) (*v1.Node, error)
- func (c NodeClient) List(opts metav1.ListOptions) (*v1.NodeList, error)
- func (c NodeClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1.Node, err error)
- func (c NodeClient) Update(s *v1.Node) (*v1.Node, error)
- func (c NodeClient) UpdateStatus(_ *v1.Node) (*v1.Node, error)
- func (c NodeClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
- type SubnetCache
- type SubnetClient
- type VirtualMachineCache
- func (c VirtualMachineCache) AddIndexer(index string, _ generic.Indexer[*kubevirtv1api.VirtualMachine])
- func (c VirtualMachineCache) Get(namespace, name string) (*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineCache) GetByIndex(index, key string) ([]*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineCache) List(namespace string, selector labels.Selector) ([]*kubevirtv1api.VirtualMachine, error)
- type VirtualMachineClient
- func (c VirtualMachineClient) Create(vmi *kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (c VirtualMachineClient) Get(namespace, name string, options metav1.GetOptions) (*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineClient) List(_ string, _ metav1.ListOptions) (*kubevirtv1api.VirtualMachineList, error)
- func (c VirtualMachineClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *kubevirtv1api.VirtualMachine, err error)
- func (c VirtualMachineClient) Update(vmi *kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineClient) UpdateStatus(*kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- type VirtualMachineInstanceCache
- func (c VirtualMachineInstanceCache) AddIndexer(index string, _ generic.Indexer[*kubevirtv1api.VirtualMachineInstance])
- func (c VirtualMachineInstanceCache) Get(namespace, name string) (*kubevirtv1api.VirtualMachineInstance, error)
- func (c VirtualMachineInstanceCache) GetByIndex(index, key string) ([]*kubevirtv1api.VirtualMachineInstance, error)
- func (c VirtualMachineInstanceCache) List(namespace string, selector labels.Selector) ([]*kubevirtv1api.VirtualMachineInstance, error)
- type VirtualMachineInstanceClient
- func (c VirtualMachineInstanceClient) Create(vmi *kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
- func (c VirtualMachineInstanceClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (c VirtualMachineInstanceClient) Get(namespace, name string, options metav1.GetOptions) (*kubevirtv1api.VirtualMachineInstance, error)
- func (c VirtualMachineInstanceClient) List(_ string, _ metav1.ListOptions) (*kubevirtv1api.VirtualMachineInstanceList, error)
- func (c VirtualMachineInstanceClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *kubevirtv1api.VirtualMachineInstance, err error)
- func (c VirtualMachineInstanceClient) Update(vmi *kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
- func (c VirtualMachineInstanceClient) UpdateStatus(*kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
- func (c VirtualMachineInstanceClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- type VlanConfigCache
- func (c VlanConfigCache) AddIndexer(_ string, _ generic.Indexer[*v1beta1.VlanConfig])
- func (c VlanConfigCache) Get(name string) (*v1beta1.VlanConfig, error)
- func (c VlanConfigCache) GetByIndex(_, _ string) ([]*v1beta1.VlanConfig, error)
- func (c VlanConfigCache) List(selector labels.Selector) ([]*v1beta1.VlanConfig, error)
- type VlanConfigClient
- func (c VlanConfigClient) Create(s *v1beta1.VlanConfig) (*v1beta1.VlanConfig, error)
- func (c VlanConfigClient) Delete(name string, options *metav1.DeleteOptions) error
- func (c VlanConfigClient) Get(name string, options metav1.GetOptions) (*v1beta1.VlanConfig, error)
- func (c VlanConfigClient) List(opts metav1.ListOptions) (*v1beta1.VlanConfigList, error)
- func (c VlanConfigClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.VlanConfig, err error)
- func (c VlanConfigClient) Update(s *v1beta1.VlanConfig) (*v1beta1.VlanConfig, error)
- func (c VlanConfigClient) UpdateStatus(_ *v1beta1.VlanConfig) (*v1beta1.VlanConfig, error)
- func (c VlanConfigClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
- type VlanStatusCache
- func (c VlanStatusCache) AddIndexer(_ string, _ generic.Indexer[*v1beta1.VlanStatus])
- func (c VlanStatusCache) Get(name string) (*v1beta1.VlanStatus, error)
- func (c VlanStatusCache) GetByIndex(_, _ string) ([]*v1beta1.VlanStatus, error)
- func (c VlanStatusCache) List(selector labels.Selector) ([]*v1beta1.VlanStatus, error)
- type VlanStatusClient
- func (c VlanStatusClient) Create(s *v1beta1.VlanStatus) (*v1beta1.VlanStatus, error)
- func (c VlanStatusClient) Delete(name string, options *metav1.DeleteOptions) error
- func (c VlanStatusClient) Get(name string, options metav1.GetOptions) (*v1beta1.VlanStatus, error)
- func (c VlanStatusClient) List(opts metav1.ListOptions) (*v1beta1.VlanStatusList, error)
- func (c VlanStatusClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.VlanStatus, err error)
- func (c VlanStatusClient) Update(s *v1beta1.VlanStatus) (*v1beta1.VlanStatus, error)
- func (c VlanStatusClient) UpdateStatus(_ *v1beta1.VlanStatus) (*v1beta1.VlanStatus, error)
- func (c VlanStatusClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
- type VpcCache
- type VpcClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterNetworkCache ¶
type ClusterNetworkCache func() networktype.ClusterNetworkInterface
func (ClusterNetworkCache) AddIndexer ¶
func (c ClusterNetworkCache) AddIndexer(_ string, _ generic.Indexer[*v1beta1.ClusterNetwork])
func (ClusterNetworkCache) Get ¶
func (c ClusterNetworkCache) Get(name string) (*v1beta1.ClusterNetwork, error)
func (ClusterNetworkCache) GetByIndex ¶
func (c ClusterNetworkCache) GetByIndex(_, _ string) ([]*v1beta1.ClusterNetwork, error)
func (ClusterNetworkCache) List ¶
func (c ClusterNetworkCache) List(selector labels.Selector) ([]*v1beta1.ClusterNetwork, error)
type ClusterNetworkClient ¶
type ClusterNetworkClient func() networktype.ClusterNetworkInterface
func (ClusterNetworkClient) Create ¶
func (c ClusterNetworkClient) Create(s *v1beta1.ClusterNetwork) (*v1beta1.ClusterNetwork, error)
func (ClusterNetworkClient) Delete ¶
func (c ClusterNetworkClient) Delete(name string, options *metav1.DeleteOptions) error
func (ClusterNetworkClient) Get ¶
func (c ClusterNetworkClient) Get(name string, options metav1.GetOptions) (*v1beta1.ClusterNetwork, error)
func (ClusterNetworkClient) List ¶
func (c ClusterNetworkClient) List(opts metav1.ListOptions) (*v1beta1.ClusterNetworkList, error)
func (ClusterNetworkClient) Patch ¶
func (c ClusterNetworkClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.ClusterNetwork, err error)
func (ClusterNetworkClient) Update ¶
func (c ClusterNetworkClient) Update(s *v1beta1.ClusterNetwork) (*v1beta1.ClusterNetwork, error)
func (ClusterNetworkClient) UpdateStatus ¶
func (c ClusterNetworkClient) UpdateStatus(_ *v1beta1.ClusterNetwork) (*v1beta1.ClusterNetwork, error)
func (ClusterNetworkClient) Watch ¶
func (c ClusterNetworkClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
type HostNetworkConfigCache ¶ added in v1.8.0
type HostNetworkConfigCache func() networktype.HostNetworkConfigInterface
func (HostNetworkConfigCache) AddIndexer ¶ added in v1.8.0
func (c HostNetworkConfigCache) AddIndexer(_ string, _ generic.Indexer[*v1beta1.HostNetworkConfig])
func (HostNetworkConfigCache) Get ¶ added in v1.8.0
func (c HostNetworkConfigCache) Get(name string) (*v1beta1.HostNetworkConfig, error)
func (HostNetworkConfigCache) GetByIndex ¶ added in v1.8.0
func (c HostNetworkConfigCache) GetByIndex(_, _ string) ([]*v1beta1.HostNetworkConfig, error)
func (HostNetworkConfigCache) List ¶ added in v1.8.0
func (c HostNetworkConfigCache) List(selector labels.Selector) ([]*v1beta1.HostNetworkConfig, error)
type HostNetworkConfigClient ¶ added in v1.8.0
type HostNetworkConfigClient func() networktype.HostNetworkConfigInterface
func (HostNetworkConfigClient) Create ¶ added in v1.8.0
func (c HostNetworkConfigClient) Create(s *v1beta1.HostNetworkConfig) (*v1beta1.HostNetworkConfig, error)
func (HostNetworkConfigClient) Delete ¶ added in v1.8.0
func (c HostNetworkConfigClient) Delete(name string, options *metav1.DeleteOptions) error
func (HostNetworkConfigClient) Get ¶ added in v1.8.0
func (c HostNetworkConfigClient) Get(name string, options metav1.GetOptions) (*v1beta1.HostNetworkConfig, error)
func (HostNetworkConfigClient) List ¶ added in v1.8.0
func (c HostNetworkConfigClient) List(opts metav1.ListOptions) (*v1beta1.HostNetworkConfigList, error)
func (HostNetworkConfigClient) Patch ¶ added in v1.8.0
func (c HostNetworkConfigClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.HostNetworkConfig, err error)
func (HostNetworkConfigClient) Update ¶ added in v1.8.0
func (c HostNetworkConfigClient) Update(s *v1beta1.HostNetworkConfig) (*v1beta1.HostNetworkConfig, error)
func (HostNetworkConfigClient) UpdateStatus ¶ added in v1.8.0
func (c HostNetworkConfigClient) UpdateStatus(_ *v1beta1.HostNetworkConfig) (*v1beta1.HostNetworkConfig, error)
func (HostNetworkConfigClient) Watch ¶ added in v1.8.0
func (c HostNetworkConfigClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
type NetworkAttachmentDefinitionCache ¶ added in v1.7.0
type NetworkAttachmentDefinitionCache func(namespace string) cnitype.NetworkAttachmentDefinitionInterface
func (NetworkAttachmentDefinitionCache) AddIndexer ¶ added in v1.7.0
func (c NetworkAttachmentDefinitionCache) AddIndexer(_ string, _ generic.Indexer[*cniv1.NetworkAttachmentDefinition])
func (NetworkAttachmentDefinitionCache) Get ¶ added in v1.7.0
func (c NetworkAttachmentDefinitionCache) Get(namespace, name string) (*cniv1.NetworkAttachmentDefinition, error)
func (NetworkAttachmentDefinitionCache) GetByIndex ¶ added in v1.7.0
func (c NetworkAttachmentDefinitionCache) GetByIndex(_, _ string) ([]*cniv1.NetworkAttachmentDefinition, error)
func (NetworkAttachmentDefinitionCache) List ¶ added in v1.7.0
func (c NetworkAttachmentDefinitionCache) List(namespace string, selector labels.Selector) ([]*cniv1.NetworkAttachmentDefinition, error)
type NodeCache ¶ added in v1.8.0
type NodeCache func() nodetype.NodeInterface
func (NodeCache) AddIndexer ¶ added in v1.8.0
func (NodeCache) GetByIndex ¶ added in v1.8.0
type NodeClient ¶ added in v1.8.0
type NodeClient func() nodetype.NodeInterface
func (NodeClient) Delete ¶ added in v1.8.0
func (c NodeClient) Delete(name string, options *metav1.DeleteOptions) error
func (NodeClient) Get ¶ added in v1.8.0
func (c NodeClient) Get(name string, options metav1.GetOptions) (*v1.Node, error)
func (NodeClient) List ¶ added in v1.8.0
func (c NodeClient) List(opts metav1.ListOptions) (*v1.NodeList, error)
func (NodeClient) UpdateStatus ¶ added in v1.8.0
func (NodeClient) Watch ¶ added in v1.8.0
func (c NodeClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
type SubnetCache ¶
type SubnetCache func() kubeovnType.SubnetInterface
func (SubnetCache) AddIndexer ¶
func (SubnetCache) GetByIndex ¶
func (v SubnetCache) GetByIndex(_, _ string) ([]*kubeovnv1.Subnet, error)
type SubnetClient ¶
type SubnetClient func() kubeovnType.SubnetInterface
type VirtualMachineCache ¶
type VirtualMachineCache func(string) kubevirtv1.VirtualMachineInterface
func (VirtualMachineCache) AddIndexer ¶
func (c VirtualMachineCache) AddIndexer(index string, _ generic.Indexer[*kubevirtv1api.VirtualMachine])
support VMByNetworkIndex for test
func (VirtualMachineCache) Get ¶
func (c VirtualMachineCache) Get(namespace, name string) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineCache) GetByIndex ¶
func (c VirtualMachineCache) GetByIndex(index, key string) ([]*kubevirtv1api.VirtualMachine, error)
support VMByNetworkIndex for test
func (VirtualMachineCache) List ¶
func (c VirtualMachineCache) List(namespace string, selector labels.Selector) ([]*kubevirtv1api.VirtualMachine, error)
type VirtualMachineClient ¶
type VirtualMachineClient func(string) kubevirtv1.VirtualMachineInterface
func (VirtualMachineClient) Create ¶
func (c VirtualMachineClient) Create(vmi *kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineClient) Delete ¶
func (c VirtualMachineClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (VirtualMachineClient) Get ¶
func (c VirtualMachineClient) Get(namespace, name string, options metav1.GetOptions) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineClient) List ¶
func (c VirtualMachineClient) List(_ string, _ metav1.ListOptions) (*kubevirtv1api.VirtualMachineList, error)
func (VirtualMachineClient) Patch ¶
func (c VirtualMachineClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *kubevirtv1api.VirtualMachine, err error)
func (VirtualMachineClient) Update ¶
func (c VirtualMachineClient) Update(vmi *kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineClient) UpdateStatus ¶
func (c VirtualMachineClient) UpdateStatus(*kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineClient) Watch ¶
func (c VirtualMachineClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type VirtualMachineInstanceCache ¶
type VirtualMachineInstanceCache func(string) kubevirtv1.VirtualMachineInstanceInterface
func (VirtualMachineInstanceCache) AddIndexer ¶
func (c VirtualMachineInstanceCache) AddIndexer(index string, _ generic.Indexer[*kubevirtv1api.VirtualMachineInstance])
support VMByNetworkIndex for test
func (VirtualMachineInstanceCache) Get ¶
func (c VirtualMachineInstanceCache) Get(namespace, name string) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceCache) GetByIndex ¶
func (c VirtualMachineInstanceCache) GetByIndex(index, key string) ([]*kubevirtv1api.VirtualMachineInstance, error)
support VMByNetworkIndex for test
func (VirtualMachineInstanceCache) List ¶
func (c VirtualMachineInstanceCache) List(namespace string, selector labels.Selector) ([]*kubevirtv1api.VirtualMachineInstance, error)
type VirtualMachineInstanceClient ¶
type VirtualMachineInstanceClient func(string) kubevirtv1.VirtualMachineInstanceInterface
func (VirtualMachineInstanceClient) Create ¶
func (c VirtualMachineInstanceClient) Create(vmi *kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceClient) Delete ¶
func (c VirtualMachineInstanceClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (VirtualMachineInstanceClient) Get ¶
func (c VirtualMachineInstanceClient) Get(namespace, name string, options metav1.GetOptions) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceClient) List ¶
func (c VirtualMachineInstanceClient) List(_ string, _ metav1.ListOptions) (*kubevirtv1api.VirtualMachineInstanceList, error)
func (VirtualMachineInstanceClient) Patch ¶
func (c VirtualMachineInstanceClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *kubevirtv1api.VirtualMachineInstance, err error)
func (VirtualMachineInstanceClient) Update ¶
func (c VirtualMachineInstanceClient) Update(vmi *kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceClient) UpdateStatus ¶
func (c VirtualMachineInstanceClient) UpdateStatus(*kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceClient) Watch ¶
func (c VirtualMachineInstanceClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type VlanConfigCache ¶
type VlanConfigCache func() networktype.VlanConfigInterface
func (VlanConfigCache) AddIndexer ¶
func (c VlanConfigCache) AddIndexer(_ string, _ generic.Indexer[*v1beta1.VlanConfig])
func (VlanConfigCache) Get ¶
func (c VlanConfigCache) Get(name string) (*v1beta1.VlanConfig, error)
func (VlanConfigCache) GetByIndex ¶
func (c VlanConfigCache) GetByIndex(_, _ string) ([]*v1beta1.VlanConfig, error)
func (VlanConfigCache) List ¶
func (c VlanConfigCache) List(selector labels.Selector) ([]*v1beta1.VlanConfig, error)
type VlanConfigClient ¶
type VlanConfigClient func() networktype.VlanConfigInterface
func (VlanConfigClient) Create ¶
func (c VlanConfigClient) Create(s *v1beta1.VlanConfig) (*v1beta1.VlanConfig, error)
func (VlanConfigClient) Delete ¶
func (c VlanConfigClient) Delete(name string, options *metav1.DeleteOptions) error
func (VlanConfigClient) Get ¶
func (c VlanConfigClient) Get(name string, options metav1.GetOptions) (*v1beta1.VlanConfig, error)
func (VlanConfigClient) List ¶
func (c VlanConfigClient) List(opts metav1.ListOptions) (*v1beta1.VlanConfigList, error)
func (VlanConfigClient) Patch ¶
func (c VlanConfigClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.VlanConfig, err error)
func (VlanConfigClient) Update ¶
func (c VlanConfigClient) Update(s *v1beta1.VlanConfig) (*v1beta1.VlanConfig, error)
func (VlanConfigClient) UpdateStatus ¶
func (c VlanConfigClient) UpdateStatus(_ *v1beta1.VlanConfig) (*v1beta1.VlanConfig, error)
func (VlanConfigClient) Watch ¶
func (c VlanConfigClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
type VlanStatusCache ¶
type VlanStatusCache func() networktype.VlanStatusInterface
func (VlanStatusCache) AddIndexer ¶
func (c VlanStatusCache) AddIndexer(_ string, _ generic.Indexer[*v1beta1.VlanStatus])
func (VlanStatusCache) Get ¶
func (c VlanStatusCache) Get(name string) (*v1beta1.VlanStatus, error)
func (VlanStatusCache) GetByIndex ¶
func (c VlanStatusCache) GetByIndex(_, _ string) ([]*v1beta1.VlanStatus, error)
func (VlanStatusCache) List ¶
func (c VlanStatusCache) List(selector labels.Selector) ([]*v1beta1.VlanStatus, error)
type VlanStatusClient ¶
type VlanStatusClient func() networktype.VlanStatusInterface
func (VlanStatusClient) Create ¶
func (c VlanStatusClient) Create(s *v1beta1.VlanStatus) (*v1beta1.VlanStatus, error)
func (VlanStatusClient) Delete ¶
func (c VlanStatusClient) Delete(name string, options *metav1.DeleteOptions) error
func (VlanStatusClient) Get ¶
func (c VlanStatusClient) Get(name string, options metav1.GetOptions) (*v1beta1.VlanStatus, error)
func (VlanStatusClient) List ¶
func (c VlanStatusClient) List(opts metav1.ListOptions) (*v1beta1.VlanStatusList, error)
func (VlanStatusClient) Patch ¶
func (c VlanStatusClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.VlanStatus, err error)
func (VlanStatusClient) Update ¶
func (c VlanStatusClient) Update(s *v1beta1.VlanStatus) (*v1beta1.VlanStatus, error)
func (VlanStatusClient) UpdateStatus ¶
func (c VlanStatusClient) UpdateStatus(_ *v1beta1.VlanStatus) (*v1beta1.VlanStatus, error)
func (VlanStatusClient) Watch ¶
func (c VlanStatusClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
type VpcClient ¶
type VpcClient func() kubeovnType.VpcInterface
Click to show internal directories.
Click to hide internal directories.