Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kube-helper
v1.0.5
Top Level Namespace
AppOptions
Config
Env
FileElement
Group
Helm
Kube
Helper
Apps
Args
Group
Helm
Kubectl
Kustomize
Secrets
KustomizeConfig
Namespace
Repos
Secret
Values
Generated using Crystal 1.10.1
2024-06-08 01:40:07 UTC
class
FileElement
FileElement
Reference
Object
Included Modules
JSON::Serializable
YAML::Serializable
Defined in:
kube/types.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
.new
(pull : JSON::PullParser)
Instance Method Summary
#name
: String
#name=
(name : String)
#path
: String
#path=
(path : String)
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
name
: String
#
[
View source
]
def
name=
(name : String)
#
[
View source
]
def
path
: String
#
[
View source
]
def
path=
(path : String)
#
[
View source
]