class K8S::Api::Flowcontrol::V1alpha1::FlowSchemaSpec

Overview

FlowSchemaSpec describes how the FlowSchema's specification looks like.

Included Modules

Defined in:

versions/v1.19/api/flowcontrol/v1alpha1/flow_schema_spec.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, priority_level_configuration : Api::Flowcontrol::V1alpha1::PriorityLevelConfigurationReference, distinguisher_method : Api::Flowcontrol::V1alpha1::FlowDistinguisherMethod? = nil, matching_precedence : Int32? = nil, rules : Array(Api::Flowcontrol::V1alpha1::PolicyRulesWithSubjects)? = nil) #

[View source]

Instance Method Detail


[View source]
def distinguisher_method=(distinguisher_method : Api::Flowcontrol::V1alpha1::FlowDistinguisherMethod?) #

[View source]
def matching_precedence : Int32? #

[View source]
def matching_precedence=(matching_precedence : Int32?) #

[View source]

[View source]
def priority_level_configuration=(priority_level_configuration : Api::Flowcontrol::V1alpha1::PriorityLevelConfigurationReference) #

[View source]

[View source]

[View source]