class Pyrite::Apimachinery::Apis::Meta::V1::ServerAddressByClientCIDR

Overview

ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.

Defined in:

versions/v1.14/apimachinery/apis/meta/v1/server_address_by_client_cidr.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) #

ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.


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

ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.


def self.new(*, client_cidr : String, server_address : String) #

Instance Method Detail

def client_cidr : String #

def client_cidr=(client_cidr : String) #

def server_address : String #

def server_address=(server_address : String) #