class Pyrite::Api::Core::V1::NodeDaemonEndpoints

Overview

NodeDaemonEndpoints lists ports opened by daemons running on the Node.

Defined in:

versions/v1.14/api/core/v1/node_daemon_endpoints.cr

Constructors

Instance Method Summary

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) #

NodeDaemonEndpoints lists ports opened by daemons running on the Node.


def self.new(pull : JSON::PullParser) #

NodeDaemonEndpoints lists ports opened by daemons running on the Node.


def self.new(*, kubelet_endpoint : Api::Core::V1::DaemonEndpoint? = nil) #

Instance Method Detail

def kubelet_endpoint : Api::Core::V1::DaemonEndpoint? #

def kubelet_endpoint=(kubelet_endpoint : Api::Core::V1::DaemonEndpoint?) #