class K8S::Api::Flowcontrol::V1alpha1::FlowSchema
Overview
FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- K8S::Kubernetes::Resource::Object
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/flowcontrol/v1alpha1/flow_schema.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::FlowSchemaSpec? = nil, status : Api::Flowcontrol::V1alpha1::FlowSchemaStatus? = nil)
Class Method Summary
Instance Method Summary
- #api_version : String
- #kind : String
- #merge(other)
-
#metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
#metadata
is the standard object's metadata. -
#metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
#metadata
is the standard object's metadata. - #spec : Api::Flowcontrol::V1alpha1::FlowSchemaSpec?
- #spec=(spec : Api::Flowcontrol::V1alpha1::FlowSchemaSpec?)
- #status : Api::Flowcontrol::V1alpha1::FlowSchemaStatus?
- #status=(status : Api::Flowcontrol::V1alpha1::FlowSchemaStatus?)
- #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::FlowSchemaSpec? = nil, status : Api::Flowcontrol::V1alpha1::FlowSchemaStatus? = 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