You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hoping to send out a release soon. Lots of stuff in the milestone and the last open PR is basically readymerged, so likely will send one out on monday after a doc clean PR (#1573).
Highlights
Support for rustls's aws-lc-rs available under a new kube/aws-lc-rs feature.
A derive macro for [Resource]; #[derive(Resource)] allows inheriting existing k8s-openapi resource implementations to avoid stepping into the dynamic api. Via Add Resource derive macro #1565
So basically, better partial typing / safer typing support and rustls, but also some small stuff.
The text was updated successfully, but these errors were encountered:
Hoping to send out a release soon. Lots of stuff in the milestone and the last open PR is
basically readymerged, so likely will send one out on monday after a doc clean PR (#1573).Highlights
Support for
rustls
'saws-lc-rs
available under a newkube/aws-lc-rs
feature.Two Partial typing improvements;
DeserializeGuard
] safety wrapper allows lifting deserialisation errors (for say, not breaking watchers) withApi::<DeserializeGuard<CaConfigMap>>
type use. Seeerror_boundary
module (Add error boundary wrapper type #1556 and Implement Error for error_boundary::InvalidObject #1558) and new errorbounded_configmap example.Resource
];#[derive(Resource)]
allows inheriting existingk8s-openapi
resource implementations to avoid stepping into the dynamic api. Via AddResource
derive macro #1565So basically, better partial typing / safer typing support and rustls, but also some small stuff.
The text was updated successfully, but these errors were encountered: