UNPKG

cdk8s-plus-25

Version:

cdk8s+ is a software development framework that provides high level abstractions for authoring Kubernetes applications. cdk8s-plus-25 synthesizes Kubernetes manifests for Kubernetes 1.25.0

27 lines (26 loc) 759 B
export * from './base'; export * from './config-map'; export * from './container'; export * from './cron-job'; export * from './deployment'; export * from './job'; export * from './pod'; export * from './secret'; export * from './service-account'; export * from './service'; export * from './stateful-set'; export * from './volume'; export * from './ingress'; export * from './probe'; export * from './pvc'; export * from './pv'; export * from './handler'; export * from './horizontal-pod-autoscaler'; export * from './workload'; export * from './daemon-set'; export * from './role'; export * from './role-binding'; export * from './network-policy'; export * from './namespace'; export * from './api-resource.generated'; export * as k8s from './imports/k8s';