Versions in this module Expand all Collapse all v0 v0.3.0 Apr 27, 2024 Changes in this version + const DefaltReplicas type NodeSpec + ExtraArgs shared.ExtraArgs + Replicas *uint v0.2.0 Aug 28, 2023 v0.1.0 Feb 1, 2023 Changes in this version + const DefaultAPIPort + const DefaultAPIRequestTimeout + const DefaultCalibrationNodeCPULimit + const DefaultCalibrationNodeCPURequest + const DefaultCalibrationNodeMemoryLimit + const DefaultCalibrationNodeMemoryRequest + const DefaultCalibrationNodeStorageRequest + const DefaultHost + const DefaultLogging + const DefaultLotusCalibrationImage + const DefaultLotusImage + const DefaultMainnetNodeCPULimit + const DefaultMainnetNodeCPURequest + const DefaultMainnetNodeMemoryLimit + const DefaultMainnetNodeMemoryRequest + const DefaultMainnetNodeStorageRequest + const DefaultP2PPort + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type FilecoinNetwork string + const CalibrationNetwork + const MainNetwork + type Node struct + Spec NodeSpec + Status NodeStatus + func (in *Node) DeepCopy() *Node + func (in *Node) DeepCopyInto(out *Node) + func (in *Node) DeepCopyObject() runtime.Object + func (n *Node) Default() + func (n *Node) SetupWebhookWithManager(mgr ctrl.Manager) error + func (n *Node) ValidateCreate() error + func (n *Node) ValidateDelete() error + func (n *Node) ValidateUpdate(old runtime.Object) error + type NodeList struct + Items []Node + func (in *NodeList) DeepCopy() *NodeList + func (in *NodeList) DeepCopyInto(out *NodeList) + func (in *NodeList) DeepCopyObject() runtime.Object + type NodeSpec struct + API bool + APIHost string + APIPort uint + APIRequestTimeout uint + DisableMetadataLog bool + IPFSForRetrieval bool + IPFSOnlineMode bool + IPFSPeerEndpoint string + Image string + Logging shared.VerbosityLevel + Network FilecoinNetwork + P2PHost string + P2PPort uint + func (in *NodeSpec) DeepCopy() *NodeSpec + func (in *NodeSpec) DeepCopyInto(out *NodeSpec) + type NodeStatus struct + Client string + func (in *NodeStatus) DeepCopy() *NodeStatus + func (in *NodeStatus) DeepCopyInto(out *NodeStatus)