Uses of Class
org.cdk8s.ApiObject
-
-
Uses of ApiObject in org.cdk8s
Methods in org.cdk8s that return ApiObject Modifier and Type Method Description ApiObject
ApiObject.Builder. build()
static ApiObject
ApiObject. of(software.constructs.IConstruct c)
Returns the `ApiObject` named `Resource` which is a child of the given construct.Methods in org.cdk8s that return types with arguments of type ApiObject Modifier and Type Method Description List<ApiObject>
Include. getApiObjects()
Returns all the included API objects.Methods in org.cdk8s with parameters of type ApiObject Modifier and Type Method Description String
Chart. generateObjectName(ApiObject apiObject)
Generates a app-unique name for an object given it's construct node path.
-