pub struct MaterializeControllerArgs {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 Args for MaterializeControllerArgs
impl Args for MaterializeControllerArgs
Source§fn augment_args<'b>(__clap_app: Command) -> Command
fn augment_args<'b>(__clap_app: Command) -> Command
Source§fn augment_args_for_update<'b>(__clap_app: Command) -> Command
fn augment_args_for_update<'b>(__clap_app: Command) -> Command
Append to
Command
so it can instantiate self
via
FromArgMatches::update_from_arg_matches_mut
Read moreSource§impl FromArgMatches for MaterializeControllerArgs
impl FromArgMatches for MaterializeControllerArgs
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 MaterializeControllerArgs
impl Parser for MaterializeControllerArgs
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)
Auto Trait Implementations§
impl Freeze for MaterializeControllerArgs
impl RefUnwindSafe for MaterializeControllerArgs
impl Send for MaterializeControllerArgs
impl Sync for MaterializeControllerArgs
impl Unpin for MaterializeControllerArgs
impl UnwindSafe for MaterializeControllerArgs
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
.