Class: Quark::MdkIntrospection::Kubernetes::KubernetesHost
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
#to_s
Constructor Details
Returns a new instance of KubernetesHost.
21
22
23
24
25
|
# File 'lib/mdk_introspection/kubernetes.rb', line 21
def initialize()
self.__init_fields__
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
58
59
60
61
62
|
# File 'lib/mdk_introspection/kubernetes.rb', line 58
def __init_fields__()
nil
end
|
#_getClass ⇒ Object
37
38
39
40
41
42
|
# File 'lib/mdk_introspection/kubernetes.rb', line 37
def _getClass()
return "mdk_introspection.kubernetes.KubernetesHost"
nil
end
|
#_getField(name) ⇒ Object
44
45
46
47
48
49
|
# File 'lib/mdk_introspection/kubernetes.rb', line 44
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
51
52
53
54
55
56
|
# File 'lib/mdk_introspection/kubernetes.rb', line 51
def _setField(name, value)
nil
nil
end
|
#get ⇒ Object
30
31
32
33
34
35
|
# File 'lib/mdk_introspection/kubernetes.rb', line 30
def get()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|