# Functions
No description provided by the author
No description provided by the author
No description provided by the author
Returns pods targeted by given selector.
GetContainerImages returns container image strings from the given pod spec.
GetDaemonSetListChannel returns a pair of channels to a DaemonSet list and errors that both must be read numReads times.
GetDeploymentListChannel returns a pair of channels to a Deployment list and errors that both must be read numReads times.
GetEventListChannel returns a pair of channels to an Event list and errors that both must be read numReads times.
GetEventListChannelWithOptions is GetEventListChannel plus list options.
GetExternalEndpoints returns endpoints that are externally reachable for a service.
GetInternalEndpoint returns internal endpoint name for the given service properties, e.g., "my-service.namespace 80/TCP" or "my-service 53/TCP,53/UDP".
GetJobListChannel returns a pair of channels to a Job list and errors that both must be read numReads times.
GetNodeByName returns the node with the given name from the list.
GetNodeListChannel returns a pair of channels to a Node list and errors that both must be read numReads times.
GetPetSetListChannel returns a pair of channels to a PetSet list and errors that both must be read numReads times.
GetPodInfo returns aggregate information about a group of pods.
GetPodListChannel returns a pair of channels to a Pod list and errors that both must be read numReads times.
GetPodListChannelWithOptions is GetPodListChannel plus listing options.
GetReplicaSetListChannel returns a pair of channels to a ReplicaSet list and errors that both must be read numReads times.
GetReplicaSetListChannelWithOptions returns a pair of channels to a ReplicaSet list filtered by provided options and errors that both must be read numReads times.
GetReplicationControllerListChannel Returns a pair of channels to a Replication Controller list and errors that both must be read numReads times.
GetServiceListChannel returns a pair of channels to a Service list and errors that both must be read numReads times.
GetServicePorts returns human readable name for the given service ports list.
Returns true when a resource with the given selector targets the same Resources(or subset) that a tested object selector with the given selector.
IsSelectorMatching returns true when an object with the given selector targets the same Resources (or subset) that the tested object with the given selector.
NewNamespaceQuery creates new query for given namespaces.
Returns internal endpoint name for the given service properties, e.g., NewObjectMeta creates a new instance of ObjectMeta struct based on K8s object meta.
NewResourceVerber creates a new resource verber that uses the given client for performing operations.
NewSameNamespaceQuery creates new namespace query that queries single namespace.
NewTypeMeta creates new type mete for the resource kind.
# Constants
List of client types supported by the UI.
List of client types supported by the UI.
List of client types supported by the UI.
List of client types supported by the UI.
List of all resource kinds supported by the UI.
List of all resource kinds supported by the UI.
List of all resource kinds supported by the UI.
List of all resource kinds supported by the UI.
List of all resource kinds supported by the UI.
List of all resource kinds supported by the UI.
List of all resource kinds supported by the UI.
List of all resource kinds supported by the UI.
List of all resource kinds supported by the UI.
List of all resource kinds supported by the UI.
# Structs
DaemonSetListChannel is a list and error channels to Nodes.
DeploymentListChannel is a list and error channels to Deployments.
Endpoint describes an endpoint that is host and a list of available ports for that host.
Event is a single event representation.
Events response structure.
EventListChannel is a list and error channels to Nodes.
JobListChannel is a list and error channels to Nodes.
NamespaceQuery is a query for namespaces of a list of objects.
NodeListChannel is a list and error channels to Nodes.
ObjectMeta is metadata about an instance of a resource.
PetSetListChannel is a list and error channels to Nodes.
PodInfo represents aggregate information about controller's pods.
PodListChannel is a list and error channels to Nodes.
ReplicaSetListChannel is a list and error channels to Replica Sets.
ReplicationControllerListChannel is a list and error channels to Nodes.
ResourceChannels struct holds channels to resource lists.
ResourceVerber is a struct responsible for doing common verb operations on resources, like DELETE, PUT, UPDATE.
ServiceListChannel is a list and error channels to Services.
ServicePort is a pair of port and protocol, e.g.
TypeMeta describes an individual object in an API response or request with strings representing the type of the object.
# Interfaces
RESTClient is an interface for REST operations used in this file.
# Type aliases
ClientType represents type of client that is used to perform generic operations on resources.
ResourceKind is an unique name for each resource.