class K8S::Api::Core::V1::PodIP

Overview

IP address information for entries in the (plural) PodIPs field. Each entry includes: IP: An IP address allocated to the pod. Routable at least within the cluster.

Included Modules

Defined in:

versions/v1.22/api/core/v1/pod_ip.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(*, ip : String? = nil) #

[View source]

Instance Method Detail

def ip : String? #

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

[View source]