Skip to content

Commit

Permalink
Expose KubernetesClusterConfig at the top level of `prefect-kuberne…
Browse files Browse the repository at this point in the history
…tes`
  • Loading branch information
desertaxle committed Feb 24, 2025
1 parent 9072116 commit f852a2f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from . import _version
from prefect_kubernetes.credentials import KubernetesCredentials # noqa F401
from prefect_kubernetes.credentials import (
KubernetesCredentials,
KubernetesClusterConfig,
) # noqa F401
from prefect_kubernetes.flows import run_namespaced_job # noqa F401
from prefect_kubernetes.jobs import KubernetesJob # noqa F401
from prefect_kubernetes.worker import KubernetesWorker # noqa F401
Expand Down

0 comments on commit f852a2f

Please sign in to comment.