Struct k8s_cluster_api::v1beta1::cluster::ClusterNetwork [−][src]
pub struct ClusterNetwork {
pub api_server_port: Option<i32>,
pub services: Option<NetworkRanges>,
pub pods: Option<NetworkRanges>,
pub service_domain: Option<String>,
}
Expand description
ClusterNetwork specifies the different networking parameters for a cluster.
Fields
api_server_port: Option<i32>
APIServerPort specifies the port the API Server should bind to. Defaults to 6443.
services: Option<NetworkRanges>
The network ranges from which service VIPs are allocated.
pods: Option<NetworkRanges>
The network ranges from which Pod networks are allocated.
service_domain: Option<String>
Domain name for services.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ClusterNetwork
impl Send for ClusterNetwork
impl Sync for ClusterNetwork
impl Unpin for ClusterNetwork
impl UnwindSafe for ClusterNetwork
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more