class documentation

class ClusterServiceServicer(object): (source)

View In Hierarchy

Missing associated documentation comment in .proto file.

Method Create Creates a cluster.
Method Delete Delete a cluster.
Method Get Returns the specified cluster.
Method GetByName Returns the specified cluster.
Method List Retrieves a list of clusters.
def Create(self, request, context): (source)

Creates a cluster.

def Delete(self, request, context): (source)

Delete a cluster.

def Get(self, request, context): (source)

Returns the specified cluster.

def GetByName(self, request, context): (source)

Returns the specified cluster.

def List(self, request, context): (source)

Retrieves a list of clusters.