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

io.quarkiverse.operatorsdk.it.EmptyCR Maven / Gradle / Ivy

There is a newer version: 6.9.1
Show newest version
package io.quarkiverse.operatorsdk.it;

import io.fabric8.kubernetes.client.CustomResource;
import io.fabric8.kubernetes.model.annotation.Group;
import io.fabric8.kubernetes.model.annotation.Version;
import io.quarkiverse.operatorsdk.it.EmptyCR.EmptySpec;

@Group("josdk.quarkiverse.io")
@Version("v1alpha1")
public class EmptyCR extends CustomResource {

    static class EmptySpec {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy