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 by name.
Method List Retrieves a list of clusters.
Method Update Updates a cluster.
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 by name.

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

Retrieves a list of clusters.

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

Updates a cluster.