package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev
# Functions
DescriberFor returns a describer for a given kind of resource.
DescribeRoleBinding prints out information about a role binding and its associated role.
FormatRelativeTime converts a time field into a human readable age string (hours, minutes, days).
NewChainDescriber returns a new ChainDescriber.
NewDeploymentConfigDescriber returns a new DeploymentConfigDescriber.
NewLatestDeploymentsDescriber lists the latest deployments limited to "count".
PrintTemplateParameters the Template parameters with their default values.
# Structs
BuildConfigDescriber generates information about a buildConfig.
BuildDescriber generates information about a build.
ChainDescriber generates extended information about a chain of dependencies of an image stream.
ClusterRoleBindingDescriber generates information about a Project.
DeploymentConfigDescriber generates information about a DeploymentConfig.
DepthFirst implements stateful depth-first graph traversal.
DescribeWebhook holds the URL information about a webhook and for generic webhooks it tells us if we allow env variables.
GroupDescriber generates information about a group.
IdentityDescriber generates information about a user.
ImageDescriber generates information about a Image.
ImageStreamDescriber generates information about a ImageStream (Image).
ImageStreamImageDescriber generates information about a ImageStreamImage (Image).
ImageStreamTagDescriber generates information about a ImageStreamTag (Image).
OAuthAccessTokenDescriber generates information about an OAuth Acess Token (OAuth).
ProjectDescriber generates information about a Project.
ProjectStatusDescriber generates extended information about a Project.
RoleBindingDescriber generates information about a Project.
RoleDescriber generates information about a Project.
RouteDescriber generates information about a Route.
SecurityContextConstraintsDescriber generates information about an SCC.
TemplateDescriber generates information about a template.
TemplateInstanceDescriber generates information about a template instance.
UserDescriber generates information about a user.
UserIdentityMappingDescriber generates information about a user.
# Interfaces
GraphLoader is a stateful interface that provides methods for building the nodes of a graph.
# Type aliases
NodeStack implements a LIFO stack of graph.Node.
NotFoundErr is returned when the imageStreamTag (ist) of interest cannot be found in the graph.
OverlappingControllers sorts a list of controllers by creation timestamp, using their names as a tie breaker.