Cluster: Cluster Class

Description Public fields Methods

Description

Cluster Class

Cluster Class

Public fields

name
kind
url
ca
version
auth_type
jwt_signing_key
slurm_user
tags
description
plugin

Methods

Public methods


Method new()

Usage
Cluster$new(
  name,
  kind,
  url,
  ca,
  version,
  auth_type,
  jwt_signing_key,
  slurm_user,
  tags,
  description,
  plugin
)

Method toJSON()

Usage
Cluster$toJSON()

Method fromJSON()

Usage
Cluster$fromJSON(ClusterJson)

Method toJSONString()

Usage
Cluster$toJSONString()

Method fromJSONString()

Usage
Cluster$fromJSONString(ClusterJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Cluster$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


riteshkarvaloc/dkubeR documentation built on Feb. 25, 2021, 9:28 p.m.