package
1.0.5
Repository: https://github.com/dgoodwin/origin.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

AddAllExposedPodEdges calls AddExposedPodEdges for every ServiceNode in the graph.
AddAllExposedPodTemplateSpecEdges calls AddExposedPodTemplateSpecEdges for every ServiceNode in the graph.
AddAllManagedByRCPodEdges calls AddManagedByRCPodEdges for every ServiceNode in the graph.
No description provided by the author
No description provided by the author
No description provided by the author
AddExposedPodEdges ensures that a directed edge exists between a service and all the pods in the graph that match the service selector.
AddExposedPodTemplateSpecEdges ensures that a directed edge exists between a service and all the PodTemplateSpecs in the graph that match the service selector.
AddManagedByRCPodEdges ensures that a directed edge exists between an RC and all the pods in the graph that match the label selector.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

ExposedThroughServiceEdgeKind goes from a PodTemplateSpec or a Pod to Service.
ManagedByRCEdgeKind goes from Pod to ReplicationController when the Pod satisfies the ReplicationController's label selector.
MountableSecretEdgeKind goes from ServiceAccount to Secret indicating that the SA allows the Secret to be mounted.
MountedSecretEdgeKind goes from PodSpec to Secret indicating that is or will be a request to mount a volume with the Secret.
ReferencedServiceAccountEdgeKind goes from PodSpec to ServiceAccount indicating that Pod is or will be running as the SA.