# Functions
No description provided by the author
String2DiscoveryStatus retuns pointer to enum.
String2ErrorType retuns pointer to enum.
String2OperationalStatus retuns pointer to enum.
# Constants
CredentialError is an error condition occurring when the credentials supplied are not correct or not existing.
DeploymentError is an error condition occuring when the controller fails to provision or deprovision the ddriver deployment.
DeviceDriverError is an error condition occuring when the controller fails to retrieve the ddriver information.
DeviceDriverKindGnmi operates using the gnmi specification.
DeviceDriverKindNetconf operates using the netconf specification.
DiscoveryStatusDiscovery means we are running the discovery on the networkDevice to learn about the hardware components.
DiscoveryStatusNone means the state is unknown.
DiscoveryStatusNotReady means there is insufficient information available to discover the networkDevice.
DiscoveryStatusReady means the networkDevice can be consumed.
NetworkNodeFinalizer is the name of the finalizer added to network node to block delete operations until the physical node can be deprovisioned.
NoneError is an error type when no error exists.
OperationalStatusDown is the status value for when the network node has any sort of error.
OperationalStatusNone means the state is unknown.
OperationalStatusUp is the status value for when the network node is configured correctly and is manageable/operational.
TargetError is an error condition occurring when the target supplied are not correct or not existing.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
DeviceDetails collects information about the deiscovered device.
DeviceDriver is the Schema for the devicedrivers API.
DeviceDriverDetails defines the device driver details to connect to the network node.
DeviceDriverList contains a list of DeviceDriver.
DeviceDriverSpec defines the desired state of DeviceDriver.
No description provided by the author
NetworkNode is the Schema for the networknodes API.
NetworkNodeList contains a list of NetworkNode.
NetworkNodeSpec defines the desired state of NetworkNode.
NetworkNodeStatus defines the observed state of NetworkNode.
TargetDetails contains the information necessary to communicate with the network node.
# Type aliases
DeviceDriverKind represents the state of the network node.
DiscoveryStatus defines the states the device driver will report.
ErrorType indicates the class of problem that has caused the Network Node resource to enter an error state.
OperationalStatus represents the state of the network node.