class Pyrite::Apimachinery::Apis::Meta::V1::ServerAddressByClientCIDR
- Pyrite::Apimachinery::Apis::Meta::V1::ServerAddressByClientCIDR
- Pyrite::Kubernetes::Spec
- Reference
- Object
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.crConstructors
-
.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.
-
.new(pull : JSON::PullParser)
ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.
- .new(*, client_cidr : String, server_address : String)
Instance Method Summary
- #client_cidr : String
- #client_cidr=(client_cidr : String)
- #server_address : String
- #server_address=(server_address : String)
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.