All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.test.services.operator.model.CustomResourceDefinition Maven / Gradle / Ivy

package io.quarkus.test.services.operator.model;

import io.fabric8.kubernetes.client.CustomResource;

public record CustomResourceDefinition(String name, String file,
        Class> type) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy