class Pyrite::Api::Core::V1::HTTPGetAction
- Pyrite::Api::Core::V1::HTTPGetAction
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
HTTPGetAction describes an action based on HTTP Get requests.
Defined in:
versions/v1.14/api/core/v1/http_get_action.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
HTTPGetAction describes an action based on HTTP Get requests.
-
.new(pull : JSON::PullParser)
HTTPGetAction describes an action based on HTTP Get requests.
- .new(*, host : String? = nil, http_headers : Array? = nil, path : String? = nil, port : Int32 | String, scheme : String? = nil)
Instance Method Summary
- #host : String?
- #host=(host : String?)
- #http_headers : Array(Api::Core::V1::HTTPHeader)?
- #http_headers=(http_headers : Array(Api::Core::V1::HTTPHeader)?)
- #path : String?
- #path=(path : String?)
- #port : Int32 | String
- #port=(port : Int32 | String)
- #scheme : String?
- #scheme=(scheme : String?)
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)
#