Class: Latitude::API::Resources::KubernetesCluster::ControlPlane
- Inherits:
-
APIObject
- Object
- APIObject
- Latitude::API::Resources::KubernetesCluster::ControlPlane
- Defined in:
- lib/latitude/api/resources/kubernetes_cluster.rb
Constant Summary
Constants inherited from APIObject
Instance Attribute Summary collapse
- #ready ⇒ Boolean readonly
- #ready_replicas ⇒ Integer readonly
- #replicas ⇒ Integer readonly
Attributes inherited from APIObject
Method Summary
Methods inherited from APIObject
#==, #[], #as_json, #each, #hash, #initialize, #inspect, #key?, #keys, #method_missing, #respond_to_missing?, #to_h, wrap
Methods included from Attributes::ClassMethods
Methods included from Attributes::InstanceMethods
#attribute_spec, #read_attribute, #wrap_attribute
Constructor Details
This class inherits a constructor from Latitude::API::APIObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Latitude::API::APIObject
Instance Attribute Details
#ready ⇒ Boolean (readonly)
71 72 73 74 75 |
# File 'lib/latitude/api/resources/kubernetes_cluster.rb', line 71 class ControlPlane < APIObject attribute :ready, :boolean, read_only: true attribute :replicas, :integer, read_only: true attribute :ready_replicas, :integer, read_only: true end |
#ready_replicas ⇒ Integer (readonly)
71 72 73 74 75 |
# File 'lib/latitude/api/resources/kubernetes_cluster.rb', line 71 class ControlPlane < APIObject attribute :ready, :boolean, read_only: true attribute :replicas, :integer, read_only: true attribute :ready_replicas, :integer, read_only: true end |
#replicas ⇒ Integer (readonly)
71 72 73 74 75 |
# File 'lib/latitude/api/resources/kubernetes_cluster.rb', line 71 class ControlPlane < APIObject attribute :ready, :boolean, read_only: true attribute :replicas, :integer, read_only: true attribute :ready_replicas, :integer, read_only: true end |