class K8S::Api::Core::V1::HTTPGetAction
- K8S::Api::Core::V1::HTTPGetAction
- Reference
- Object
Overview
HTTPGetAction describes an action based on HTTP Get requests.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.13/api/core/v1/http_get_action.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, port : Int32 | String, host : String? = nil, http_headers : Array(Api::Core::V1::HTTPHeader)? = nil, path : String? = nil, 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 Detail
def self.new(*, port : Int32 | String, host : String? = nil, http_headers : Array(Api::Core::V1::HTTPHeader)? = nil, path : String? = nil, scheme : String? = nil)
#