Uses of Class
org.cdk8s.plus24.ResourceFieldPaths
-
-
Uses of ResourceFieldPaths in org.cdk8s.plus24
Methods in org.cdk8s.plus24 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.plus24 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.
-