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.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
NodeDaemonEndpoints lists ports opened by daemons running on the Node.
-
.new(pull : JSON::PullParser)
NodeDaemonEndpoints lists ports opened by daemons running on the Node.
- .new(*, kubelet_endpoint : Api::Core::V1::DaemonEndpoint? = nil)
Instance Method Summary
- #kubelet_endpoint : Api::Core::V1::DaemonEndpoint?
- #kubelet_endpoint=(kubelet_endpoint : Api::Core::V1::DaemonEndpoint?)
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.