Uses of Class
org.cdk8s.plus25.ResourceFieldPaths
-
Packages that use ResourceFieldPaths Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ResourceFieldPaths in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return ResourceFieldPaths Modifier and Type Method Description static ResourceFieldPathsResourceFieldPaths. 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.plus25 with parameters of type ResourceFieldPaths Modifier and Type Method Description static EnvValueEnvValue. fromResource(ResourceFieldPaths resource)Create a value from a resource.static EnvValueEnvValue. fromResource(ResourceFieldPaths resource, EnvValueFromResourceOptions options)Create a value from a resource.
-