package
2.7.0+incompatible
Repository: https://github.com/kubernetes/dashboard.git
Documentation: pkg.go.dev

# Functions

GetReplicationControllerDetail returns detailed information about the given replication controller in the given namespace.
GetReplicationControllerList returns a list of all Replication Controllers in the cluster.
GetReplicationControllerListFromChannels returns a list of all Replication Controllers in the cluster reading required resource list once from the channels.
GetReplicationControllerPods return list of pods targeting replication controller associated to given name.
GetReplicationControllerServices returns list of services that are related to replication controller targeted by given name.
ToReplicationController converts replication controller api object to replication controller model object.
UpdateReplicasCount updates number of replicas in Replication Controller based on Replication Controller Spec.

# Structs

ReplicationController (aka.
ReplicationControllerDetail represents detailed information about a Replication Controller.
ReplicationControllerList contains a list of Replication Controllers in the cluster.
ReplicationControllerSpec contains information needed to update replication controller.

# Type aliases