Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeBuilder builds scheme SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) // AddToScheme adds known types to scheme AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: fpgaintel.GroupName, Version: "v1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type AcceleratorFunction ¶
type AcceleratorFunction struct { metav1.TypeMeta `json:"inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AcceleratorFunctionSpec `json:"spec"` }
AcceleratorFunction is a specification for an AcceleratorFunction resource
func (*AcceleratorFunction) DeepCopy ¶
func (in *AcceleratorFunction) DeepCopy() *AcceleratorFunction
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AcceleratorFunction.
func (*AcceleratorFunction) DeepCopyInto ¶
func (in *AcceleratorFunction) DeepCopyInto(out *AcceleratorFunction)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AcceleratorFunction) DeepCopyObject ¶
func (in *AcceleratorFunction) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AcceleratorFunctionList ¶
type AcceleratorFunctionList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []AcceleratorFunction `json:"items"` }
AcceleratorFunctionList is a list of AcceleratorFunction resources
func (*AcceleratorFunctionList) DeepCopy ¶
func (in *AcceleratorFunctionList) DeepCopy() *AcceleratorFunctionList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AcceleratorFunctionList.
func (*AcceleratorFunctionList) DeepCopyInto ¶
func (in *AcceleratorFunctionList) DeepCopyInto(out *AcceleratorFunctionList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AcceleratorFunctionList) DeepCopyObject ¶
func (in *AcceleratorFunctionList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AcceleratorFunctionSpec ¶
type AcceleratorFunctionSpec struct {
AfuID string `json:"afuId"`
}
AcceleratorFunctionSpec contains actual specs for AcceleratorFunction
func (*AcceleratorFunctionSpec) DeepCopy ¶
func (in *AcceleratorFunctionSpec) DeepCopy() *AcceleratorFunctionSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AcceleratorFunctionSpec.
func (*AcceleratorFunctionSpec) DeepCopyInto ¶
func (in *AcceleratorFunctionSpec) DeepCopyInto(out *AcceleratorFunctionSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FpgaRegion ¶
type FpgaRegion struct { metav1.TypeMeta `json:"inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec FpgaRegionSpec `json:"spec"` }
FpgaRegion is a specification for a FpgaRegion resource
func (*FpgaRegion) DeepCopy ¶
func (in *FpgaRegion) DeepCopy() *FpgaRegion
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FpgaRegion.
func (*FpgaRegion) DeepCopyInto ¶
func (in *FpgaRegion) DeepCopyInto(out *FpgaRegion)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FpgaRegion) DeepCopyObject ¶
func (in *FpgaRegion) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FpgaRegionList ¶
type FpgaRegionList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []FpgaRegion `json:"items"` }
FpgaRegionList is a list of FpgaRegion resources
func (*FpgaRegionList) DeepCopy ¶
func (in *FpgaRegionList) DeepCopy() *FpgaRegionList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FpgaRegionList.
func (*FpgaRegionList) DeepCopyInto ¶
func (in *FpgaRegionList) DeepCopyInto(out *FpgaRegionList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FpgaRegionList) DeepCopyObject ¶
func (in *FpgaRegionList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FpgaRegionSpec ¶
type FpgaRegionSpec struct {
InterfaceID string `json:"interfaceId"`
}
FpgaRegionSpec contains actual specs for FpgaRegion
func (*FpgaRegionSpec) DeepCopy ¶
func (in *FpgaRegionSpec) DeepCopy() *FpgaRegionSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FpgaRegionSpec.
func (*FpgaRegionSpec) DeepCopyInto ¶
func (in *FpgaRegionSpec) DeepCopyInto(out *FpgaRegionSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.