LabelSelector$json top-level constant

  1. @Deprecated('Use labelSelectorDescriptor instead')
Map<String, Object> const LabelSelector$json

Implementation

@$core.Deprecated('Use labelSelectorDescriptor instead')
const LabelSelector$json = const {
  '1': 'LabelSelector',
  '2': const [
    const {
      '1': 'matchLabels',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.allocation.LabelSelector.MatchLabelsEntry',
      '10': 'matchLabels'
    },
  ],
  '3': const [LabelSelector_MatchLabelsEntry$json],
};