class K8S::Api::Core::V1::HTTPGetAction

Overview

HTTPGetAction describes an action based on HTTP Get requests.

Included Modules

Defined in:

versions/v1.19/api/core/v1/http_get_action.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(*, port : Int32 | String, host : String? = nil, http_headers : Array(Api::Core::V1::HTTPHeader)? = nil, path : String? = nil, scheme : String? = nil) #

[View source]

Instance Method Detail

def host : String? #

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

[View source]
def http_headers : Array(Api::Core::V1::HTTPHeader)? #

[View source]
def http_headers=(http_headers : Array(Api::Core::V1::HTTPHeader)?) #

[View source]
def path : String? #

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

[View source]
def port : Int32 | String #

[View source]
def port=(port : Int32 | String) #

[View source]
def scheme : String? #

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

[View source]