Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
wd_provisioner
master
Kubernetes
Client
PersistentVolume
ClaimRef
Iscsi
SecretRef
PersistentVolumeClaim
Resources
Requests
Secret
Data
StorageClass
Parameters
Quantity
WdProvisioner
Controller
WdSSH
Generated using Crystal 1.14.0
2024-11-26 07:50:37 UTC
struct
Kubernetes::
StorageClass::
Parameters
Kubernetes::StorageClass::Parameters
Struct
Value
Object
Included Modules
JSON::Serializable
Kubernetes::Serializable
YAML::Serializable
Defined in:
kubernetes/storage_class.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
.new
(pull : JSON::PullParser)
Instance Method Summary
#host
: String
#port
: String
#size_limit
: String
#user
: String
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
def self.
new
(pull : JSON::PullParser)
#
Instance Method Detail
def
host
: String
#
def
port
: String
#
def
size_limit
: String
#
def
user
: String
#