package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev

# Functions

AllDaemonSets returns all the DaemonSets that aren't in the excludes set and the set of covered NodeIDs.
AllDeploymentConfigPipelines returns all the DCPipelines that aren't in the excludes set and the set of covered NodeIDs.
AllDeployments returns all the Deployments that aren't in the excludes set and the set of covered NodeIDs.
AllJobs returns all the Jobs that aren't in the excludes set and the set of covered NodeIDs.
AllPods returns all Pods and the set of covered NodeIDs.
AllReplicationControllers returns all the ReplicationControllers that aren't in the excludes set and the set of covered NodeIDs.
AllServiceGroups returns all the ServiceGroups that aren't in the excludes set and the set of covered NodeIDs.
AllStatefulSets returns all the StatefulSets that aren't in the excludes set and the set of covered NodeIDs.
MaxRecentContainerRestartsForRC returns the maximum container restarts in pods in the replication controller node for the last 10 minutes.
NewDaemonSet returns the DaemonSet and a set of all the NodeIDs covered by the DaemonSet.
NewDeployment returns the Deployment and a set of all the NodeIDs covered by the Deployment.
NewDeploymentConfigPipeline returns the DeploymentConfigPipeline and a set of all the NodeIDs covered by the DeploymentConfigPipeline.
NewImagePipeline attempts to locate a build flow from the provided node.
NewImagePipelineFromImageTagLocation returns the ImagePipeline and all the nodes contributing to it.
NewIntSet creates a IntSet from a list of values.
NewJob returns the Job and a set of all the NodeIDs covered by the Job.
NewPod returns the Pod and a set of all the NodeIDs covered by the Pod.
NewReplicationController returns the ReplicationController and a set of all the NodeIDs covered by the ReplicationController.
NewReplicationController returns the ReplicationController and a set of all the NodeIDs covered by the ReplicationController.
NewServiceGroup returns the ServiceGroup and a set of all the NodeIDs covered by the service.
NewStatefulSet returns the StatefulSet and a set of all the NodeIDs covered by the StatefulSet.

# Structs

ImagePipeline represents a build, its output, and any inputs.
ServiceGroup is a service, the DeploymentConfigPipelines it covers, and lists of the other nodes that fulfill it.

# Interfaces

ImageTagLocation identifies the source or destination of an image.
SourceLocation identifies a repository that is an input to a build.

# Type aliases