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
Fix #2984: Add support for flowcontrol.apiserver.k8s.io/v1beta1 FlowSchema and PriorityLevelConfiguration
Fix #2980: Add DSL Support for apps/v1#ControllerRevision resource
Fix #2981: Add DSL support for storage.k8s.io/v1beta1 CSIDriver, CSINode and VolumeAttachment
Fix #2912: Add DSL support for storage.k8s.io/v1beta1 CSIStorageCapacity
Fix #2701: Better support for patching in KuberntesClient
Fix #3034: Added a SharedInformer.isRunning method
Fix #3088: mock server will assume /status is a subresource, and other refinements to match kube behavior
Fix #3111: Add DSL Support for config.openshift.io/v1 resources in OpenShiftClient
Note: Breaking changes in the API
DSL Changes:
client.batch().jobs() deprecated, suggestion to move to client.batch().v1().jobs()
client.batch().cronjobs() deprecated, suggestion to move to client.batch().v1().cronjobs() or client.batch().v1beta1().cronjobs()
client.policy().podSecurityPolicies() deprecated, suggestion to move to client.policy().v1beta1().podSecurityPolicies()
client.policy().podDisruptionBudget() deprecated, suggestion to move to client.policy().v1().podDisruptionBudget() or client.policy().v1beta1().podDisruptionBudget()
Model Changes:
Classes in io.fabric8.kubernetes.api.model.batch have been moved to io.fabric8.kubernetes.api.model.batch.v1 and io.fabric8.kubernetes.api.model.batch.v1beta1
Classes in io.fabric8.kubernetes.api.model.policy have been moved to io.fabric8.kubernetes.api.model.policy.v1 and io.fabric8.kubernetes.api.model.policy.v1beta1