Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
hetzner-k3s
v2.0.9
Cluster
Create
Delete
Upgrade
Configuration
Autoscaling
Datastore
EmbeddedRegistryMirror
Loader
Main
Manifests
Networking
NetworkingComponents
AllowedNetworks
Cilium
CNI
Flannel
PrivateNetwork
PublicNetwork
SSH
NodeLabel
NodePool
NodeTaint
Settings
ClusterName
ConfigurationFilePath
Datastore
K3sVersion
KubeconfigPath
NewK3sVersion
NodePool
Autoscaling
InstanceCount
InstanceType
Location
NodeLabels
NodeTaints
PoolName
Hetzner
Client
Firewall
Create
Delete
Find
FirewallsList
Instance
Create
Delete
Find
InstancesList
InstanceType
InstanceTypesList
Ipv4
K3s
CLI
Arguments
Create
Arguments
Flags
Delete
Arguments
Flags
Flags
Releases
Arguments
Flags
Upgrade
Arguments
Flags
LoadBalancer
Create
Delete
Find
LoadBalancersList
Location
LocationsList
Network
Create
Delete
Find
NetworkInterface
NetworksList
PlacementGroup
All
Create
Delete
Find
PlacementGroupsList
PublicNet
SSHKey
Create
Delete
Find
SSHKeysList
K3s
Kubernetes
Installer
Resources
Deployment
Spec
Template
Pod
Spec
Container
EnvVariable
VolumeMount
Toleration
Volume
HostPath
Resource
Software
Cilium
ClusterAutoscaler
Hetzner
CloudControllerManager
CSIDriver
Secret
SystemUpgradeController
Util
PrefixedIO
Util
Shell
CommandResult
SSH
Generated using Crystal 1.14.0
2024-11-08 14:47:06 UTC
class
Util::
Shell::
CommandResult
Util::Shell::CommandResult
Reference
Object
Defined in:
util/shell/command_result.cr
Constructors
.new
(output : String, status : Int32)
Instance Method Summary
#output
: String
#status
: Int32
#success?
Constructor Detail
def self.
new
(output : String, status : Int32)
#
[
View source
]
Instance Method Detail
def
output
: String
#
[
View source
]
def
status
: Int32
#
[
View source
]
def
success?
#
[
View source
]