NamespacedResourceStatus

trait NamespacedResourceStatus[StatusT, T]

Extra capability for NamespacedResource interfaces to manage status subresources

Type Params
StatusT

Status subresource type

T

Resource type

class Object
trait Matchable
class Any
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live
trait Service
class Live

Value members

Concrete methods

def getStatus(name: String, namespace: K8sNamespace): IO[K8sFailure, T]

Get the status of a given subresource by name

Get the status of a given subresource by name

Value Params
name

Name of the resource

namespace

Namespace of the resource

Returns

Returns the full resource object but with possibly the non-status fields absent.

def replaceStatus(of: T, updatedStatus: StatusT, namespace: K8sNamespace, dryRun: Boolean): IO[K8sFailure, T]

Replaces the status of a resource that was previously get from server.

Replaces the status of a resource that was previously get from server.

Use either getStatus or NamespacedResource.get to retrieve a value of the resource by name, and then call this method to update its status.

Value Params
dryRun

If true, the request is sent to the server but it will not create the resource.

namespace

Namespace of the resource

of

The resource object to manipulate

updatedStatus

Updated status value

Returns

Returns the updated resource (not just the status)

Abstract fields

A more generic interface for the same resource

A more generic interface for the same resource