class Pyrite::Api::Core::V1::HTTPGetAction

Overview

HTTPGetAction describes an action based on HTTP Get requests.

Defined in:

versions/v1.14/api/core/v1/http_get_action.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

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

HTTPGetAction describes an action based on HTTP Get requests.


def self.new(pull : JSON::PullParser) #

HTTPGetAction describes an action based on HTTP Get requests.


def self.new(*, host : String? = nil, http_headers : Array? = nil, path : String? = nil, port : Int32 | String, scheme : String? = nil) #

Instance Method Detail

def host : String? #

def host=(host : String?) #

def http_headers : Array(Api::Core::V1::HTTPHeader)? #

def http_headers=(http_headers : Array(Api::Core::V1::HTTPHeader)?) #

def path : String? #

def path=(path : String?) #

def port : Int32 | String #

def port=(port : Int32 | String) #

def scheme : String? #

def scheme=(scheme : String?) #