pub struct Annotations {
Show 34 fields pub description: Option<String>, pub prow_k8s_io_context: Option<String>, pub prow_k8s_io_job: String, pub testgrid_dashboards: Option<String>, pub testgrid_tab_name: Option<String>, pub testgrid_alert_email: Option<String>, pub testgrid_alert_stale_results_hours: Option<String>, pub testgrid_num_failures_to_alert: Option<String>, pub fork_per_release_periodic_interval: Option<String>, pub fork_per_release: Option<String>, pub testgrid_create_test_group: Option<String>, pub testgrid_days_of_results: Option<String>, pub test_kops_k8s_io_cloud: Option<String>, pub test_kops_k8s_io_container_runtime: Option<String>, pub test_kops_k8s_io_distro: Option<String>, pub test_kops_k8s_io_k8s_version: Option<String>, pub test_kops_k8s_io_kops_channel: Option<String>, pub test_kops_k8s_io_kops_version: Option<String>, pub test_kops_k8s_io_networking: Option<String>, pub testgrid_num_columns_recent: Option<String>, pub fork_per_release_cron: Option<String>, pub fork_per_release_deletions: Option<String>, pub fork_per_release_replacements: Option<String>, pub test_kops_k8s_io_extra_flags: Option<String>, pub testgrid_broken_column_threshold: Option<String>, pub testgrid_base_options: Option<String>, pub test_grid_alert_email: Option<String>, pub test_kops_k8s_io_feature_flags: Option<String>, pub testgrid_description: Option<String>, pub ci_openshift_io_description: Option<String>, pub ci_openshift_io_sop: Option<String>, pub release_openshift_io_architecture: Option<String>, pub release_openshift_io_source: Option<String>, pub release_openshift_io_tag: Option<String>,
}

Fields

description: Option<String>prow_k8s_io_context: Option<String>prow_k8s_io_job: Stringtestgrid_dashboards: Option<String>testgrid_tab_name: Option<String>testgrid_alert_email: Option<String>testgrid_alert_stale_results_hours: Option<String>testgrid_num_failures_to_alert: Option<String>fork_per_release_periodic_interval: Option<String>fork_per_release: Option<String>testgrid_create_test_group: Option<String>testgrid_days_of_results: Option<String>test_kops_k8s_io_cloud: Option<String>test_kops_k8s_io_container_runtime: Option<String>test_kops_k8s_io_distro: Option<String>test_kops_k8s_io_k8s_version: Option<String>test_kops_k8s_io_kops_channel: Option<String>test_kops_k8s_io_kops_version: Option<String>test_kops_k8s_io_networking: Option<String>testgrid_num_columns_recent: Option<String>fork_per_release_cron: Option<String>fork_per_release_deletions: Option<String>fork_per_release_replacements: Option<String>test_kops_k8s_io_extra_flags: Option<String>testgrid_broken_column_threshold: Option<String>testgrid_base_options: Option<String>test_grid_alert_email: Option<String>test_kops_k8s_io_feature_flags: Option<String>testgrid_description: Option<String>ci_openshift_io_description: Option<String>ci_openshift_io_sop: Option<String>release_openshift_io_architecture: Option<String>release_openshift_io_source: Option<String>release_openshift_io_tag: Option<String>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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