class K8S::Api::Core::V1::ObjectFieldSelector

Overview

ObjectFieldSelector selects an APIVersioned field of an object.

Included Modules

Defined in:

versions/v1.12/api/core/v1/object_field_selector.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(*, field_path : String, api_version : String? = nil) #

[View source]

Instance Method Detail

def api_version : String? #

[View source]
def api_version=(api_version : String?) #

[View source]
def field_path : String #

[View source]
def field_path=(field_path : String) #

[View source]