class K8S::Api::Core::V1::ObjectFieldSelector
- K8S::Api::Core::V1::ObjectFieldSelector
- Reference
- Object
Overview
ObjectFieldSelector selects an APIVersioned field of an object.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.15/api/core/v1/object_field_selector.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, field_path : String, api_version : String? = nil)
Instance Method Summary
- #api_version : String?
- #api_version=(api_version : String?)
- #field_path : String
- #field_path=(field_path : String)