struct RailsApp::BeforeUpdate::Env::ValueFrom::FieldRef
- RailsApp::BeforeUpdate::Env::ValueFrom::FieldRef
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
rails_app_operator.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, field_path : String)
Instance Method Summary
-
#field_path : String
The JSONPath of the
Pod
's JSON representation to use for the value of this env var.
Constructor Detail
Instance Method Detail
def field_path : String
#
The JSONPath of the Pod
's JSON representation to use for the value of this env var. For example, if you would like to set the value to the IP of the Node
the pod is running on, you would use .status.hostIP
.