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

io.dekorate.testing.config.EditableKubernetesIntegrationTestConfig Maven / Gradle / Ivy

There is a newer version: 4.1.4
Show newest version
package io.dekorate.testing.config;

import io.fabric8.kubernetes.api.builder.Editable;

public class EditableKubernetesIntegrationTestConfig extends KubernetesIntegrationTestConfig implements io.fabric8.kubernetes.api.builder.Editable {


    public EditableKubernetesIntegrationTestConfig() {
        super();
    }

    public EditableKubernetesIntegrationTestConfig(boolean deployEnabled,boolean buildEnabled,long readinessTimeout) {
        super(deployEnabled, buildEnabled, readinessTimeout);
    }

    public KubernetesIntegrationTestConfigBuilder edit() {
        return new KubernetesIntegrationTestConfigBuilder(this);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy