Documentation ¶
Index ¶
Constants ¶
View Source
const ( FedReplicaSetPreferencesAnnotation = "federation.kubernetes.io/replica-set-preferences" UserAgentName = "Federation-replicaset-Controller" ControllerName = "replicasets" )
Variables ¶
View Source
var (
RequiredResources = []schema.GroupVersionResource{extensionsv1.SchemeGroupVersion.WithResource("replicasets")}
)
Functions ¶
This section is empty.
Types ¶
type ReplicaSetController ¶
type ReplicaSetController struct {
// contains filtered or unexported fields
}
func NewReplicaSetController ¶
func NewReplicaSetController(federationClient fedclientset.Interface) *ReplicaSetController
NewclusterController returns a new cluster controller
func (*ReplicaSetController) Run ¶
func (frsc *ReplicaSetController) Run(workers int, stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.