optionable 0.14.0

Derive macro (and associated marker trait) to derive nested structs/enums with all subfields being optional (e.g. for patches or Kubernetes server side apply).
Documentation
1
2
3
4
5
6
mod cluster_trust_bundle;
#[allow(unused_imports)]
pub use self::cluster_trust_bundle::ClusterTrustBundleAc;
mod cluster_trust_bundle_spec;
#[allow(unused_imports)]
pub use self::cluster_trust_bundle_spec::ClusterTrustBundleSpecAc;