Home
last modified time | relevance | path

Searched defs:customResource (Results 1 – 8 of 8) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/contrib.go.opencensus.io/exporter/stackdriver/
H A Dmetrics_test.go978 type customResource struct { struct
979 rt string
980 rm map[string]string
985 func (cr *customResource) MonitoredResource() (resType string, labels map[string]string) {
/dports/sysutils/istio/istio-1.6.7/vendor/contrib.go.opencensus.io/exporter/stackdriver/
H A Dmetrics_test.go826 type customResource struct { struct
827 rt string
828 rm map[string]string
833 func (cr *customResource) MonitoredResource() (resType string, labels map[string]string) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/contrib.go.opencensus.io/exporter/stackdriver/
H A Dmetrics_test.go978 type customResource struct { struct
979 rt string
980 rm map[string]string
985 func (cr *customResource) MonitoredResource() (resType string, labels map[string]string) {
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.incubator.jpackage/linux/classes/jdk/incubator/jpackage/internal/
H A DPackageProperty.java43 String customResource) { in PackageProperty()
74 private final String customResource; field in PackageProperty
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jpackage/linux/classes/jdk/jpackage/internal/
H A DPackageProperty.java43 String customResource) { in PackageProperty()
74 private final String customResource; field in PackageProperty
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jpackage/linux/classes/jdk/jpackage/internal/
H A DPackageProperty.java43 String customResource) { in PackageProperty()
74 private final String customResource; field in PackageProperty
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.jpackage/linux/classes/jdk/incubator/jpackage/internal/
H A DPackageProperty.java43 String customResource) { in PackageProperty()
74 private final String customResource; field in PackageProperty
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/
H A DOverridableResource.java140 final Path customResource = resourceDir.resolve(resourceName); in saveToFile() local