Struct mz_orchestratord::controller::materialize::Args
source · pub struct Args {Show 45 fields
cloud_provider: CloudProvider,
region: String,
create_balancers: bool,
create_console: bool,
helm_chart_version: Option<String>,
secrets_controller: String,
collect_pod_metrics: bool,
enable_prometheus_scrape_annotations: bool,
disable_authentication: bool,
segment_api_key: Option<String>,
segment_client_side: bool,
console_image_tag_default: String,
console_image_tag_map: Vec<KeyValueArg<String, String>>,
aws_info: AwsInfo,
ephemeral_volume_class: Option<String>,
scheduler_name: Option<String>,
enable_security_context: bool,
enable_internal_statement_logging: bool,
orchestratord_pod_selector_labels: Vec<KeyValueArg<String, String>>,
environmentd_node_selector: Vec<KeyValueArg<String, String>>,
clusterd_node_selector: Vec<KeyValueArg<String, String>>,
balancerd_node_selector: Vec<KeyValueArg<String, String>>,
console_node_selector: Vec<KeyValueArg<String, String>>,
image_pull_policy: KubernetesImagePullPolicy,
network_policies: NetworkPolicyConfig,
environmentd_cluster_replica_sizes: Option<String>,
bootstrap_default_cluster_replica_size: Option<String>,
bootstrap_builtin_system_cluster_replica_size: Option<String>,
bootstrap_builtin_probe_cluster_replica_size: Option<String>,
bootstrap_builtin_support_cluster_replica_size: Option<String>,
bootstrap_builtin_catalog_server_cluster_replica_size: Option<String>,
bootstrap_builtin_analytics_cluster_replica_size: Option<String>,
environmentd_allowed_origins: Vec<HeaderValue>,
internal_console_proxy_url: String,
environmentd_sql_port: i32,
environmentd_http_port: i32,
environmentd_internal_sql_port: i32,
environmentd_internal_http_port: i32,
environmentd_internal_http_host_override: Option<String>,
environmentd_internal_persist_pubsub_port: i32,
balancerd_sql_port: i32,
balancerd_http_port: i32,
balancerd_internal_http_port: i32,
console_http_port: i32,
default_certificate_specs: DefaultCertificateSpecs,
}
Fields§
§cloud_provider: CloudProvider
§region: String
§create_balancers: bool
§create_console: bool
§helm_chart_version: Option<String>
§secrets_controller: String
§collect_pod_metrics: bool
§enable_prometheus_scrape_annotations: bool
§disable_authentication: bool
§segment_api_key: Option<String>
§segment_client_side: bool
§console_image_tag_default: String
§console_image_tag_map: Vec<KeyValueArg<String, String>>
§aws_info: AwsInfo
§ephemeral_volume_class: Option<String>
§scheduler_name: Option<String>
§enable_security_context: bool
§enable_internal_statement_logging: bool
§orchestratord_pod_selector_labels: Vec<KeyValueArg<String, String>>
§environmentd_node_selector: Vec<KeyValueArg<String, String>>
§clusterd_node_selector: Vec<KeyValueArg<String, String>>
§balancerd_node_selector: Vec<KeyValueArg<String, String>>
§console_node_selector: Vec<KeyValueArg<String, String>>
§image_pull_policy: KubernetesImagePullPolicy
§network_policies: NetworkPolicyConfig
§environmentd_cluster_replica_sizes: Option<String>
§bootstrap_default_cluster_replica_size: Option<String>
§bootstrap_builtin_system_cluster_replica_size: Option<String>
§bootstrap_builtin_probe_cluster_replica_size: Option<String>
§bootstrap_builtin_support_cluster_replica_size: Option<String>
§bootstrap_builtin_catalog_server_cluster_replica_size: Option<String>
§bootstrap_builtin_analytics_cluster_replica_size: Option<String>
§environmentd_allowed_origins: Vec<HeaderValue>
§internal_console_proxy_url: String
§environmentd_sql_port: i32
§environmentd_http_port: i32
§environmentd_internal_sql_port: i32
§environmentd_internal_http_port: i32
§environmentd_internal_http_host_override: Option<String>
§environmentd_internal_persist_pubsub_port: i32
§balancerd_sql_port: i32
§balancerd_http_port: i32
§balancerd_internal_http_port: i32
§console_http_port: i32
§default_certificate_specs: DefaultCertificateSpecs
Trait Implementations§
source§impl CommandFactory for Args
impl CommandFactory for Args
source§fn into_app_for_update<'b>() -> Command<'b>
fn into_app_for_update<'b>() -> Command<'b>
Deprecated, replaced with
CommandFactory::command_for_update
source§impl FromArgMatches for Args
impl FromArgMatches for Args
source§fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
source§fn from_arg_matches_mut(
__clap_arg_matches: &mut ArgMatches,
) -> Result<Self, Error>
fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches, ) -> Result<Self, Error>
source§fn update_from_arg_matches(
&mut self,
__clap_arg_matches: &ArgMatches,
) -> Result<(), Error>
fn update_from_arg_matches( &mut self, __clap_arg_matches: &ArgMatches, ) -> Result<(), Error>
Assign values from
ArgMatches
to self
.source§fn update_from_arg_matches_mut(
&mut self,
__clap_arg_matches: &mut ArgMatches,
) -> Result<(), Error>
fn update_from_arg_matches_mut( &mut self, __clap_arg_matches: &mut ArgMatches, ) -> Result<(), Error>
Assign values from
ArgMatches
to self
.source§impl Parser for Args
impl Parser for Args
source§fn parse_from<I, T>(itr: I) -> Self
fn parse_from<I, T>(itr: I) -> Self
Parse from iterator, exit on error
source§fn try_parse_from<I, T>(itr: I) -> Result<Self, Error>
fn try_parse_from<I, T>(itr: I) -> Result<Self, Error>
Parse from iterator, return Err on error.
source§fn update_from<I, T>(&mut self, itr: I)
fn update_from<I, T>(&mut self, itr: I)
Update from iterator, exit on error
Auto Trait Implementations§
impl Freeze for Args
impl RefUnwindSafe for Args
impl Send for Args
impl Sync for Args
impl Unpin for Args
impl UnwindSafe for Args
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> FutureExt for T
impl<T> FutureExt for T
source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
Creates a shared type from an unshared type.
source§impl<T, U> OverrideFrom<Option<&T>> for Uwhere
U: OverrideFrom<T>,
impl<T, U> OverrideFrom<Option<&T>> for Uwhere
U: OverrideFrom<T>,
source§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
impl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
source§fn into_rust(self) -> Result<R, TryFromProtoError>
fn into_rust(self) -> Result<R, TryFromProtoError>
See
RustType::from_proto
.source§fn from_rust(rust: &R) -> P
fn from_rust(rust: &R) -> P
See
RustType::into_proto
.source§impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
source§fn plus_equals(&mut self, rhs: &&'a S)
fn plus_equals(&mut self, rhs: &&'a S)
The method of
std::ops::AddAssign
, for types that do not implement AddAssign
.