Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the sriovnetwork v1 API group +kubebuilder:object:generate=true +groupName=sriovnetwork.openshift.io
Index ¶
- Variables
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
- type Interface
- type InterfaceExt
- type InterfaceExts
- type Interfaces
- type OvsHardwareOffloadConfig
- type SriovIBNetwork
- type SriovIBNetworkList
- type SriovIBNetworkSpec
- type SriovIBNetworkStatus
- type SriovNetwork
- type SriovNetworkList
- type SriovNetworkNicSelector
- type SriovNetworkNodePolicy
- type SriovNetworkNodePolicyList
- type SriovNetworkNodePolicySpec
- type SriovNetworkNodePolicyStatus
- type SriovNetworkNodeState
- type SriovNetworkNodeStateList
- type SriovNetworkNodeStateSpec
- type SriovNetworkNodeStateStatus
- type SriovNetworkPoolConfig
- type SriovNetworkPoolConfigList
- type SriovNetworkPoolConfigSpec
- type SriovNetworkPoolConfigStatus
- type SriovNetworkSpec
- type SriovNetworkStatus
- type SriovOperatorConfig
- type SriovOperatorConfigList
- type SriovOperatorConfigSpec
- type SriovOperatorConfigStatus
- type VfGroup
- type VirtualFunction
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "sriovnetwork.openshift.io", Version: "v1"} // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "sriovnetwork.openshift.io", Version: "v1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type Interface ¶
type Interface struct { PciAddress string `json:"pciAddress"` NumVfs int `json:"numVfs,omitempty"` Mtu int `json:"mtu,omitempty"` Name string `json:"name,omitempty"` LinkType string `json:"linkType,omitempty"` EswitchMode string `json:"eSwitchMode,omitempty"` VfGroups []VfGroup `json:"vfGroups,omitempty"` }
func (*Interface) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Interface.
func (*Interface) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InterfaceExt ¶
type InterfaceExt struct { Name string `json:"name,omitempty"` Mac string `json:"mac,omitempty"` Driver string `json:"driver,omitempty"` PciAddress string `json:"pciAddress"` Vendor string `json:"vendor,omitempty"` DeviceID string `json:"deviceID,omitempty"` NetFilter string `json:"netFilter,omitempty"` Mtu int `json:"mtu,omitempty"` NumVfs int `json:"numVfs,omitempty"` LinkSpeed string `json:"linkSpeed,omitempty"` LinkType string `json:"linkType,omitempty"` EswitchMode string `json:"eSwitchMode,omitempty"` TotalVfs int `json:"totalvfs,omitempty"` VFs []VirtualFunction `json:"Vfs,omitempty"` }
func (*InterfaceExt) DeepCopy ¶
func (in *InterfaceExt) DeepCopy() *InterfaceExt
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InterfaceExt.
func (*InterfaceExt) DeepCopyInto ¶
func (in *InterfaceExt) DeepCopyInto(out *InterfaceExt)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InterfaceExts ¶
type InterfaceExts []InterfaceExt
func (InterfaceExts) DeepCopy ¶
func (in InterfaceExts) DeepCopy() InterfaceExts
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InterfaceExts.
func (InterfaceExts) DeepCopyInto ¶
func (in InterfaceExts) DeepCopyInto(out *InterfaceExts)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Interfaces ¶
type Interfaces []Interface
func (Interfaces) DeepCopy ¶
func (in Interfaces) DeepCopy() Interfaces
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Interfaces.
func (Interfaces) DeepCopyInto ¶
func (in Interfaces) DeepCopyInto(out *Interfaces)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OvsHardwareOffloadConfig ¶
type OvsHardwareOffloadConfig struct { // Name is mandatory and must be unique. // On Kubernetes: // Name is the name of OvsHardwareOffloadConfig // On OpenShift: // Name is the name of MachineConfigPool to be enabled with OVS hardware offload Name string `json:"name,omitempty"` }
func (*OvsHardwareOffloadConfig) DeepCopy ¶
func (in *OvsHardwareOffloadConfig) DeepCopy() *OvsHardwareOffloadConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OvsHardwareOffloadConfig.
func (*OvsHardwareOffloadConfig) DeepCopyInto ¶
func (in *OvsHardwareOffloadConfig) DeepCopyInto(out *OvsHardwareOffloadConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SriovIBNetwork ¶
type SriovIBNetwork struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SriovIBNetworkSpec `json:"spec,omitempty"` Status SriovIBNetworkStatus `json:"status,omitempty"` }
SriovIBNetwork is the Schema for the sriovibnetworks API
func (*SriovIBNetwork) DeepCopy ¶
func (in *SriovIBNetwork) DeepCopy() *SriovIBNetwork
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovIBNetwork.
func (*SriovIBNetwork) DeepCopyInto ¶
func (in *SriovIBNetwork) DeepCopyInto(out *SriovIBNetwork)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SriovIBNetwork) DeepCopyObject ¶
func (in *SriovIBNetwork) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SriovIBNetworkList ¶
type SriovIBNetworkList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SriovIBNetwork `json:"items"` }
SriovIBNetworkList contains a list of SriovIBNetwork
func (*SriovIBNetworkList) DeepCopy ¶
func (in *SriovIBNetworkList) DeepCopy() *SriovIBNetworkList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovIBNetworkList.
func (*SriovIBNetworkList) DeepCopyInto ¶
func (in *SriovIBNetworkList) DeepCopyInto(out *SriovIBNetworkList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SriovIBNetworkList) DeepCopyObject ¶
func (in *SriovIBNetworkList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SriovIBNetworkSpec ¶
type SriovIBNetworkSpec struct { // Namespace of the NetworkAttachmentDefinition custom resource NetworkNamespace string `json:"networkNamespace,omitempty"` // SRIOV Network device plugin endpoint resource name ResourceName string `json:"resourceName"` //Capabilities to be configured for this network. //Capabilities supported: (infinibandGUID), e.g. '{"infinibandGUID": true}' Capabilities string `json:"capabilities,omitempty"` //IPAM configuration to be used for this network. IPAM string `json:"ipam,omitempty"` // VF link state (enable|disable|auto) // +kubebuilder:validation:Enum={"auto","enable","disable"} LinkState string `json:"linkState,omitempty"` // MetaPluginsConfig configuration to be used in order to chain metaplugins to the sriov interface returned // by the operator. MetaPluginsConfig string `json:"metaPlugins,omitempty"` }
SriovIBNetworkSpec defines the desired state of SriovIBNetwork
func (*SriovIBNetworkSpec) DeepCopy ¶
func (in *SriovIBNetworkSpec) DeepCopy() *SriovIBNetworkSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovIBNetworkSpec.
func (*SriovIBNetworkSpec) DeepCopyInto ¶
func (in *SriovIBNetworkSpec) DeepCopyInto(out *SriovIBNetworkSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SriovIBNetworkStatus ¶
type SriovIBNetworkStatus struct { }
SriovIBNetworkStatus defines the observed state of SriovIBNetwork
func (*SriovIBNetworkStatus) DeepCopy ¶
func (in *SriovIBNetworkStatus) DeepCopy() *SriovIBNetworkStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovIBNetworkStatus.
func (*SriovIBNetworkStatus) DeepCopyInto ¶
func (in *SriovIBNetworkStatus) DeepCopyInto(out *SriovIBNetworkStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SriovNetwork ¶
type SriovNetwork struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SriovNetworkSpec `json:"spec,omitempty"` Status SriovNetworkStatus `json:"status,omitempty"` }
SriovNetwork is the Schema for the sriovnetworks API
func (*SriovNetwork) DeepCopy ¶
func (in *SriovNetwork) DeepCopy() *SriovNetwork
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetwork.
func (*SriovNetwork) DeepCopyInto ¶
func (in *SriovNetwork) DeepCopyInto(out *SriovNetwork)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SriovNetwork) DeepCopyObject ¶
func (in *SriovNetwork) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SriovNetworkList ¶
type SriovNetworkList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SriovNetwork `json:"items"` }
SriovNetworkList contains a list of SriovNetwork
func (*SriovNetworkList) DeepCopy ¶
func (in *SriovNetworkList) DeepCopy() *SriovNetworkList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkList.
func (*SriovNetworkList) DeepCopyInto ¶
func (in *SriovNetworkList) DeepCopyInto(out *SriovNetworkList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SriovNetworkList) DeepCopyObject ¶
func (in *SriovNetworkList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SriovNetworkNicSelector ¶
type SriovNetworkNicSelector struct { // The vendor hex code of SR-IoV device. Allowed value "8086", "15b3". Vendor string `json:"vendor,omitempty"` // The device hex code of SR-IoV device. Allowed value "0d58", "1572", "158b", "1013", "1015", "1017", "101b". DeviceID string `json:"deviceID,omitempty"` // PCI address of SR-IoV PF. RootDevices []string `json:"rootDevices,omitempty"` // Name of SR-IoV PF. PfNames []string `json:"pfNames,omitempty"` // Infrastructure Networking selection filter. Allowed value "openstack/NetworkID:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" NetFilter string `json:"netFilter,omitempty"` }
func (*SriovNetworkNicSelector) DeepCopy ¶
func (in *SriovNetworkNicSelector) DeepCopy() *SriovNetworkNicSelector
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkNicSelector.
func (*SriovNetworkNicSelector) DeepCopyInto ¶
func (in *SriovNetworkNicSelector) DeepCopyInto(out *SriovNetworkNicSelector)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SriovNetworkNodePolicy ¶
type SriovNetworkNodePolicy struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SriovNetworkNodePolicySpec `json:"spec,omitempty"` Status SriovNetworkNodePolicyStatus `json:"status,omitempty"` }
SriovNetworkNodePolicy is the Schema for the sriovnetworknodepolicies API
func (*SriovNetworkNodePolicy) DeepCopy ¶
func (in *SriovNetworkNodePolicy) DeepCopy() *SriovNetworkNodePolicy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkNodePolicy.
func (*SriovNetworkNodePolicy) DeepCopyInto ¶
func (in *SriovNetworkNodePolicy) DeepCopyInto(out *SriovNetworkNodePolicy)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SriovNetworkNodePolicy) DeepCopyObject ¶
func (in *SriovNetworkNodePolicy) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SriovNetworkNodePolicyList ¶
type SriovNetworkNodePolicyList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SriovNetworkNodePolicy `json:"items"` }
SriovNetworkNodePolicyList contains a list of SriovNetworkNodePolicy
func (*SriovNetworkNodePolicyList) DeepCopy ¶
func (in *SriovNetworkNodePolicyList) DeepCopy() *SriovNetworkNodePolicyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkNodePolicyList.
func (*SriovNetworkNodePolicyList) DeepCopyInto ¶
func (in *SriovNetworkNodePolicyList) DeepCopyInto(out *SriovNetworkNodePolicyList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SriovNetworkNodePolicyList) DeepCopyObject ¶
func (in *SriovNetworkNodePolicyList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SriovNetworkNodePolicySpec ¶
type SriovNetworkNodePolicySpec struct { // SRIOV Network device plugin endpoint resource name ResourceName string `json:"resourceName"` // NodeSelector selects the nodes to be configured NodeSelector map[string]string `json:"nodeSelector"` // +kubebuilder:validation:Minimum=0 // +kubebuilder:validation:Maximum=99 // Priority of the policy, higher priority policies can override lower ones. Priority int `json:"priority,omitempty"` // +kubebuilder:validation:Minimum=1 // MTU of VF Mtu int `json:"mtu,omitempty"` // +kubebuilder:validation:Minimum=0 // Number of VFs for each PF NumVfs int `json:"numVfs"` // NicSelector selects the NICs to be configured NicSelector SriovNetworkNicSelector `json:"nicSelector"` // +kubebuilder:validation:Enum=netdevice;vfio-pci // The driver type for configured VFs. Allowed value "netdevice", "vfio-pci". Defaults to netdevice. DeviceType string `json:"deviceType,omitempty"` // RDMA mode. Defaults to false. IsRdma bool `json:"isRdma,omitempty"` // mount vhost-net device. Defaults to false. NeedVhostNet bool `json:"needVhostNet,omitempty"` // +kubebuilder:validation:Enum=eth;ETH;ib;IB // NIC Link Type. Allowed value "eth", "ETH", "ib", and "IB". LinkType string `json:"linkType,omitempty"` // +kubebuilder:validation:Enum=legacy;switchdev // NIC Device Mode. Allowed value "legacy","switchdev". EswitchMode string `json:"eSwitchMode,omitempty"` }
SriovNetworkNodePolicySpec defines the desired state of SriovNetworkNodePolicy
func (*SriovNetworkNodePolicySpec) DeepCopy ¶
func (in *SriovNetworkNodePolicySpec) DeepCopy() *SriovNetworkNodePolicySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkNodePolicySpec.
func (*SriovNetworkNodePolicySpec) DeepCopyInto ¶
func (in *SriovNetworkNodePolicySpec) DeepCopyInto(out *SriovNetworkNodePolicySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SriovNetworkNodePolicyStatus ¶
type SriovNetworkNodePolicyStatus struct { }
SriovNetworkNodePolicyStatus defines the observed state of SriovNetworkNodePolicy
func (*SriovNetworkNodePolicyStatus) DeepCopy ¶
func (in *SriovNetworkNodePolicyStatus) DeepCopy() *SriovNetworkNodePolicyStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkNodePolicyStatus.
func (*SriovNetworkNodePolicyStatus) DeepCopyInto ¶
func (in *SriovNetworkNodePolicyStatus) DeepCopyInto(out *SriovNetworkNodePolicyStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SriovNetworkNodeState ¶
type SriovNetworkNodeState struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SriovNetworkNodeStateSpec `json:"spec,omitempty"` Status SriovNetworkNodeStateStatus `json:"status,omitempty"` }
SriovNetworkNodeState is the Schema for the sriovnetworknodestates API
func (*SriovNetworkNodeState) DeepCopy ¶
func (in *SriovNetworkNodeState) DeepCopy() *SriovNetworkNodeState
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkNodeState.
func (*SriovNetworkNodeState) DeepCopyInto ¶
func (in *SriovNetworkNodeState) DeepCopyInto(out *SriovNetworkNodeState)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SriovNetworkNodeState) DeepCopyObject ¶
func (in *SriovNetworkNodeState) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SriovNetworkNodeStateList ¶
type SriovNetworkNodeStateList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SriovNetworkNodeState `json:"items"` }
SriovNetworkNodeStateList contains a list of SriovNetworkNodeState
func (*SriovNetworkNodeStateList) DeepCopy ¶
func (in *SriovNetworkNodeStateList) DeepCopy() *SriovNetworkNodeStateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkNodeStateList.
func (*SriovNetworkNodeStateList) DeepCopyInto ¶
func (in *SriovNetworkNodeStateList) DeepCopyInto(out *SriovNetworkNodeStateList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SriovNetworkNodeStateList) DeepCopyObject ¶
func (in *SriovNetworkNodeStateList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SriovNetworkNodeStateSpec ¶
type SriovNetworkNodeStateSpec struct { DpConfigVersion string `json:"dpConfigVersion,omitempty"` Interfaces Interfaces `json:"interfaces,omitempty"` }
SriovNetworkNodeStateSpec defines the desired state of SriovNetworkNodeState
func (*SriovNetworkNodeStateSpec) DeepCopy ¶
func (in *SriovNetworkNodeStateSpec) DeepCopy() *SriovNetworkNodeStateSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkNodeStateSpec.
func (*SriovNetworkNodeStateSpec) DeepCopyInto ¶
func (in *SriovNetworkNodeStateSpec) DeepCopyInto(out *SriovNetworkNodeStateSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SriovNetworkNodeStateStatus ¶
type SriovNetworkNodeStateStatus struct { Interfaces InterfaceExts `json:"interfaces,omitempty"` SyncStatus string `json:"syncStatus,omitempty"` LastSyncError string `json:"lastSyncError,omitempty"` }
SriovNetworkNodeStateStatus defines the observed state of SriovNetworkNodeState
func (*SriovNetworkNodeStateStatus) DeepCopy ¶
func (in *SriovNetworkNodeStateStatus) DeepCopy() *SriovNetworkNodeStateStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkNodeStateStatus.
func (*SriovNetworkNodeStateStatus) DeepCopyInto ¶
func (in *SriovNetworkNodeStateStatus) DeepCopyInto(out *SriovNetworkNodeStateStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SriovNetworkPoolConfig ¶
type SriovNetworkPoolConfig struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SriovNetworkPoolConfigSpec `json:"spec,omitempty"` Status SriovNetworkPoolConfigStatus `json:"status,omitempty"` }
SriovNetworkPoolConfig is the Schema for the sriovnetworkpoolconfigs API
func (*SriovNetworkPoolConfig) DeepCopy ¶
func (in *SriovNetworkPoolConfig) DeepCopy() *SriovNetworkPoolConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkPoolConfig.
func (*SriovNetworkPoolConfig) DeepCopyInto ¶
func (in *SriovNetworkPoolConfig) DeepCopyInto(out *SriovNetworkPoolConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SriovNetworkPoolConfig) DeepCopyObject ¶
func (in *SriovNetworkPoolConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SriovNetworkPoolConfigList ¶
type SriovNetworkPoolConfigList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SriovNetworkPoolConfig `json:"items"` }
SriovNetworkPoolConfigList contains a list of SriovNetworkPoolConfig
func (*SriovNetworkPoolConfigList) DeepCopy ¶
func (in *SriovNetworkPoolConfigList) DeepCopy() *SriovNetworkPoolConfigList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkPoolConfigList.
func (*SriovNetworkPoolConfigList) DeepCopyInto ¶
func (in *SriovNetworkPoolConfigList) DeepCopyInto(out *SriovNetworkPoolConfigList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SriovNetworkPoolConfigList) DeepCopyObject ¶
func (in *SriovNetworkPoolConfigList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SriovNetworkPoolConfigSpec ¶
type SriovNetworkPoolConfigSpec struct { // OvsHardwareOffloadConfig describes the OVS HWOL configuration for selected Nodes OvsHardwareOffloadConfig OvsHardwareOffloadConfig `json:"ovsHardwareOffloadConfig,omitempty"` }
SriovNetworkPoolConfigSpec defines the desired state of SriovNetworkPoolConfig
func (*SriovNetworkPoolConfigSpec) DeepCopy ¶
func (in *SriovNetworkPoolConfigSpec) DeepCopy() *SriovNetworkPoolConfigSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkPoolConfigSpec.
func (*SriovNetworkPoolConfigSpec) DeepCopyInto ¶
func (in *SriovNetworkPoolConfigSpec) DeepCopyInto(out *SriovNetworkPoolConfigSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SriovNetworkPoolConfigStatus ¶
type SriovNetworkPoolConfigStatus struct { }
SriovNetworkPoolConfigStatus defines the observed state of SriovNetworkPoolConfig
func (*SriovNetworkPoolConfigStatus) DeepCopy ¶
func (in *SriovNetworkPoolConfigStatus) DeepCopy() *SriovNetworkPoolConfigStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkPoolConfigStatus.
func (*SriovNetworkPoolConfigStatus) DeepCopyInto ¶
func (in *SriovNetworkPoolConfigStatus) DeepCopyInto(out *SriovNetworkPoolConfigStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SriovNetworkSpec ¶
type SriovNetworkSpec struct { // Namespace of the NetworkAttachmentDefinition custom resource NetworkNamespace string `json:"networkNamespace,omitempty"` // SRIOV Network device plugin endpoint resource name ResourceName string `json:"resourceName"` //Capabilities to be configured for this network. //Capabilities supported: (mac|ips), e.g. '{"mac": true}' Capabilities string `json:"capabilities,omitempty"` //IPAM configuration to be used for this network. IPAM string `json:"ipam,omitempty"` // +kubebuilder:validation:Minimum=0 // +kubebuilder:validation:Maximum=4096 // VLAN ID to assign for the VF. Defaults to 0. Vlan int `json:"vlan,omitempty"` // +kubebuilder:validation:Minimum=0 // +kubebuilder:validation:Maximum=7 // VLAN QoS ID to assign for the VF. Defaults to 0. VlanQoS int `json:"vlanQoS,omitempty"` // VF spoof check, (on|off) // +kubebuilder:validation:Enum={"on","off"} SpoofChk string `json:"spoofChk,omitempty"` // VF trust mode (on|off) // +kubebuilder:validation:Enum={"on","off"} Trust string `json:"trust,omitempty"` // VF link state (enable|disable|auto) // +kubebuilder:validation:Enum={"auto","enable","disable"} LinkState string `json:"linkState,omitempty"` // +kubebuilder:validation:Minimum=0 // Minimum tx rate, in Mbps, for the VF. Defaults to 0 (no rate limiting). min_tx_rate should be <= max_tx_rate. MinTxRate *int `json:"minTxRate,omitempty"` // +kubebuilder:validation:Minimum=0 // Maximum tx rate, in Mbps, for the VF. Defaults to 0 (no rate limiting) MaxTxRate *int `json:"maxTxRate,omitempty"` // MetaPluginsConfig configuration to be used in order to chain metaplugins to the sriov interface returned // by the operator. MetaPluginsConfig string `json:"metaPlugins,omitempty"` }
SriovNetworkSpec defines the desired state of SriovNetwork
func (*SriovNetworkSpec) DeepCopy ¶
func (in *SriovNetworkSpec) DeepCopy() *SriovNetworkSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkSpec.
func (*SriovNetworkSpec) DeepCopyInto ¶
func (in *SriovNetworkSpec) DeepCopyInto(out *SriovNetworkSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SriovNetworkStatus ¶
type SriovNetworkStatus struct { }
SriovNetworkStatus defines the observed state of SriovNetwork
func (*SriovNetworkStatus) DeepCopy ¶
func (in *SriovNetworkStatus) DeepCopy() *SriovNetworkStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovNetworkStatus.
func (*SriovNetworkStatus) DeepCopyInto ¶
func (in *SriovNetworkStatus) DeepCopyInto(out *SriovNetworkStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SriovOperatorConfig ¶
type SriovOperatorConfig struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SriovOperatorConfigSpec `json:"spec,omitempty"` Status SriovOperatorConfigStatus `json:"status,omitempty"` }
SriovOperatorConfig is the Schema for the sriovoperatorconfigs API
func (*SriovOperatorConfig) DeepCopy ¶
func (in *SriovOperatorConfig) DeepCopy() *SriovOperatorConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovOperatorConfig.
func (*SriovOperatorConfig) DeepCopyInto ¶
func (in *SriovOperatorConfig) DeepCopyInto(out *SriovOperatorConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SriovOperatorConfig) DeepCopyObject ¶
func (in *SriovOperatorConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SriovOperatorConfigList ¶
type SriovOperatorConfigList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SriovOperatorConfig `json:"items"` }
SriovOperatorConfigList contains a list of SriovOperatorConfig
func (*SriovOperatorConfigList) DeepCopy ¶
func (in *SriovOperatorConfigList) DeepCopy() *SriovOperatorConfigList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovOperatorConfigList.
func (*SriovOperatorConfigList) DeepCopyInto ¶
func (in *SriovOperatorConfigList) DeepCopyInto(out *SriovOperatorConfigList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SriovOperatorConfigList) DeepCopyObject ¶
func (in *SriovOperatorConfigList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SriovOperatorConfigSpec ¶
type SriovOperatorConfigSpec struct { // NodeSelector selects the nodes to be configured ConfigDaemonNodeSelector map[string]string `json:"configDaemonNodeSelector,omitempty"` // Flag to control whether the network resource injector webhook shall be deployed EnableInjector *bool `json:"enableInjector,omitempty"` // Flag to control whether the operator admission controller webhook shall be deployed EnableOperatorWebhook *bool `json:"enableOperatorWebhook,omitempty"` // Flag to control the log verbose level of the operator. Set to '0' to show only the basic logs. And set to '2' to show all the available logs. // +kubebuilder:validation:Minimum=0 // +kubebuilder:validation:Maximum=2 LogLevel int `json:"logLevel,omitempty"` // Flag to disable nodes drain during debugging DisableDrain bool `json:"disableDrain,omitempty"` // Flag to enable OVS hardware offload. Set to 'true' to provision switchdev-configuration.service and enable OpenvSwitch hw-offload on nodes. EnableOvsOffload bool `json:"enableOvsOffload,omitempty"` }
SriovOperatorConfigSpec defines the desired state of SriovOperatorConfig
func (*SriovOperatorConfigSpec) DeepCopy ¶
func (in *SriovOperatorConfigSpec) DeepCopy() *SriovOperatorConfigSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovOperatorConfigSpec.
func (*SriovOperatorConfigSpec) DeepCopyInto ¶
func (in *SriovOperatorConfigSpec) DeepCopyInto(out *SriovOperatorConfigSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SriovOperatorConfigStatus ¶
type SriovOperatorConfigStatus struct { // Show the runtime status of the network resource injector webhook Injector string `json:"injector,omitempty"` // Show the runtime status of the operator admission controller webhook OperatorWebhook string `json:"operatorWebhook,omitempty"` }
SriovOperatorConfigStatus defines the observed state of SriovOperatorConfig
func (*SriovOperatorConfigStatus) DeepCopy ¶
func (in *SriovOperatorConfigStatus) DeepCopy() *SriovOperatorConfigStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SriovOperatorConfigStatus.
func (*SriovOperatorConfigStatus) DeepCopyInto ¶
func (in *SriovOperatorConfigStatus) DeepCopyInto(out *SriovOperatorConfigStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VfGroup ¶
type VfGroup struct { ResourceName string `json:"resourceName,omitempty"` DeviceType string `json:"deviceType,omitempty"` VfRange string `json:"vfRange,omitempty"` PolicyName string `json:"policyName,omitempty"` Mtu int `json:"mtu,omitempty"` IsRdma bool `json:"isRdma,omitempty"` }
func (*VfGroup) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VfGroup.
func (*VfGroup) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VirtualFunction ¶
type VirtualFunction struct { Name string `json:"name,omitempty"` Mac string `json:"mac,omitempty"` Assigned string `json:"assigned,omitempty"` Driver string `json:"driver,omitempty"` PciAddress string `json:"pciAddress"` Vendor string `json:"vendor,omitempty"` DeviceID string `json:"deviceID,omitempty"` Vlan int `json:"Vlan,omitempty"` Mtu int `json:"mtu,omitempty"` VfID int `json:"vfID"` }
func (*VirtualFunction) DeepCopy ¶
func (in *VirtualFunction) DeepCopy() *VirtualFunction
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualFunction.
func (*VirtualFunction) DeepCopyInto ¶
func (in *VirtualFunction) DeepCopyInto(out *VirtualFunction)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.