@Stability(Stable)
Package org.cdk8s
cdk8s
Cloud Development Kit for Kubernetes
cdk8s is a software development framework for defining Kubernetes applications using rich object-oriented APIs. It allows developers to leverage the full power of software in order to define abstract components called "constructs" which compose Kubernetes resources or other constructs into higher-level abstractions.
Note: This repository is the "core library" of cdk8s, with logic for synthesizing Kubernetes manifests using the constructs framework. It is published to NPM as
cdk8s
and should not be confused with the cdk8s command-line toolcdk8s-cli
. For more general information about cdk8s, please see cdk8s.io, or visit the umbrella repository located at cdk8s-team/cdk8s.
Documentation
See cdk8s.io.
License
This project is distributed under the Apache License, Version 2.0.
This module is part of the cdk8s project.
-
Interface Summary Interface Description ApiObjectMetadata Metadata associated with this object.ApiObjectMetadataDefinitionOptions Options forApiObjectMetadataDefinition
.ApiObjectProps Options for defining API objects.AppProps ChartProps CronOptions Options to configure a cron expression.GroupVersionKind HelmProps Options forHelm
.IAnyProducer IAnyProducer.Jsii$Default Internal default implementation forIAnyProducer
.IncludeProps IResolver Contract for resolver objects.IResolver.Jsii$Default Internal default implementation forIResolver
.NameOptions Options for name generation.OwnerReference OwnerReference contains enough information to let you identify an owning object.SizeConversionOptions Options for how to convert time to a different unit.TimeConversionOptions Options for how to convert time to a different unit. -
Class Summary Class Description ApiObject ApiObject.Builder A fluent builder forApiObject
.ApiObjectMetadata.Builder A builder forApiObjectMetadata
ApiObjectMetadata.Jsii$Proxy An implementation forApiObjectMetadata
ApiObjectMetadataDefinition Object metadata.ApiObjectMetadataDefinition.Builder A fluent builder forApiObjectMetadataDefinition
.ApiObjectMetadataDefinitionOptions.Builder A builder forApiObjectMetadataDefinitionOptions
ApiObjectMetadataDefinitionOptions.Jsii$Proxy An implementation forApiObjectMetadataDefinitionOptions
ApiObjectProps.Builder A builder forApiObjectProps
ApiObjectProps.Jsii$Proxy An implementation forApiObjectProps
App Represents a cdk8s application.App.Builder A fluent builder forApp
.AppProps.Builder A builder forAppProps
AppProps.Jsii$Proxy An implementation forAppProps
Chart Chart.Builder A fluent builder forChart
.ChartProps.Builder A builder forChartProps
ChartProps.Jsii$Proxy An implementation forChartProps
Cron Represents a cron schedule.Cron.Builder A fluent builder forCron
.CronOptions.Builder A builder forCronOptions
CronOptions.Jsii$Proxy An implementation forCronOptions
DependencyGraph Represents the dependency graph for a given Node.DependencyVertex Represents a vertex in the graph.Duration Represents a length of time.GroupVersionKind.Builder A builder forGroupVersionKind
GroupVersionKind.Jsii$Proxy An implementation forGroupVersionKind
Helm Represents a Helm deployment.Helm.Builder A fluent builder forHelm
.HelmProps.Builder A builder forHelmProps
HelmProps.Jsii$Proxy An implementation forHelmProps
IAnyProducer.Jsii$Proxy A proxy class which represents a concrete javascript instance of this type.ImplicitTokenResolver Resolves implicit tokens.Include Reads a YAML manifest from a file or a URL and defines all resources as API objects within the defined scope.Include.Builder A fluent builder forInclude
.IncludeProps.Builder A builder forIncludeProps
IncludeProps.Jsii$Proxy An implementation forIncludeProps
IResolver.Jsii$Proxy A proxy class which represents a concrete javascript instance of this type.JsonPatch Utility for applying RFC-6902 JSON-Patch to a document.Lazy LazyResolver Resolvers instanecs ofLazy
.NameOptions.Builder A builder forNameOptions
NameOptions.Jsii$Proxy An implementation forNameOptions
Names Utilities for generating unique and stable names.NumberStringUnionResolver Resolves union types that allow using either number or string (as generated by the CLI).OwnerReference.Builder A builder forOwnerReference
OwnerReference.Jsii$Proxy An implementation forOwnerReference
ResolutionContext Context object for a specific resolution process.Size Represents the amount of digital storage.SizeConversionOptions.Builder A builder forSizeConversionOptions
SizeConversionOptions.Jsii$Proxy An implementation forSizeConversionOptions
Testing Testing utilities for cdk8s applications.TimeConversionOptions.Builder A builder forTimeConversionOptions
TimeConversionOptions.Jsii$Proxy An implementation forTimeConversionOptions
Yaml YAML utilities. -
Enum Summary Enum Description SizeRoundingBehavior Rounding behaviour when converting between units ofSize
.YamlOutputType The method to divide YAML output into files.