class K8S::Apimachinery::Apis::Meta::V1::ServerAddressByClientCIDR
- K8S::Apimachinery::Apis::Meta::V1::ServerAddressByClientCIDR
- Reference
- Object
Overview
ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.13/apimachinery/apis/meta/v1/server_address_by_client_cidr.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .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)