Uses of Class
org.cdk8s.plus24.ResourceFieldPaths
-
Packages that use ResourceFieldPaths Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of ResourceFieldPaths in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return ResourceFieldPaths Modifier and Type Method Description static ResourceFieldPaths
ResourceFieldPaths. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceFieldPaths[]
ResourceFieldPaths. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus24 with parameters of type ResourceFieldPaths Modifier and Type Method Description static EnvValue
EnvValue. fromResource(ResourceFieldPaths resource)
Create a value from a resource.static EnvValue
EnvValue. fromResource(ResourceFieldPaths resource, EnvValueFromResourceOptions options)
Create a value from a resource.
-