targetJsonPath property

  1. @TagNumber(3)
String get targetJsonPath

Required. This is a JSONPath (https://kubernetes.io/docs/reference/kubectl/jsonpath/) expression that matches specific fields of candidate resources and it operates as both a filtering parameter (resources that are not matched with this expression will not be candidates for substitution) as well as a field identifier (identifies exactly which fields out of the candidate resources will be modified).

Implementation

@$pb.TagNumber(3)
$core.String get targetJsonPath => $_getSZ(2);
  1. @TagNumber(3)
set targetJsonPath (String v)

Implementation

@$pb.TagNumber(3)
set targetJsonPath($core.String v) { $_setString(2, v); }