Class: KubeDSL::DSL::Apiextensions::V1::CustomResourceSubresourceScale

Inherits:
KubeDSL::DSLObject
  • Object
show all
Defined in:
lib/kube-dsl/dsl/apiextensions/v1/custom_resource_subresource_scale.rb

Instance Method Summary collapse

Methods inherited from KubeDSL::DSLObject

#initialize, #to_resource

Methods included from ValueFields

#array_field, #object_field, #value_field, #value_fields

Constructor Details

This class inherits a constructor from KubeDSL::DSLObject

Instance Method Details

#kind_symObject



13
14
15
# File 'lib/kube-dsl/dsl/apiextensions/v1/custom_resource_subresource_scale.rb', line 13

def kind_sym
  :custom_resource_subresource_scale
end

#serializeObject



5
6
7
8
9
10
11
# File 'lib/kube-dsl/dsl/apiextensions/v1/custom_resource_subresource_scale.rb', line 5

def serialize
  {}.tap do |result|
    result[:labelSelectorPath] = label_selector_path
    result[:specReplicasPath] = spec_replicas_path
    result[:statusReplicasPath] = status_replicas_path
  end
end