class K8S::Api::Flowcontrol::V1alpha1::PriorityLevelConfiguration
Overview
PriorityLevelConfiguration represents the configuration of a priority level.
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - K8S::Kubernetes::Resource::Object
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/flowcontrol/v1alpha1/priority_level_configuration.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, spec : Api::Flowcontrol::V1alpha1::PriorityLevelConfigurationSpec? = nil, status : Api::Flowcontrol::V1alpha1::PriorityLevelConfigurationStatus? = nil)
 
Class Method Summary
Instance Method Summary
- #api_version : String
 - #kind : String
 - #merge(other)
 - 
        #metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
        
          
#metadatais the standard object's metadata. - 
        #metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
        
          
#metadatais the standard object's metadata. - #spec : Api::Flowcontrol::V1alpha1::PriorityLevelConfigurationSpec?
 - #spec=(spec : Api::Flowcontrol::V1alpha1::PriorityLevelConfigurationSpec?)
 - #status : Api::Flowcontrol::V1alpha1::PriorityLevelConfigurationStatus?
 - #status=(status : Api::Flowcontrol::V1alpha1::PriorityLevelConfigurationStatus?)
 - #to_h
 
Instance methods inherited from module K8S::Kubernetes::Resource::Object
  
  
    
      api_version : String
    api_version, 
    
  
    
      kind : String
    kind, 
    
  
    
      metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
    metadata, 
    
  
    
      metadata! : Apimachinery::Apis::Meta::V1::ObjectMeta
    metadata!
    
  
    
    
  
    
  Instance methods inherited from class K8S::Kubernetes::Resource
  
  
    
      api_version : String
    api_version, 
    
  
    
      kind : String
    kind
    
  
    
  Constructor methods inherited from class K8S::Kubernetes::Resource
  
  
    
      new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Class methods inherited from class K8S::Kubernetes::Resource
  
  
    
      from_file(file)
    from_file, 
    
  
    
      from_files(*paths)
    from_files
    
  
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
        
        def self.new(*, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, spec : Api::Flowcontrol::V1alpha1::PriorityLevelConfigurationSpec? = nil, status : Api::Flowcontrol::V1alpha1::PriorityLevelConfigurationStatus? = nil)
        #
      
      
      Class Method Detail
Instance Method Detail
        
        def metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
        #
      
      
        #metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
        
        def metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
        #
      
      
        #metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata