예제 #1
0
 def __init__(self):
     self._replica_api = api.API()
     self._endpoints_api = endpoints_api.API()
     super(ReplicaController, self).__init__()
예제 #2
0
 def __init__(self):
     self._migration_api = api.API()
     self._endpoints_api = endpoints_api.API()
     super(MigrationController, self).__init__()
예제 #3
0
 def __init__(self):
     self._endpoint_api = api.API()
     super(EndpointController, self).__init__()
예제 #4
0
 def __init__(self):
     self._minion_pool_api = api.API()
     self._endpoints_api = endpoints_api.API()
     super(MinionPoolController, self).__init__()