class K8S::Api::Core::V1::GRPCAction

Included Modules

Defined in:

versions/v1.23/api/core/v1/grpc_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, service : String? = nil) #

[View source]

Instance Method Detail

def port : Int32 #

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

[View source]
def service : String? #

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

[View source]