# Packages
No description provided by the author
# Functions
CreateOrGetDaemonsetByID returns the uid of namespace if exists, otherwise creates the daemonset and returns uid.
CreateOrGetDeploymentByID returns the uid of namespace if exists, otherwise creates the deployment and returns uid.
CreateOrGetJobByID returns the uid of namespace if exists, otherwise creates the job and returns uid.
CreateOrGetNamespaceByID returns the uid of namespace if exists, otherwise creates the namespace and returns uid.
CreateOrGetPersistentVolumeByID returns the uid of persistent volume if exists, otherwise creates the persistent volume and returns uid.
CreateOrGetPersistentVolumeClaimByID returns the uid of pvc if exists, otherwise creates the pvc and returns uid.
CreateOrGetReplicasetByID returns the uid of namespace if exists, otherwise creates the replicaset and returns uid.
CreateOrGetStatefulsetByID returns the uid of namespace if exists, otherwise creates the stateful and returns uid.
RetrieveAllServices returns all pods in the dgraph.
RetrieveAllServicesWithDstPods returns all pods in the dgraph.
RetrieveServiceList ...
StoreAndRetrieveContainersAndMetrics fetchs the list of containers in given pod Create a new container in dgraph if container is not in it.
StoreContainerProcessEdge ...
StoreDaemonset create a new daemonset in the Dgraph and updates if already present.
StoreDeployment create a new deployment in the Dgraph and updates if already present.
StoreGroupCRD create a new group CRD in the Dgraph and updates if already present.
StoreJob create a new daemonset in the Dgraph and updates if already present.
StoreNamespace create a new namespace in the Dgraph if it is not present.
StoreNode create a new node in the Dgraph if it is not present.
StorePersistentVolume create a new persistent volume in the Dgraph and updates if already present.
StorePersistentVolumeClaim create a new pvc in the Dgraph and updates if already present.
StorePod updates the pod details and create it a new node if not exists.
StorePodServiceEdges saves pods in Services object in the dgraph.
StorePodsInteraction store the pod interactions in Dgraph.
StoreProcess ...
StoreReplicaset create a new replicaset in the Dgraph and updates if already present.
StoreService create a new node in the Dgraph if it is not present.
StoreServicesInteraction stores the service interaction data in the Dgraph.
StoreStatefulset create a new statefulset in the Dgraph and updates if already present.
StoreSubscriberCRD create a new subscriber CRD in the Dgraph and updates if already present.
# Constants
Dgraph Model Constants.
Dgraph Model Constants.
Dgraph Model Constants.
Dgraph Model Constants.
Dgraph Model Constants.
Dgraph Model Constants.
Dgraph Model Constants.
Dgraph Model Constants.
Dgraph Model Constants.
Dgraph Model Constants.
Dgraph Model Constants.
Dgraph Model Constants.
Dgraph Model Constants.
Dgraph Model Constants.
Dgraph Model Constants.
# Structs
Container schema in dgraph.
Daemonset schema in dgraph.
Deployment schema in dgraph.
GroupCRD schema in dgraph.
Job schema in dgraph.
Metrics ...
Namespace schema in dgraph.
Node schema in dgraph.
PersistentVolume schema in dgraph.
PersistentVolumeClaim schema in dgraph.
Pod schema in dgraph.
Proc schema in dgraph.
Replicaset schema in dgraph.
Service model structure in Dgraph.
Statefulset schema in dgraph.
SubscriberCRD schema in dgraph.