class K8S::Api::Admissionregistration::V1::ServiceReference

Overview

ServiceReference holds a reference to Service.legacy.k8s.io

Included Modules

Defined in:

versions/v1.19/api/admissionregistration/v1/service_reference.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(*, name : String, namespace : String, path : String? = nil, port : Int32? = nil) #

[View source]

Instance Method Detail

def name : String #

[View source]
def name=(name : String) #

[View source]
def namespace : String #

[View source]
def namespace=(namespace : String) #

[View source]
def path : String? #

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

[View source]
def port : Int32? #

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

[View source]